bido_files / mcp / mcp.json
{
"name": "Local MCP Server",
"host": "127.0.0.1",
"port": 8080,
"protocol": "http",
"timeout_ms": 30000,
"max_connections": 100,
"security": {
"tls_enabled": false
},
"routes": [
{ "path": "/api", "handler": "handleApi" }
],
"logging": {
"level": "info",
"file": "./logs/mcp.log"
}
}