basalt_mcp 0.1.0
basalt_mcp: ^0.1.0 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.
Changelog #
0.1.0 #
- Requires
basalt >=0.1.0 <0.2.0— the previous lower bound predatedpackage:basalt/devtools_client.dartand broke downgrade analysis. - Added an example (
example/README.md): app instrumentation, MCP host config, and a typical agent session. - No functional changes.
0.0.1 #
Initial development release of the basalt_mcp MCP server.
- Stdio MCP server (
basalt_mcpexecutable) usingmcp_dart. - Connect to a running debug app via VM service URI.
- Tools proxying
ext.basalt.*extensions: list instances, schema introspection, table paging, row updates, and raw SQL.