Hide sidebar

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 build then npm 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