This commit refactors the MCP server implementation, updates the Dockerfile with new development tools and dependencies, introduces a Makefile for building and running the application, and adds utility modules for sandbox management and Ollama integration. The server name has also been updated from 'echo-server' to 'PMO-Crazy-coder' in the configuration.
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"PMO-Crazy-coder": {
|
|
"type": "remote",
|
|
"url": "http://localhost:7860/mcp"
|
|
}
|
|
}
|
|
}
|