codeflash-agent/plugin/.claude-plugin/plugin.json
Kevin Turcios 3b59d97647 squash
2026-04-13 14:12:17 -05:00

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