| { | |
| "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" | |
| } | |
| } |