basalt_mcp 0.0.1
basalt_mcp: ^0.0.1 copied to clipboard
MCP server that lets AI agents inspect live Basalt database connections in a running debug app — schema, table data, and SQL via VM service extensions.
We analyzed this package 12 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
80 out of 81 API elements (98.8 %) have documentation comments.
Some symbols that are missing documentation: Getting Started.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:basalt_mcp/basalt_mcp.dartthat imports:package:basalt_mcp/src/transport/vm_service_transport.dartthat imports:package:vm_service/vm_service_io.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.5.0 |
2.7.0 | 2.7.0 | |
basalt |
>=0.0.2 <0.1.0 |
0.0.3 | 0.1.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
mcp_dart |
^2.1.0 |
2.4.2 | 2.4.2 | |
vm_service |
^15.0.0 |
15.3.0 | 15.3.0 |
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 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=0.0.2 <0.1.0` on basalt does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions basalt to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 20 errors:
URI_DOES_NOT_EXIST-lib/src/server/mcp_server_runner.dart:3:8- Target of URI doesn't exist: 'package:basalt/devtools_client.dart'.UNDEFINED_FUNCTION-lib/src/server/mcp_server_runner.dart:48:18- The function 'InspectorClient' isn't defined.UNDEFINED_CLASS-lib/src/server/mcp_server_runner.dart:61:55- Undefined class 'InspectorClient'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.