| mcp_tools | R Documentation |
List tools from an MCP connection
mcp_tools(conn)
conn |
An MCP connection object. |
List of tool definitions.
## Not run:
conn <- mcp_connect(port = 7850)
tools <- mcp_tools(conn)
mcp_close(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.