Skip to content

Commit 3e079ca

Browse files
feat(ai-agents): add OAuth connection option for MCP tools
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
1 parent 0ed203a commit 3e079ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/core_concepts/54_ai_agents/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ When script tools are configured, the AI agent can decide when and how to use th
4040

4141
### MCP tools
4242

43-
AI Agents can connect to [MCP (Model Context Protocol)](../51_mcp/index.mdx) servers as tools, enabling access to any tools exposed by MCP-compatible servers. To use MCP tools:
43+
AI Agents can connect to [MCP (Model Context Protocol)](../51_mcp/index.mdx) servers as tools, enabling access to any tools exposed by MCP-compatible servers.
44+
45+
If the MCP server handles OAuth, you can simply connect using the OAuth URL. Otherwise, you can use MCP tools by following these steps:
4446

4547
1. Create an MCP resource in Windmill with:
4648
- **Name**: Identifier for the MCP resource

0 commit comments

Comments
 (0)