Skip to content

Commit 0de196f

Browse files
author
S. K. Rotwang MMMMMMMMM
committed
Fix MCP Registry namespace case + record successful publish
GitHub reverse-DNS namespaces are case-sensitive to the handle: the token grants io.github.Rotwang9000/* (capital R), so the lowercase name 403'd. Published live as io.github.Rotwang9000/seneschal-data (status: active).
1 parent 4406403 commit 0de196f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Add this to your MCP client config (e.g. `~/.cursor/mcp.json`):
5959

6060
This server is published to the official
6161
[MCP Registry](https://registry.modelcontextprotocol.io) as
62-
`io.github.rotwang9000/seneschal-data` (see [`server.json`](server.json)),
62+
`io.github.Rotwang9000/seneschal-data` (see [`server.json`](server.json)),
6363
so MCP-aware clients and aggregators can discover it automatically.
6464

6565
Eighteen tools become available to your agent — free read tools, plus

mcp-publisher

18.7 MB
Binary file not shown.

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.rotwang9000/seneschal-data",
3+
"name": "io.github.Rotwang9000/seneschal-data",
44
"title": "Seneschal Data",
55
"description": "Live DeFi liquidation, Ethereum builder & Monero/Zcash data over MCP. Free, no key; x402 premium.",
66
"version": "0.1.0",

0 commit comments

Comments
 (0)