Skip to main content
Glama

TBC Guidelines Automation System

package.json1.23 kB
{ "name": "tbc-guidelines-mcp-server", "version": "1.0.0", "description": "MCP Server for TBC Development Guidelines", "main": "build/index.js", "bin": { "tbc-guidelines": "./build/index.js", "tbc-guidelines-demo": "./build/demo-server.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "dev": "ts-node src/index.ts", "dev:http": "USE_HTTP=true ts-node src/index.ts", "start": "node build/index.js", "start:http": "USE_HTTP=true node build/index.js", "inspect": "mcp-inspector node build/index.js", "inspect-dev": "mcp-inspector npx ts-node src/index.ts", "client": "ts-node examples/client.ts", "simple-client": "node examples/simple-client.js" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "cheerio": "^1.1.2", "dotenv": "^17.2.2", "express": "^5.1.0", "node-fetch": "^3.3.2", "openai": "^5.22.1", "zod": "^3.25.76" }, "devDependencies": { "@types/cheerio": "^0.22.35", "@types/express": "^5.0.3", "@types/node": "^24.5.2", "ts-node": "^10.9.2", "typescript": "^5.9.2" } }

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/haripriyagullipalli/Mcp'

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