| { | |
| "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", | |
| "licenses": "node ../../scripts/check-licenses.mjs ." | |
| }, | |
| "dependencies": { | |
| "@modelcontextprotocol/sdk": "^1.12.1", | |
| "zod": "^4.0.0" | |
| } | |
| } |