Skip to main content
Glama
package.json857 B
{ "name": "trace-mcp", "version": "0.5.0", "description": "MCP server for detecting producer/consumer schema mismatches with multi-language support", "type": "module", "main": "dist/index.js", "bin": { "trace-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "vitest" }, "keywords": [ "mcp", "schema", "analysis", "typescript" ], "author": "", "license": "MIT", "devDependencies": { "@types/glob": "^8.1.0", "@types/node": "^20.10.0", "glob": "^13.0.0", "tsx": "^4.7.0", "typescript": "^5.3.0", "vitest": "^1.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "chokidar": "^4.0.3", "ts-morph": "^21.0.0", "zod": "^3.22.0", "zod-to-json-schema": "^3.22.0" } }

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/Mnehmos/trace-mcp'

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