Merge pull request #257 from jlowin/version-update

Update wildcards to 2.2.4
This commit is contained in:
Jeremiah Lowin 2025-04-25 15:52:38 -04:00 committed by GitHub
commit d710179e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,7 +249,7 @@ With these two templates defined, clients can request a variety of resources:
### Wildcard Parameters
<VersionBadge version="2.2.3" />
<VersionBadge version="2.2.4" />
<Warning>
Please note: the Model Context Protocol URI standard follows RFC 6570, which does not include support for wildcard parameters. FastMCP extends the template syntax to support wildcards (`{param*}`), and because template matching happens entirely in the FastMCP server, it is not expected that these wildcards will cause compatibility issues with other MCP implementations. However, this can not be guaranteed.