Commit 3ba1f8d
committed
feat(mcp): expose ScriptedTool as MCP tool
Refactor MCP server into McpServer struct with register_scripted_tool().
ScriptedTools appear in tools/list and route tools/call correctly.
Keep existing bash tool for backward compat.
Gate behind scripted_tool feature flag on bashkit-cli.
9 tests including full JSON-RPC roundtrip. Update spec 014.
Closes #5201 parent 2f55c68 commit 3ba1f8d
File tree
3 files changed
+452
-112
lines changed- crates/bashkit-cli
- src
- specs
3 files changed
+452
-112
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments