Skip to content

Commit 796dca2

Browse files
committed
change headings in troubleshooting section and add mdlint rule disable
1 parent f8d417e commit 796dca2

File tree

1 file changed

+5
-3
lines changed
  • sources/platform/integrations/ai

1 file changed

+5
-3
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,22 +167,24 @@ This dynamic discovery means your AI can adapt to new tasks without manual confi
167167
The Apify MCP server allows up to _30_ requests per second per user. This limit applies to all operations including Actor runs, storage access, and
168168
documentation queries. If you exceed this limit, you'll receive a `429` response and should implement appropriate retry logic.
169169

170+
<!-- markdownlint-disable MD001 -->
170171
## Troubleshooting
171172

172-
### Authentication errors
173+
#### Authentication errors
173174

174175
- _Check your API token_: Verify that your Apify API token is correct. You can find it in the **Integrations** section of the [Apify Console](https://console.apify.com/account#/integrations). Without a valid token, the server cannot start Actor runs.
175176
- _Set environment variable for local development_: When running the MCP server locally, ensure you have set the `APIFY_TOKEN` environment variable.
176177

177-
### Local environment setup
178+
#### Local environment setup
178179

179180
- _The MCP server requires Node.js v18 or higher_. Check your installed version by running `node -v` in your terminal.
180181
- _Using the latest server version_: To ensure you have the latest features and bug fixes, use the latest version of the `@apify/actors-mcp-server` package. You can do this by appending `@latest` to the package name in your `npx` command or configuration file.
181182

182-
### Actor execution issues
183+
#### Actor execution issues
183184

184185
- _No response or long delays_: Actor runs can take time to complete depending on their task. If you're experiencing long delays, check the Actor's logs in Apify Console. The logs will provide insight into the Actor's status and show if it's processing a long operation or has encountered an error.
185186

187+
<!-- markdownlint-enable MD001 -->
186188
## Support and resources
187189

188190
The Apify MCP Server is an open-source project. Report bugs, suggest features, or ask questions in the [GitHub repository](https://github.com/apify/actors-mcp-server/issues).

0 commit comments

Comments
 (0)