ai-skills-api/mcp/requirements.txt
Lukas Parsons e346d356e5 Add SSE MCP server, comprehensive docs, and OpenCode integration
- Implement SSE mode for MCP server (mcp/skills.py)
- Add MCP service to docker-compose.yml on port 3000
- Add uvicorn dependency to mcp/requirements.txt
- Create SETUP.md, USAGE.md, OPENCODE-MCP.md
- Update README with quick links and MCP section
- Remove semantic cache references throughout
- Add cross-platform Python MCP setup script to template repo
2026-03-22 23:59:33 -04:00

6 lines
100 B
Text

mcp==1.0.0
httpx==0.26.0
python-dotenv==1.0.0
docker==7.0.0
psutil==5.9.7
uvicorn[standard]==0.27.0