Skip to content

fix(mcp): namespace registry URL template - #224

Merged
vishr merged 1 commit into
mainfrom
fix/mcp-registry-url-template
Sep 5, 2026
Merged

fix(mcp): namespace registry URL template#224
vishr merged 1 commit into
mainfrom
fix/mcp-registry-url-template

Conversation

@vishr

@vishr vishr commented Sep 5, 2026

Copy link
Copy Markdown
Member

Summary

  • use a Fanout-specific remote URL template variable
  • avoid the official registry collision on the generic host template

Failure addressed

The v2026.9.1 release authenticated and validated successfully, but publication returned HTTP 400 because another server already owns the literal https://{host}/mcp template.

Verification

  • mcp-publisher v1.8.1 validate
  • just check

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The URL template and variables map are updated consistently and the change is minimal and low-risk.

Pull request overview

Updates the MCP server registry metadata to use a Fanout-specific URL template variable, preventing collisions with the official registry’s generic {host} template.

Changes:

  • Switch remote URL template from https://{host}/mcp to https://{fanout_host}/mcp.
  • Rename the corresponding variable key from host to fanout_host while keeping the same user-facing description/placeholder.
File summaries
File Description
server.json Renames the remote URL template variable to avoid registry template collisions.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@vishr
vishr merged commit f6d119e into main Sep 5, 2026
9 checks passed
@vishr
vishr deleted the fix/mcp-registry-url-template branch September 5, 2026 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants