mcp_server_dart 1.2.0 copy "mcp_server_dart: ^1.2.0" to clipboard
mcp_server_dart: ^1.2.0 copied to clipboard

A developer-friendly MCP (Model Context Protocol) framework for Dart with annotations and code generation.

140/ 160
pub points
100
downloads

We analyzed this package 28 hours ago, and awarded it 140 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

46 out of 126 API elements (36.5 %) have documentation comments.

Some symbols that are missing documentation: mcp_server_dart.MCPError.MCPError.fromJson, mcp_server_dart.MCPError.MCPError.new, mcp_server_dart.MCPError.code, mcp_server_dart.MCPError.data, mcp_server_dart.MCPError.message.

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 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:mcp_server_dart/mcp_server_dart.dart that imports:
  • package:mcp_server_dart/src/server/mcp_server.dart that imports:
  • package:mcp_server_dart/src/server/server_utils.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

INFO: Dangling library doc comment.

lib/mcp_server_dart.dart:1:1

  ╷
1 │ /// A developer-friendly MCP (Model Context Protocol) framework for Dart
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

/tmp/pana_VVCJDH/lib/src/server/mcp_server.dart doesn't match the Dart formatter.

To format your files run: dart format .

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

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

Package Constraint Compatible Latest Notes
analyzer ^8.1.1 8.4.1 9.0.0
build ^4.0.0 4.0.3 4.0.3
dart_style ^3.1.2 3.1.3 3.1.3
json_annotation ^4.9.0 4.9.0 4.9.0
json_rpc_2 ^4.0.0 4.0.0 4.0.0
logging ^1.3.0 1.3.0 1.3.0
meta ^1.17.0 1.17.0 1.17.0
relic ^0.5.0 0.5.0 0.13.1
source_gen ^4.0.1 4.1.1 4.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 91.0.0 92.0.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
http_parser - 4.1.2 4.1.2
mime - 2.0.0 2.0.0
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
watcher - 1.2.0 1.2.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.

The constraint `^8.1.1` on analyzer does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions analyzer to update the constraint.

The constraint `^0.5.0` on relic does not support the stable version `0.6.0`.

Try running dart pub upgrade --major-versions relic to update the constraint.

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.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
140
points
100
downloads

Publisher

verified publishercodenka.com

Weekly Downloads

A developer-friendly MCP (Model Context Protocol) framework for Dart with annotations and code generation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, dart_style, json_annotation, json_rpc_2, logging, meta, relic, source_gen

More

Packages that depend on mcp_server_dart