MCP status (current)
apps/mcp exposes Nightshift job tools to agents without duplicating business logic: handlers live under apps/mcp/src/tools/ and call the REST API.
Transports today:
- stdio MCP (spec-compliant JSON-RPC over stdin/stdout):
npm run buildthennpm run mcp:stdio— for OpenClaw and other MCP clients. See [OPENCLAW.md](./OPENCLAW.md). - Legacy CLI (
--list,--call) and HTTP (--server) — unchanged for scripts and quick tests.
Developer docs
- OPENCLAW.md — OpenClaw registry and stdio MCP
- AGENT_INTEGRATION.md — Main integration guide (auth, profiles, rate limits)
- AGENT_API_REFERENCE.md — REST API and MCP tool reference
- AGENT_QUICKSTART.md — Step-by-step setup
- AGENT_SUPPORT.md — Troubleshooting and support
