Skip to main content
Glama
package.json1.66 kB
{ "name": "mcp-zentao-bugs", "version": "1.0.5", "description": "MCP server for ZenTao via FastMCP (HTTP stream + SSE)", "type": "module", "main": "src/mcp-server.mjs", "bin": { "mcp-zentao-bugs": "src/mcp-server.mjs" }, "scripts": { "start": "node -r dotenv/config src/mcp-server.mjs", "dev": "node -r dotenv/config --watch src/mcp-server.mjs", "prepublish": "node scripts/pre-publish.js", "prepublishOnly": "npm run test", "prepare": "npm run build", "build": "echo 'No build step required for this project'", "test": "echo 'No tests yet' && exit 0", "lint": "echo 'No linter configured' && exit 0", "version": "npm run build && git add -A", "postversion": "git push && git push --tags", "prepack": "npm run build", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "pre-release": "node scripts/pre-publish.js", "publish:dry-run": "npm pack" }, "keywords": [ "mcp", "sse", "zentao", "fastmcp" ], "author": "", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/evlon/mcp-zentao-bugs.git" }, "bugs": { "url": "https://github.com/evlon/mcp-zentao-bugs/issues" }, "homepage": "https://github.com/evlon/mcp-zentao-bugs#readme", "files": [ "src/", "api-docs/", "README.md", ".env.example" ], "packageManager": "pnpm@10.14.0", "engines": { "node": ">=20.0.0" }, "dependencies": { "dotenv": "^16.6.1", "fastmcp": "3.22.0", "zod": "^3.25.76" } }

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/evlon/mcp-zentao-bugs'

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