From d6d4bb3f0346f68c9b53c1e11b9a0aa23354369c Mon Sep 17 00:00:00 2001 From: HaniehZ Date: Tue, 16 Sep 2025 11:34:50 -0400 Subject: [PATCH 1/3] Update overview.mdx - url fix Update_deployment_URLs_from_lastmileai.dev_to_mcp-agent.com_domain --- docs/cloud/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cloud/overview.mdx b/docs/cloud/overview.mdx index 1306fa527..de6e2bcf1 100644 --- a/docs/cloud/overview.mdx +++ b/docs/cloud/overview.mdx @@ -71,7 +71,7 @@ Configure Claude Desktop to access your agent server "command": "/path/to/npx", "args": [ "mcp-remote", - "https://[your-agent-server-id].deployments.mcp-agent-cloud.lastmileai.dev/sse", + "https://[your-agent-server-id].deployments.mcp-agent.com/sse", "--header", "Authorization: Bearer ${BEARER_TOKEN}" ], @@ -92,7 +92,7 @@ Connect with the following settings | Setting | Value | |---|---| | *Transport Type* | *SSE* | -| *SSE* | *https://[your-agent-server-id].deployments.mcp-agent-cloud.lastmileai.dev/sse* | +| *SSE* | *https://[your-agent-server-id].deployments.mcp-agent.com/sse* | | *Header Name* | *Authorization* | | *Bearer Token* | *your-mcp-agent-cloud-api-token* | From 05f42fd934a17a65b6b17750f80385e628ad2156 Mon Sep 17 00:00:00 2001 From: HaniehZ Date: Tue, 16 Sep 2025 11:37:43 -0400 Subject: [PATCH 2/3] Update agent-server.mdx --- docs/cloud/agent-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/agent-server.mdx b/docs/cloud/agent-server.mdx index 322edb7c6..e3bc023f5 100644 --- a/docs/cloud/agent-server.mdx +++ b/docs/cloud/agent-server.mdx @@ -182,7 +182,7 @@ For **mcp-agent cloud**, add to `claude_desktop_config.json`: "command": "/path/to/npx", "args": [ "mcp-remote", - "https://[your-agent-server-id].deployments.mcp-agent-cloud.lastmileai.dev/sse", + "https://[your-agent-server-id].deployments.mcp-agent-cloud.com/sse", "--header", "Authorization: Bearer ${BEARER_TOKEN}" ], From f0ce7919ae9505555990d9056abb5b9b92f21380 Mon Sep 17 00:00:00 2001 From: HaniehZ Date: Tue, 16 Sep 2025 11:52:32 -0400 Subject: [PATCH 3/3] Update docs/cloud/agent-server.mdx Co-authored-by: Sarmad Qadri --- docs/cloud/agent-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/agent-server.mdx b/docs/cloud/agent-server.mdx index e3bc023f5..9dd774480 100644 --- a/docs/cloud/agent-server.mdx +++ b/docs/cloud/agent-server.mdx @@ -182,7 +182,7 @@ For **mcp-agent cloud**, add to `claude_desktop_config.json`: "command": "/path/to/npx", "args": [ "mcp-remote", - "https://[your-agent-server-id].deployments.mcp-agent-cloud.com/sse", + "https://[your-agent-server-id].deployments.mcp-agent.com/sse", "--header", "Authorization: Bearer ${BEARER_TOKEN}" ],