| print.mcp_connection | R Documentation |
S3 print method for MCP connection objects.
## S3 method for class 'mcp_connection'
print(x, ...)
x |
An MCP connection object. |
... |
Unused. |
x, invisibly. Called for the side effect of printing a
summary of the connection state and available tools.
## Not run:
conn <- mcp_connect(port = 7850)
print(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.