mcp/cmd
Snider 91297d733d fix(mcp): rewrite mcpcmd for new core/cli Command API + correct bridge test
The mcpcmd package was using the removed Cobra-style cli.Command API
(Use/Short/Long/RunE/StringFlag/AddCommand). Rewrites it to the current
core.Command{Description, Action, Flags} path-routed pattern so the
core-mcp binary compiles again. Registers both "mcp" and "mcp/serve"
for parity with the existing OnStartup service-mode flow.

Fixes the bridge DescribableGroup test that expected len == svc.Tools()
but ToolBridge.Describe prepends the GET tool-listing entry, so the
correct expectation is len + 1.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-14 18:01:17 +01:00
..
brain-seed fix: migrate module paths from forge.lthn.ai to dappco.re 2026-04-07 12:59:22 +01:00
core-mcp fix: migrate module paths from forge.lthn.ai to dappco.re 2026-04-07 12:59:22 +01:00
mcpcmd fix(mcp): rewrite mcpcmd for new core/cli Command API + correct bridge test 2026-04-14 18:01:17 +01:00