You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,7 +55,7 @@ Open Agent Platform uses Supabase for authentication by default.
32
55
</Step>
33
56
</Steps>
34
57
35
-
## 2. Deploying Agents
58
+
## 3. Deploying Agents
36
59
37
60
The next step in setting up Open Agent Platform is to deploy and configure your agents.
38
61
@@ -77,7 +100,7 @@ The next step in setting up Open Agent Platform is to deploy and configure your
77
100
</Step>
78
101
</Steps>
79
102
80
-
## 3. RAG Server Setup
103
+
## 4. RAG Server Setup
81
104
82
105
<Steps>
83
106
<Steptitle="Deploy LangConnect">
@@ -91,17 +114,18 @@ The next step in setting up Open Agent Platform is to deploy and configure your
91
114
</Step>
92
115
</Steps>
93
116
94
-
## 4. MCP Server Setup
117
+
## 5. MCP Server Setup
95
118
96
119
<Tip>
97
120
Open Agent Platform only supports connecting to MCP servers which support Streamable HTTP requests.
121
+
If you don't have an MCP server set up yet, you can use [Arcade](https://docs.arcade.dev/home/mcp-desktop-clients/vscode-client)'s public beta MCP server.
98
122
</Tip>
99
123
100
124
<Steps>
101
125
<Steptitle="Configure MCP Server URL">
102
126
Set your MCP server URL inside the `apps/web/` directory (ensure it does not end with `/mcp`. This will be auto-applied by OAP):
0 commit comments