From f31da7aebbcc1518fc00dbb537b18693d2176943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= <92638966+TC-MO@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:14:41 +0200 Subject: [PATCH 1/3] docs: update .dxt to .mcpb update dead link update description to change mentions of .dxt to .mcpb --- sources/platform/integrations/ai/mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/integrations/ai/mcp.md b/sources/platform/integrations/ai/mcp.md index f16f52a96..915c312ca 100644 --- a/sources/platform/integrations/ai/mcp.md +++ b/sources/platform/integrations/ai/mcp.md @@ -180,7 +180,7 @@ VS Code supports MCP through GitHub Copilot's agent mode(requires Copilot subscr :::tip One-click installation -Download and run the [Apify MCP Server DXT file](https://github.com/apify/actors-mcp-server/releases/latest/download/apify-mcp-server.dxt) for one-click installation. +Download and run the [Apify MCP Server `.mcbp` file](https://github.com/apify/apify-mcp-server/releases/download/v0.4.21/apify-mcp-server.mcpb) for one-click installation. ::: From cae979d5064c6eba0fdb441649ab45b09d7b5beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= <92638966+TC-MO@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:14:48 +0200 Subject: [PATCH 2/3] fix typo --- sources/platform/integrations/ai/mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/integrations/ai/mcp.md b/sources/platform/integrations/ai/mcp.md index 915c312ca..d70cd0828 100644 --- a/sources/platform/integrations/ai/mcp.md +++ b/sources/platform/integrations/ai/mcp.md @@ -180,7 +180,7 @@ VS Code supports MCP through GitHub Copilot's agent mode(requires Copilot subscr :::tip One-click installation -Download and run the [Apify MCP Server `.mcbp` file](https://github.com/apify/apify-mcp-server/releases/download/v0.4.21/apify-mcp-server.mcpb) for one-click installation. +Download and run the [Apify MCP Server `.mcpb` file](https://github.com/apify/apify-mcp-server/releases/download/v0.4.21/apify-mcp-server.mcpb) for one-click installation. ::: From 2f6942938463bd2aa529a202c99a321293730daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= <92638966+TC-MO@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:08:26 +0200 Subject: [PATCH 3/3] fix link --- sources/platform/integrations/ai/mcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/integrations/ai/mcp.md b/sources/platform/integrations/ai/mcp.md index d70cd0828..f96854628 100644 --- a/sources/platform/integrations/ai/mcp.md +++ b/sources/platform/integrations/ai/mcp.md @@ -180,7 +180,7 @@ VS Code supports MCP through GitHub Copilot's agent mode(requires Copilot subscr :::tip One-click installation -Download and run the [Apify MCP Server `.mcpb` file](https://github.com/apify/apify-mcp-server/releases/download/v0.4.21/apify-mcp-server.mcpb) for one-click installation. +Download and run the [Apify MCP Server `.mcpb` file](https://github.com/apify/actors-mcp-server/releases/latest/download/apify-mcp-server.mcpb) for one-click installation. :::