27 lines
782 B
JSON
27 lines
782 B
JSON
{
|
|
"name": "codeflash-agent",
|
|
"version": "0.1.0",
|
|
"description": "Autonomous performance optimization agent for Python and JavaScript/TypeScript.",
|
|
"author": {
|
|
"name": "Codeflash"
|
|
},
|
|
"repository": "https://github.com/codeflash-ai/codeflash-agent",
|
|
"license": "BSL-1.1",
|
|
"keywords": ["optimization", "performance", "profiling", "python", "javascript", "typescript"],
|
|
"mcpServers": {
|
|
"context7": {
|
|
"type": "http",
|
|
"url": "https://mcp.context7.com/mcp",
|
|
"headers": {
|
|
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
|
|
}
|
|
},
|
|
"github": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
"env": {
|
|
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|