|
| 1 | +## Unreleased |
| 2 | + |
| 3 | +- Add `mcp_dart inspect-server` for structured MCP server inspection reports |
| 4 | + covering handshake, capabilities, ping, tools, resources, resource templates, |
| 5 | + prompts, completions, logging, task-capable tool calls, notifications, |
| 6 | + Streamable HTTP session handling, and OAuth protected-resource metadata |
| 7 | + discovery, with optional JSON probe configs for app-specific tool, resource, |
| 8 | + prompt, completion, and task arguments. |
| 9 | +- Add `mcp_dart inspect-client` as a stdio MCP harness for inspecting client |
| 10 | + initialization, advertised capabilities, primitive discovery/call behavior, |
| 11 | + and active roots/sampling/elicitation request handling. |
| 12 | +- Add `mcp_dart trace` as a stdio proxy that forwards client/server traffic and |
| 13 | + writes a JSON trace report with raw frames, parsed messages, ids, methods, |
| 14 | + timings, server stderr, and malformed-frame errors. |
| 15 | +- Add `mcp_dart list-tools` and `mcp_dart call-tool` as scriptable MCP |
| 16 | + debugging commands for Dart, TypeScript, Python, and other spec-compatible |
| 17 | + servers. |
| 18 | +- Add `mcp_dart skills install/print` with a bundled MCP developer agent skill. |
| 19 | +- Add CLI e2e interop coverage against official TypeScript/Python MCP SDK |
| 20 | + servers and clients, Streamable HTTP, and published TypeScript filesystem and |
| 21 | + Python time MCP servers. |
| 22 | +- Clarify that `inspect-server` and `inspect-client` are the live inspection |
| 23 | + workflow, while `conformance` is a built-in SDK/CLI regression fixture suite. |
| 24 | +- Add standalone GitHub release binary build automation and one-line installer |
| 25 | + scripts for users without the Dart SDK. |
| 26 | +- Extend `mcp_dart update` to upgrade standalone GitHub release binaries. |
| 27 | + |
1 | 28 | ## 0.1.8 |
2 | 29 |
|
3 | 30 | - Make `mcp_dart inspect` capability listing respect the server's advertised |
|
0 commit comments