DataDesigner/docs/code_reference/config/mcp.md
Andre Manoel 8b79b21298 Initialize orphan Fern docs website branch
Preserves tree from previous docs-website head: 5e47d33ea8. This branch is a CI-managed publish artifact like gh-pages; source provenance is tracked in commit messages rather than Git ancestry.
2026-05-14 01:17:51 +00:00

1,023 B

MCP Configuration

MCP config objects tell Data Designer which Model Context Protocol providers exist and which tools an LLM column may use.

MCPProvider configures remote MCP servers via SSE or Streamable HTTP transport. LocalStdioMCPProvider configures local MCP servers as subprocesses via stdio transport. ToolConfig sets which tools are available for LLM columns and how they are constrained.

For MCP execution internals, see Engine MCP. Related guides:

API Reference

::: data_designer.config.mcp