diff --git a/schemas/2025-12-11/server.schema.json b/schemas/2025-12-11/server.schema.json index 9f6469b..fcfde64 100644 --- a/schemas/2025-12-11/server.schema.json +++ b/schemas/2025-12-11/server.schema.json @@ -513,7 +513,7 @@ "url": { "description": "Server-Sent Events endpoint URL template. Variables in {curly_braces} are resolved based on context: In Package context, they reference argument valueHints, argument names, or environment variable names from the parent Package. In Remote context, they reference variables from the transport's 'variables' object. After variable substitution, this should produce a valid URI.", "example": "https://mcp-fs.example.com/sse", - "pattern": "^https?://[^\\s]+$", + "format": "uri-template", "type": "string" } }, @@ -559,7 +559,7 @@ "url": { "description": "URL template for the streamable-http transport. Variables in {curly_braces} are resolved based on context: In Package context, they reference argument valueHints, argument names, or environment variable names from the parent Package. In Remote context, they reference variables from the transport's 'variables' object. After variable substitution, this should produce a valid URI.", "example": "https://api.example.com/mcp", - "pattern": "^https?://[^\\s]+$", + "format": "uri-template", "type": "string" } },