coros-mcp
v0.1.0
Published
TypeScript CLI for COROS MCP gateway login and tool calls.
Maintainers
Readme
COROS MCP Login TS
TypeScript command-line helper for COROS MCP gateway login, MCP tool discovery, direct tool calls, and OpenClaw MCP setup.
npx coros-mcp login-start
npx coros-mcp login-finish
npx coros-mcp list-tools
npx coros-mcp describe-tool --tool queryUserInfo
npx coros-mcp call-tool --tool queryUserInfo --arguments-json '{}'
npx coros-mcp apply-openclaw --server-name corosBy default the helper enters through https://mcp.coros.com, reads the gateway-selected issuer, and then pins login, token refresh, MCP calls, and local state to the resolved CN, EU, or US cluster.
Local state is saved under ~/.coros-mcp-skill-gateway-ts/<region>/, so regional sessions do not overwrite each other.
This package requires Node.js 18 or newer. It does not require Python, Codex, or any specific agent app.
Local checks:
npm install
npm test
npm publish --dry-run