mcp-proxy 0.4.3

Tower-native MCP gateway for aggregating backends with auth, resilience, and observability
Documentation
# Test config for local development

[proxy]
name = "test-gateway"
version = "0.1.0"
separator = "/"

[proxy.listen]
host = "127.0.0.1"
port = 8080

[[backends]]
name = "files"
transport = "stdio"
command = "npx"
args = ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"]

[backends.timeout]
seconds = 30

[backends.concurrency]
max_concurrent = 5

[observability]
audit = true
log_level = "debug"
json_logs = false