Jeremiah Lowin commited on
Commit
334a570
·
1 Parent(s): 3becd4d

Add client badge

Browse files
Files changed (1) hide show
  1. docs/clients/client.mdx +2 -0
docs/clients/client.mdx CHANGED
@@ -155,6 +155,8 @@ The standard client methods return user-friendly representations that may change
155
 
156
  ### Raw MCP Protocol Objects
157
 
 
 
158
  The FastMCP client attempts to provide a "friendly" interface to the MCP protocol, but sometimes you may need access to the raw MCP protocol objects. Each of the main client methods that returns data has a corresponding `*_mcp` method that returns the raw MCP protocol objects directly.
159
 
160
  <Warning>
 
155
 
156
  ### Raw MCP Protocol Objects
157
 
158
+ <VersionBadge version="2.2.7" />
159
+
160
  The FastMCP client attempts to provide a "friendly" interface to the MCP protocol, but sometimes you may need access to the raw MCP protocol objects. Each of the main client methods that returns data has a corresponding `*_mcp` method that returns the raw MCP protocol objects directly.
161
 
162
  <Warning>