Skip to content

Commit 8b566d2

Browse files
committed
Revert "Fix HTTP timeouts"
This reverts commit 9f9ac0a27f49257b560dce4adb1aa77a026c7468.
1 parent dc77199 commit 8b566d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/mcp_agent_server/asyncio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ andrew_lm@Mac sdk-cloud % uv run mcp-agent deploy basic_agent_server -c /Users/a
189189
│ Secrets file: /Users/andrew_lm/Documents/GitHub/mcp-agent/examples/mcp_agent_server/asyncio/mcp_agent.secrets.yaml │
190190
│ Mode: DEPLOY │
191191
╰──────────────────────────────────────────────────────── LastMile AI ────────────────────────────────────────────────────────╯
192-
INFO: Using API at https://web-internal.mcp-agent.com/api
192+
INFO: Using API at https://mcp-agent.com/api
193193
INFO: Checking for existing app ID for 'basic_agent_server'...
194194
SUCCESS: Found existing app with ID: app_dd3a033d-4f4b-4e33-b82c-aad9ec43c52f for name 'basic_agent_server'
195195
INFO: Processing secrets file...

src/mcp_agent/cli/core/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, api_url: str, api_key: str):
5757
"""Initialize the API client.
5858
5959
Args:
60-
api_url: The base URL of the API (e.g., https://web-internal.mcp-agent.com/api)
60+
api_url: The base URL of the API (e.g., https://mcp-agent.com/api)
6161
api_key: The API authentication key
6262
"""
6363
self.api_url = api_url.rstrip(

src/mcp_agent/cli/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ENV_VERBOSE = "MCP_VERBOSE"
2626

2727
# API defaults
28-
DEFAULT_API_BASE_URL = "https://web-internal.mcp-agent.com/api"
28+
DEFAULT_API_BASE_URL = "https://mcp-agent.com/api"
2929

3030
# Secret types (string constants)
3131
SECRET_TYPE_DEVELOPER = "dev"

src/mcp_agent/data/examples/mcp_agent_server/asyncio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ andrew_lm@Mac sdk-cloud % uv run mcp-agent deploy basic_agent_server -c /Users/a
189189
│ Secrets file: /Users/andrew_lm/Documents/GitHub/mcp-agent/examples/mcp_agent_server/asyncio/mcp_agent.secrets.yaml │
190190
│ Mode: DEPLOY │
191191
╰──────────────────────────────────────────────────────── LastMile AI ────────────────────────────────────────────────────────╯
192-
INFO: Using API at https://web-internal.mcp-agent.com/api
192+
INFO: Using API at https://mcp-agent.com/api
193193
INFO: Checking for existing app ID for 'basic_agent_server'...
194194
SUCCESS: Found existing app with ID: app_dd3a033d-4f4b-4e33-b82c-aad9ec43c52f for name 'basic_agent_server'
195195
INFO: Processing secrets file...

0 commit comments

Comments
 (0)