Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The next step in setting up Open Agent Platform is to deploy and configure your
<Step title="Configure MCP Server URL">
Set your MCP server URL inside the `apps/web/` directory (ensure it does not end with `/mcp`. This will be auto-applied by OAP):
```bash
NEXT_PUBLIC_MCP_SERVER_URL="https://api.arcade.dev/v1/mcps/arcade-anon/"
NEXT_PUBLIC_MCP_SERVER_URL="https://api.arcade.dev/v1/mcps/arcade-anon"
```
</Step>
<Step title="Configure Authentication (if required)">
Expand Down