obs_mcp 5.7.1+2 copy "obs_mcp: ^5.7.1+2" to clipboard
obs_mcp: ^5.7.1+2 copied to clipboard

MCP server for controlling OBS Studio via the obs-websocket v5.x protocol.

130/ 160
pub points
34
downloads

We analyzed this package in the last hour, and awarded it 130 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

packages/obs_mcp/pubspec.yaml from the repository URL mismatch: expected https://github.com/cdavis-code/obs_websocket but got https://github.com/cdavis-code/obs_websocket_workspace.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: obs_mcp,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

0 out of 0 API elements (100.0 %) have documentation comments.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Linux

  • ✓ macOS

  • ✓ Windows

These platforms are not supported:

Android

Cannot assign Android automatically to a binary only package.

iOS

Cannot assign iOS automatically to a binary only package.

Web

Cannot assign Web automatically to a binary only package.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 149 issues. Showing the first 2:

WARNING: The '?' is unnecessary because 'dynamic' is nullable without it.

lib/src/obs_mcp_server.mcp.dart:134:69

    ╷
134 │     final requestData = request.arguments?['requestData'] as dynamic?;
    │                                                                     ^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/obs_mcp_server.mcp.dart

WARNING: The '?' is unnecessary because 'dynamic' is nullable without it.

lib/src/obs_mcp_server.mcp.dart:564:65

    ╷
564 │     final positionX = request.arguments?['positionX'] as dynamic?;
    │                                                                 ^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/obs_mcp_server.mcp.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
dart_mcp ^0.5.1 0.5.1 0.5.1
easy_api_annotations ^0.6.0 0.6.0 0.6.0
obs_websocket ^5.7.0+3 5.7.0+3 5.7.0+3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
fixnum - 1.1.1 1.1.1
json_annotation - 4.11.0 4.11.0
json_rpc_2 - 4.1.0 4.1.0
loggy - 2.0.3 2.0.3
meta - 1.18.2 1.18.2
path - 1.9.1 1.9.1
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
universal_io - 2.3.1 2.3.1
uuid - 4.5.3 4.5.3
validators - 3.0.0 3.0.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

MCP server for controlling OBS Studio via the obs-websocket v5.x protocol.

Topics

#obs-websocket #obs-studio #mcp #streaming #ai

License

MIT (license)

Dependencies

dart_mcp, easy_api_annotations, obs_websocket

More

Packages that depend on obs_mcp