Skip to content

Commit a244690

Browse files
authored
Fix json
1 parent 48da323 commit a244690

File tree

1 file changed

+9
-9
lines changed
  • sources/platform/integrations/ai

1 file changed

+9
-9
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ Before you start, make sure you have the following:
3838

3939
The easiest way how to connect is via Oauth. You just need server URL `https://mcp.apify.com` and to confirm your authentication to Apify in the browser. Depending on your MCP client, you'll either need a simple configuration or set it up in UI:
4040

41-
```json
42-
{
43-
"mcpServers": {
44-
"apify": {
45-
"url": "https://mcp.apify.com"
46-
}
47-
}
48-
}
49-
```
41+
```json
42+
{
43+
"mcpServers": {
44+
"apify": {
45+
"url": "https://mcp.apify.com"
46+
}
47+
}
48+
}
49+
```
5050

5151
## Example usage (local stdio with Claude for Desktop)
5252

0 commit comments

Comments
 (0)