Commit 76c703f
fix: Update Remote Server example to use matching namespace and URL
The Remote Server with URL Templating example was failing namespace validation
because the URL domain didn't match the reverse-DNS namespace. Fixed by ensuring
the namespace `io.modelcontextprotocol.anonymous/multi-tenant-server` matches
the URL `https://anonymous.modelcontextprotocol.io/mcp/{tenant_id}`.
This ensures the example passes integration tests where remote URLs must match
the publisher domain extracted from the namespace.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 49ea119 commit 76c703f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
| 677 | + | |
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
| 683 | + | |
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
| |||
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
695 | | - | |
| 695 | + | |
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| |||
0 commit comments