Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cloud/agent-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.com/sse",
"--header",
"Authorization: Bearer ${BEARER_TOKEN}"
],
Expand Down
4 changes: 2 additions & 2 deletions docs/cloud/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
],
Expand All @@ -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* |

Expand Down
4 changes: 2 additions & 2 deletions examples/basic/mcp_basic_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Configure Claude Desktop to access your agent servers by updating your `~/.claud
"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}"
],
Expand All @@ -145,7 +145,7 @@ Make sure to fill out 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* |

Expand Down
4 changes: 2 additions & 2 deletions examples/basic/mcp_model_selector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Configure Claude Desktop to access your agent servers by updating your `~/.claud
"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}"
],
Expand All @@ -121,7 +121,7 @@ Make sure to fill out 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* |

Expand Down
4 changes: 2 additions & 2 deletions examples/basic/mcp_server_aggregator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Configure Claude Desktop to access your agent servers by updating your `~/.claud
"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}"
],
Expand All @@ -105,7 +105,7 @@ Make sure to fill out 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* |

Expand Down
2 changes: 1 addition & 1 deletion examples/mcp_agent_server/asyncio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ INFO: Transformed secrets file written to /Users/andrew_lm/Documents/GitHub/mcp-
WARNING: Found a __main__ entrypoint in main.py. This will be ignored in the deployment.
▰▰▰▰▰▰▱ ✅ Bundled successfully
▹▹▹▹▹ Deploying MCP App bundle...INFO: App ID: app_ddde033d-21as-fe3s-b82c-aaae4243c52f
INFO: App URL: https://770xdsp22y321prwv9rasdfasd9l5zj5.deployments.mcp-agent-cloud.lastmileai.dev
INFO: App URL: https://770xdsp22y321prwv9rasdfasd9l5zj5.deployments.mcp-agent.com
INFO: App Status: OFFLINE
▹▹▹▹▹ ✅ MCP App deployed successfully!
```
Expand Down
4 changes: 2 additions & 2 deletions examples/usecases/mcp_github_to_slack_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Configure Claude Desktop to access your agent servers by updating your `~/.claud
"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}"
],
Expand All @@ -134,7 +134,7 @@ Make sure to fill out 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* |

Expand Down
4 changes: 2 additions & 2 deletions examples/workflows/workflow_evaluator_optimizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Configure Claude Desktop to access your agent by updating `~/.claude-desktop/con
"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}"
],
Expand All @@ -156,7 +156,7 @@ Configure the following settings in MCP Inspector:
| Setting | Value |
|---|---|
| **Transport Type** | SSE |
| **SSE URL** | `https://[your-agent-server-id].deployments.mcp-agent-cloud.lastmileai.dev/sse` |
| **SSE URL** | `https://[your-agent-server-id].deployments.mcp-agent.com/sse` |
| **Header Name** | Authorization |
| **Bearer Token** | your-mcp-agent-cloud-api-token |

Expand Down
4 changes: 2 additions & 2 deletions examples/workflows/workflow_intent_classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Configure Claude Desktop to access your agent servers by updating your `~/.claud
"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}"
],
Expand All @@ -107,7 +107,7 @@ Make sure to fill out 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* |

Expand Down
4 changes: 2 additions & 2 deletions examples/workflows/workflow_orchestrator_worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Configure Claude Desktop to access your agent servers by updating your `~/.claud
"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}"
],
Expand All @@ -125,7 +125,7 @@ Make sure to fill out 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* |

Expand Down
Loading