update(docs): update mcp, custom tools, and variables docs#4192
update(docs): update mcp, custom tools, and variables docs#4192TheodoreSpeaks wants to merge 2 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Updates MCP docs to reflect the current UI and setup flow (server creation, workflow-to-tool deployment, client configuration), with new screenshots and clearer guidance on refresh/auth and when to use Agent vs Updates the workflow variables guide with new screenshots and revised instructions for opening the Variables panel, plus a small terminology tweak ( Reviewed by Cursor Bugbot for commit c0de014. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryAdds a new Custom Tools documentation page and updates the MCP and Variables docs with current UI screenshots, rewritten step-by-step flows, and comparison tables replacing unstructured bullet lists. The Confidence Score: 5/5Safe to merge — documentation-only changes with no runtime impact. All findings are P2 style suggestions. No code logic is changed; every image file referenced in the MDX is present in the PR, and the Image component path already existed in the codebase. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
subgraph Inbound["Using External MCP Tools (mcp/index.mdx)"]
A[External MCP Server] -->|Settings → MCP Tools → Add| B[Workspace MCP Tool Registry]
B -->|Add tool... → MCP Servers| C[Agent Block]
B -->|Explicit params| D[MCP Tool Block]
end
subgraph Outbound["Deploying Workflows as MCP (mcp/deploy-workflows.mdx)"]
E[Deployed Workflow] -->|Deploy → MCP tab → Save Tool| F[MCP Server in Sim]
F -->|Server URL + X-API-Key| G[External MCP Clients]
G --> G1[Cursor]
G --> G2[Claude Code]
G --> G3[Claude Desktop]
G --> G4[VS Code]
end
subgraph Inline["Custom Tools (custom-tools/index.mdx)"]
H[Schema + JS Code] -->|Settings → Custom Tools → Add| I[Workspace Custom Tool Registry]
I -->|Add tool... → Custom Tools| C
end
Reviews (1): Last reviewed commit: "update(docs): update mcp, custom tools, ..." | Re-trigger Greptile |
|
merged into big docs pr. #4110 |
Summary
Added more screenshots for mcp tools, custom tools, and variables docs.
Updated out of date documentation, added cleaner info panels (table comparisons, tabbed content)
Type of Change
Testing
I read it.
Checklist
Screenshots/Videos