hyper-mcp 0.1.7

A fast, secure MCP server that extends its capabilities through WebAssembly plugins
{
  "plugins": {
    "time": {
      "url": "oci://ghcr.io/tuananh/time-plugin:latest"
    },
    "qr-code": {
      "url": "oci://ghcr.io/tuananh/qrcode-plugin:latest"
    },
    "hash": {
      "url": "oci://ghcr.io/tuananh/hash-plugin:latest"
    },
    "myip": {
      "url": "oci://ghcr.io/tuananh/myip-plugin:latest",
      "runtime_config": {
        "allowed_hosts": ["1.1.1.1"],
        "skip_tools": ["debug_.*", ".*_test"]
      }
    },
    "fetch": {
      "url": "oci://ghcr.io/tuananh/fetch-plugin:latest",
      "runtime_config": {
        "allowed_hosts": ["*"],
        "skip_tools": ["temp_.*", "mock_.*", "tool_[0-9]+"]
      }
    },
    "example_plugin": {
      "url": "oci://ghcr.io/example/demo-plugin:latest",
      "runtime_config": {
        "skip_tools": [
          "admin_tool",
          "dev_.*",
          ".*_deprecated",
          "test_(unit|integration)",
          "[a-z]+_helper"
        ],
        "allowed_hosts": ["example.com"],
        "memory_limit": "256Mi"
      }
    }
  }
}