package.json•1.26 kB
{
"name": "@grahama1970/claude-code-mcp-enhanced",
"version": "1.13.0",
"description": "Enhanced MCP server for Claude Code with task orchestration and converter - Fork of @steipete/claude-code-mcp",
"author": "Graham A",
"license": "MIT",
"main": "dist/server.js",
"bin": {
"claude-code-mcp-enhanced": "dist/server.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "tsx src/server.ts"
},
"dependencies": {
"@eslint/js": "^9.26.0",
"@modelcontextprotocol/sdk": "^1.11.2",
"@modelcontextprotocol/server-brave-search": "^0.6.2",
"async-retry": "^1.3.3",
"server-perplexity-ask": "^0.1.3",
"zod": "^3.24.4"
},
"type": "module",
"devDependencies": {
"@types/async-retry": "^1.4.9",
"@types/node": "^22.15.17",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grahama1970/claude-code-mcp-enhanced.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"claude",
"ai",
"llm",
"tools"
],
"bugs": {
"url": "https://github.com/grahama1970/claude-code-mcp-enhanced/issues"
},
"homepage": "https://github.com/grahama1970/claude-code-mcp-enhanced#readme"
}