Skip to content

Commit 12fb6c7

Browse files
fix linters
1 parent 10b0d21 commit 12fb6c7

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

sources/platform/actors/development/quick-start/build_with_ai.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ To add Apify MCP server to Cursor manually:
7070
1. Create or open the `.cursor/mcp.json` file.
7171
1. Add the following to the configuration file:
7272

73-
```json
74-
{
75-
"mcpServers": {
76-
"apify": {
77-
"url": "https://mcp.apify.com/?tools=docs"
78-
}
79-
}
80-
}
81-
```
73+
```json
74+
{
75+
"mcpServers": {
76+
"apify": {
77+
"url": "https://mcp.apify.com/?tools=docs"
78+
}
79+
}
80+
}
81+
```
8282

8383
</TabItem>
8484
<TabItem value="vscode" label="VS Code">
@@ -91,15 +91,15 @@ VS Code supports MCP through MCP-compatible extensions like _GitHub Copilot_, _C
9191
- For _MCP-compatible extension_: Go to the MCP Servers tab in the extension interface.
9292
1. Add the Apify server configuration:
9393

94-
```json
95-
{
96-
"mcpServers": {
97-
"apify": {
98-
"url": "https://mcp.apify.com/?tools=docs"
99-
}
100-
}
101-
}
102-
```
94+
```json
95+
{
96+
"mcpServers": {
97+
"apify": {
98+
"url": "https://mcp.apify.com/?tools=docs"
99+
}
100+
}
101+
}
102+
```
103103

104104
</TabItem>
105105
<TabItem value="claude" label="Claude">

0 commit comments

Comments
 (0)