feat: amcs-cli — MCP tool CLI and stdio bridge #21
Reference in New Issue
Block a user
Delete Branch "feat/amcs-cli"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #18
What this adds
cmd/amcs-cli— a CLI tool that connects to the AMCS MCP server over HTTP (URL + bearer token).Commands
Config
Precedence: config file < env < flags
Or via env:
AMCS_URL,AMCS_TOKENOr via flags:
--server,--tokenstdio bridge
amcs-cli stdioacts as a stdio MCP server, proxying all MCP tool traffic to the remote HTTP endpoint. Allows AI clients that only speak stdio MCP to use a remote AMCS server.Build