hyper-mcp 0.1.6

A fast, secure MCP server that extends its capabilities through WebAssembly plugins
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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"
  fetch:
    url: oci://ghcr.io/tuananh/fetch-plugin:latest
    runtime_config:
      allowed_hosts:
        - "*"