MCP server for the workflow-os prompt and execution system.
Install and build:
pnpm install
pnpm run buildRun locally:
node dist/index.jsRun in HTTP mode:
MCP_TRANSPORT=http MCP_PORT=<port> node dist/index.js
# Example: MCP_TRANSPORT=http MCP_PORT=3000 node dist/index.jsHTTP docs in HTTP mode:
- Swagger UI:
/docs - OpenAPI JSON:
/docs-api.json
Vercel build:
pnpm run build:vercelpnpm run typecheck
pnpm run lint
pnpm run test:coverage
pnpm run build