blob: 1ca3a8a6a931055aa4b2c3c9dbdfcceb183752cb [file]
{
"name": "apache-projects-mcp",
"version": "1.0.0",
"description": "MCP server for querying Apache Software Foundation project data from projects.apache.org",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node --test"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^4.0.0"
}
}