package.jsonā¢830 B
{
"name": "@mcpjam/mcp-spec",
"version": "1.1.1",
"main": "dist/index.js",
"bin": {
"mcp-spec": "dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"dev": "node --loader ts-node/esm src/index.ts",
"publish": "npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "MCPJam",
"license": "MIT",
"description": "A MCP Server for the Model Context Protocol (MCP) spec",
"devDependencies": {
"@types/node": "^24.0.13",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"fastmcp": "^3.8.5",
"fuse.js": "^7.1.0",
"zod": "^3.25.76"
}
}