blob: e6660cf121374183d80491507a61c527938ccfb8 [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"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1"
}
}