| autodeskr_mcp_tools | R Documentation |
Returns a named list of ellmer::tool() objects that expose
AutoDeskR functions to AI models via the Model Context Protocol (MCP).
Credentials are read from the APS_CLIENT_ID and
APS_CLIENT_SECRET environment variables; no token argument is
required in any tool call.
autodeskr_mcp_tools()
A named list of ellmer::tool objects covering Authentication,
Data Management, Model Derivative, Design Automation, and Reality Capture.
## Not run:
Sys.setenv(APS_CLIENT_ID = "your_id", APS_CLIENT_SECRET = "your_secret")
tools <- autodeskr_mcp_tools()
mcptools::mcp_server(tools = tools)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.