Skip to content

Commit abd0a8c

Browse files
authored
Update mcp.md
- Fixed link for HTTPS endpoint
1 parent 2bd4c24 commit abd0a8c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can use the Apify MCP Server in two ways:
1919
- _Standard Input/Output (stdio)_: Ideal for local integrations and command-line tools such as the Claude desktop client.
2020
- Set MCP client server command to `npx @apify/actors-mcp-server` and environment variable `APIFY_TOKEN` to your Apify API token
2121
- See `npx @apify/actors-mcp-server --help` for more options
22-
- _HTTPS Endpoint_ [mcp.apify.com](https://mcp.apify.com): Connect your MCP client by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
22+
- _HTTPS Endpoint_ `mcp.apify.com`: Connect your MCP client by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
2323
- `https://mcp.apify.com` for streamable transport
2424
- `https://mcp.apify.com/sse` for legacy SSE transport
2525

0 commit comments

Comments
 (0)