scout_mcp 0.1.0 copy "scout_mcp: ^0.1.0" to clipboard
scout_mcp: ^0.1.0 copied to clipboard

Scout MCP server and REST API — exposes scout.manifest.json to AI systems (Claude Code, Cursor, Windsurf) over the Model Context Protocol and HTTP. Reads the pre-built manifest; no Dart analyzer dependency.

130/ 160
pub points
9
downloads

We analyzed this package 9 days ago, 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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Repository URL doesn't exist.

At the time of the analysis https://github.com/runo-ai/scout was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/runo-ai/scout/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

8 out of 15 API elements (53.3 %) have documentation comments.

Some symbols that are missing documentation: scout_mcp.CapabilityQuery.CapabilityQuery.new, scout_mcp.CapabilityQuery.getCapability, scout_mcp.McpServer.McpServer.new, scout_mcp.McpServer.serveStdio, scout_mcp.RestApiServer.RestApiServer.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:scout_mcp/scout_mcp.dart that imports:
  • package:scout_mcp/src/rest_api.dart that imports:
  • package:scout_mcp/src/capability_query.dart that imports:
  • package:scout_cli/scout_cli.dart that imports:
  • package:scout_cli/src/manifest_reader.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: Statements in an if should be enclosed in a block.

lib/src/mcp_server.dart:108:7

    ╷
108 │       throw ArgumentError('id parameter is required');
    │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

INFO: Statements in an if should be enclosed in a block.

lib/src/mcp_server.dart:145:7

    ╷
145 │       throw ArgumentError('capability_id is required');
    │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/mcp_server.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
path ^1.9.0 1.9.1 1.9.1
scout_cli ^0.1.0 0.1.1 0.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0

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.19, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Scout MCP server and REST API — exposes scout.manifest.json to AI systems (Claude Code, Cursor, Windsurf) over the Model Context Protocol and HTTP. Reads the pre-built manifest; no Dart analyzer dependency.

Repository (GitHub)
View/report issues

Topics

#scout #capability-intelligence #mcp #flutter #ai

License

MIT (license)

Dependencies

path, scout_cli

More

Packages that depend on scout_mcp