Commit bbecd41
Trade Router
v1.0.10: migrate mcpName to ai.traderouter/* for DNS-auth publishing
Changes:
- package.json mcpName: io.github.TradeRouter/trade-router-mcp → ai.traderouter/trade-router-mcp
- README mcp-name HTML comment updated to match
- CHANGELOG entry documenting the migration and why
End-user impact: zero. Install command, package name, tools, and behavior all unchanged.
Why:
- The MCP Registry binds an npm package's namespace ownership to its mcpName field.
- Publishing to io.github.TradeRouter/* requires GitHub OAuth device flow.
- Publishing to ai.traderouter/* uses DNS-based authentication via a TXT record on
traderouter.ai — no browser, no device codes, no per-publish friction.
- The Ed25519 keypair + helper script are set up locally; the TXT record on
traderouter.ai resolves correctly across authoritative + 8.8.8.8 + 1.1.1.1.
- The cleaner brand-domain namespace also reads more "official" than a GitHub-org
prefix.
Tests: all 10 preimage regression tests pass on Node 20.
Tarball: stays at 6 files (CHANGELOG, LICENSE, README, SECURITY, package.json, mjs)
with no leaked tokens.1 parent 9cb8ec7 commit bbecd41
4 files changed
Lines changed: 20 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
5 | 18 | | |
6 | 19 | | |
7 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
0 commit comments