Skip to main content
Glama
package.json1.33 kB
{ "name": "@agiflowai/one-mcp", "description": "One MCP server package", "version": "0.2.7", "license": "AGPL-3.0", "keywords": [ "mcp", "model-context-protocol", "typescript" ], "bin": { "one-mcp": "./dist/cli.cjs" }, "main": "./dist/index.cjs", "types": "./dist/index.d.cts", "module": "./dist/index.mjs", "files": [ "dist", "README.md" ], "scripts": { "dev": "node --loader ts-node/esm src/cli.ts mcp-serve", "build": "tsdown", "test": "vitest --run", "typecheck": "tsc --noEmit" }, "dependencies": { "@agiflowai/aicode-utils": "workspace:*", "@modelcontextprotocol/sdk": "1.24.0", "chalk": "5.6.2", "commander": "14.0.1", "express": "^4.21.2", "gray-matter": "^4.0.3", "js-yaml": "^4.1.0", "liquidjs": "^10.21.0", "zod": "^3.24.1" }, "devDependencies": { "@types/express": "^5.0.0", "@types/js-yaml": "^4.0.9", "@types/node": "^22.0.0", "tsdown": "^0.16.4", "typescript": "5.9.3", "unplugin-raw": "^0.6.3", "vitest": "4.0.15" }, "type": "module", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./cli": { "import": "./dist/cli.mjs", "require": "./dist/cli.cjs" }, "./package.json": "./package.json" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgiFlow/aicode-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server