Skip to content

Commit 6e77e51

Browse files
committed
prepare to publish to mcp registry
Signed-off-by: Tuan Anh Tran <[email protected]>
1 parent a508eec commit 6e77e51

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ FROM gcr.io/distroless/cc-debian12
1212
LABEL org.opencontainers.image.authors="[email protected]" \
1313
org.opencontainers.image.url="https://github.com/tuananh/hyper-mcp" \
1414
org.opencontainers.image.source="https://github.com/tuananh/hyper-mcp" \
15-
org.opencontainers.image.vendor="github.com/tuananh/hyper-mcp"
15+
org.opencontainers.image.vendor="github.com/tuananh/hyper-mcp" \
16+
io.modelcontextprotocol.server.name="io.github.tuananh/hyper-mcp"
1617

1718
WORKDIR /app
1819
COPY --from=builder /app/target/release/hyper-mcp /usr/local/bin/hyper-mcp

server.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3+
"name": "io.github.tuananh/hyper-mcp",
4+
"description": "📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins",
5+
"status": "active",
6+
"repository": {
7+
"url": "https://github.com/tuananh/hyper-mcp",
8+
"source": "github"
9+
},
10+
"version": "1.0.0",
11+
"packages": [
12+
{
13+
"registry_type": "oci",
14+
"registry_base_url": "https://ghcr.io",
15+
"identifier": "tuananh/hyper-mcp",
16+
"version": "v0.1.6",
17+
"transport": {
18+
"type": "stdio"
19+
},
20+
"environment_variables": []
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)