Skip to content

Commit d02475e

Browse files
authored
Update mcp.md
indent
1 parent d6b5c77 commit d02475e

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ The _Apify Model Context Protocol (MCP) Server_ allows AI applications to connec
1717
You can use the Apify MCP Server in two ways:
1818

1919
- Standard Input/Output (stdio): Ideal for local integrations and command-line tools such as the Claude desktop client.
20-
- Set MCP client server command to `npx @apify/actors-mcp-server` and environment variable `APIFY_TOKEN` to your Apify API token
21-
- See `npx @apify/actors-mcp-server --help` for more options
20+
- Set MCP client server command to `npx @apify/actors-mcp-server` and environment variable `APIFY_TOKEN` to your Apify API token
21+
- See `npx @apify/actors-mcp-server --help` for more options
2222
- HTTPS Endpoint [mcp.apify.com](https://mcp.apify.com): Connect your MCP client by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
23-
- `https://mcp.apify.com` for streamable transport
24-
- `https://mcp.apify.com/sse` for legacy SSE transport
23+
- `https://mcp.apify.com` for streamable transport
24+
- `https://mcp.apify.com/sse` for legacy SSE transport
2525

2626
_(You could also use legacy option by running [Apify Actors MCP Server](https://apify.com/apify/actors-mcp-server) as Actor.)_
2727

0 commit comments

Comments
 (0)