{ "name": "@runcycles/mcp-server", "version": "0.6.1", "mcpName": "io.github.runcycles/cycles-mcp-server", "description": "MCP server for Cycles — runtime budget authority for autonomous agents", "license": "Apache-2.0", "author": "runcycles", "repository": { "type": "git", "url": "git+https://github.com/runcycles/cycles-mcp-server.git" }, "homepage": "https://github.com/runcycles/cycles-mcp-server#readme", "bugs": { "url": "https://github.com/runcycles/cycles-mcp-server/issues" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "cycles", "budget", "ai", "llm", "agent", "cost-control", "metering", "runcycles" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "cycles-mcp-server": "dist/index.js" }, "files": [ "dist", "docs", "examples/grok-bot-paid-media-gateway", "server.json", "LICENSE", "README.md" ], "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsup", "build:mcpb": "node scripts/build-mcpb.mjs", "start": "node dist/index.js", "dev": "tsx src/index.ts", "dev:http": "tsx src/index.ts --transport http", "dev:stdio": "tsx src/index.ts --transport stdio", "example:grok-bot": "tsx examples/grok-bot-paid-media-gateway/server.ts", "example:grok-bot:mock": "tsx examples/grok-bot-paid-media-gateway/mock-paid-media-api.ts", "lint": "eslint src/ examples/grok-bot-paid-media-gateway/", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit && tsc --noEmit -p examples/grok-bot-paid-media-gateway/tsconfig.json" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "express": "^5.1.0", "express-rate-limit": "^8.7.0", "runcycles": "^0.4.0", "zod": "^4.3.6" }, "overrides": { "esbuild": "^0.28.1" }, "devDependencies": { "@types/express": "^5.0.2", "@types/node": "^26.0.0", "@typescript-eslint/eslint-plugin": "^8.58.0", "@typescript-eslint/parser": "^8.58.0", "@vitest/coverage-v8": "^4.1.0", "eslint": "^10.0.3", "tsup": "^8.5.0", "tsx": "^4.19.4", "typescript": "^6.0.2", "vitest": "^4.1.0" } }