mcp-runner 0.3.1

A Rust library for running and interacting with Model Context Protocol (MCP) servers locally
Documentation
{
    "sseProxy": {
        "allowedServers": ["fetch"],
        "authenticate": {
            "bearer": {
                "token": "your_token"
            }
        },
        "address": "127.0.0.1",
        "port": 3000,
        "workers": 4
    },
    "mcpServers": {
      "fetch": {
        "command": "uvx",
        "args": ["mcp-server-fetch"]
      },
      "filesystem": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-filesystem",
          "/tmp"
        ]
      }
    }
}