Jeremiah Lowin commited on
Commit
f8721ad
·
unverified ·
2 Parent(s): 9924ac99c8eda3

Merge pull request #537 from jlowin/version-badge

Browse files
Files changed (1) hide show
  1. docs/servers/composition.mdx +2 -0
docs/servers/composition.mdx CHANGED
@@ -185,6 +185,8 @@ main_server.mount("remote", remote_proxy)
185
 
186
  ## Resource Prefix Formats
187
 
 
 
188
  When mounting or importing servers, resource URIs are usually prefixed to avoid naming conflicts. FastMCP supports two different formats for resource prefixes:
189
 
190
  ### Path Format (Default)
 
185
 
186
  ## Resource Prefix Formats
187
 
188
+ <VersionBadge version="2.4.0" />
189
+
190
  When mounting or importing servers, resource URIs are usually prefixed to avoid naming conflicts. FastMCP supports two different formats for resource prefixes:
191
 
192
  ### Path Format (Default)