gsxdsm
429143ecf0
FN-7024: add MCP server management CLI
Add CLI support for managing MCP server configuration without exposing secret values.
- Add fn mcp list/add/edit/remove/enable/disable/import/export/validate subcommands.
- Store MCP env and header values as Fusion secret references, including Claude Desktop import conversion.
- Document MCP CLI usage and add command coverage for scoped configuration, import, export, and validation.
- Add a minor changeset for the published CLI feature.
Files changed:
.changeset/fn-7024-mcp-cli.md | 7 +
docs/cli-reference.md | 49 +++
packages/cli/src/bin.ts | 124 +++++++
packages/cli/src/commands/__tests__/mcp.test.ts | 182 ++++++++++
packages/cli/src/commands/mcp.ts | 455 ++++++++++++++++++++++++
5 files changed, 817 insertions(+)
Fusion-Task-Id: FN-7024
Fusion-Task-Lineage: e3d98bfa-b883-4b9e-86d5-f0416808d6f2
2026-06-25 23:34:07 -07:00
..
2026-06-25 23:34:07 -07:00
2026-06-24 23:56:23 -07:00
2026-06-25 23:33:43 -07:00
2026-06-25 23:34:07 -07:00
2026-06-25 20:20:33 -07:00
2026-06-24 23:56:23 -07:00
2026-06-25 22:08:41 -07:00
2026-06-25 12:25:13 -07:00
2026-06-24 23:56:23 -07:00
2026-06-24 23:56:23 -07:00
2026-06-08 15:19:27 -07:00
2026-06-24 23:56:23 -07:00