- 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
6 lines
100 B
Text
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
|