Skip to content

Commit da7a355

Browse files
deploy: 5cf4772
1 parent c4013be commit da7a355

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

.doctrees/index.doctree

-6 Bytes
Binary file not shown.

_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ Other MCP servers may work but are not supported.
675675
config = {
676676
"tools": {
677677
"mcp": {
678-
"urls": ["my-zapier-mcp-url"],
678+
"url": "my-zapier-mcp-url",
679679
}
680680
},
681681
"agents": [

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ <h3>MCP<a class="headerlink" href="#mcp" title="Link to this heading"></a></h
692692
<span class="n">config</span> <span class="o">=</span> <span class="p">{</span>
693693
<span class="s2">&quot;tools&quot;</span><span class="p">:</span> <span class="p">{</span>
694694
<span class="s2">&quot;mcp&quot;</span><span class="p">:</span> <span class="p">{</span>
695-
<span class="s2">&quot;urls&quot;</span><span class="p">:</span> <span class="p">[</span><span class="s2">&quot;my-zapier-mcp-url&quot;</span><span class="p">],</span>
695+
<span class="s2">&quot;url&quot;</span><span class="p">:</span> <span class="s2">&quot;my-zapier-mcp-url&quot;</span><span class="p">,</span>
696696
<span class="p">}</span>
697697
<span class="p">},</span>
698698
<span class="s2">&quot;agents&quot;</span><span class="p">:</span> <span class="p">[</span>

0 commit comments

Comments
 (0)