Skip to content

Conversation

Haniehz1
Copy link
Contributor

@Haniehz1 Haniehz1 commented Sep 16, 2025

Updated deployment URLs from deployments.mcp-agent-cloud.lastmileai.dev to deployments.mcp-agent.com

Summary by CodeRabbit

  • Documentation
    • Updated SSE endpoint URLs in setup instructions to use the agent.com domain.
    • Clarified integration steps for Claude Desktop and configuration for MCP Inspector with the new endpoints.
    • Ensures users connect to the correct, current services.
    • No functional changes to the application.

Updated deployment URLs from deployments.mcp-agent-cloud.lastmileai.dev to deployments.mcp-agent.com
Copy link

coderabbitai bot commented Sep 16, 2025

Walkthrough

Documentation update changing two SSE URL references in examples/workflows/workflow_evaluator_optimizer/README.md from the Lastmile AI cloud domain to the agent.com domain. No code changes.

Changes

Cohort / File(s) Summary
Docs URL updates
examples/workflows/workflow_evaluator_optimizer/README.md
Replaced SSE URLs from https://[your-agent-server-id].deployments.mcp-agent-cloud.lastmileai.dev/sse to https://[your-agent-server-id].deployments.mcp-agent.com/sse in Claude Desktop integration and MCP Inspector configuration sections.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • saqadri
  • andrew-lastmile

Poem

A rabbit taps keys with a gentle hum,
Swaps old clouds for agent.com,
Two URLs hop to a neater burrow,
Docs refreshed by dawn’s soft furrow.
Squeak! goes the link, crisp and bright—
Now the streams SSE just right. 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "Update README.md - fixed urls" succinctly and accurately describes the primary change in this PR: documentation updates in the README to correct deployment/SSE URLs. It names the affected file and the nature of the change so a reviewer scanning history can quickly understand the intent. The phrasing is concise and free of unnecessary noise.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Haniehz1-patch-6

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8f00f5a and f98e314.

📒 Files selected for processing (1)
  • examples/workflows/workflow_evaluator_optimizer/README.md (2 hunks)
🔇 Additional comments (1)
examples/workflows/workflow_evaluator_optimizer/README.md (1)

159-161: MCP Inspector table updated correctly — no other occurrences found. rg returned only examples/workflows/workflow_evaluator_optimizer/README.md (SSE URL at line 159).

Comment on lines +135 to 138
"https://[your-agent-server-id].deployments.mcp-agent.com/sse",
"--header",
"Authorization: Bearer ${BEARER_TOKEN}"
],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

🧩 Analysis chain

URL swap looks correct; please verify repo‑wide consistency and endpoint validity.

Change to deployments.mcp-agent.com for the SSE endpoint LGTM. Please confirm there are no remaining references to the old domain and that all SSE examples consistently include the /sse suffix.

Run:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Find any lingering old-domain references
rg -n --hidden -S 'deployments\.mcp-agent-cloud\.lastmileai\.dev'

# Spot any new-domain mentions that might be missing the /sse suffix in docs/examples
rg -nP --hidden 'https://\[.*?\]\.deployments\.mcp-agent\.com(?!/sse)\b' examples docs || true

Length of output: 2008


URL swap incomplete — lingering old-domain references found

  • Found matches referencing deployments.mcp-agent-cloud.lastmileai.dev (update to https://[your-agent-server-id].deployments.mcp-agent.com/sse):
    examples/usecases/mcp_github_to_slack_agent/README.md:114,137
    examples/mcp_agent_server/asyncio/README.md:225
    examples/workflows/workflow_orchestrator_worker/README.md:105,128
    examples/workflows/workflow_intent_classifier/README.md:87,110
    docs/cloud/overview.mdx:74,95
    docs/cloud/agent-server.mdx:185
    examples/basic/mcp_model_selector/README.md:101,124
    examples/basic/mcp_basic_agent/README.md:125,148

  • Your second rg pattern failed with a PCRE2 error; use these commands to finish verification:

    • rg -n --hidden -S 'deployments.mcp-agent-cloud.lastmileai.dev'
    • rg -n --hidden 'https://[.*].deployments.mcp-agent.com' examples docs | rg -v '/sse' || true
🤖 Prompt for AI Agents
In examples/workflows/workflow_evaluator_optimizer/README.md around lines
135-138, the example still references the old domain; search the repo for any
remaining deployments.mcp-agent-cloud.lastmileai.dev entries and replace them
with the new pattern https://[your-agent-server-id].deployments.mcp-agent.com
(ensure the /sse path is present where appropriate and the Authorization header
line remains unchanged), then verify no other lingering references by running
the suggested ripgrep checks (rg -n --hidden -S
'deployments\.mcp-agent-cloud\.lastmileai\.dev' and rg -n --hidden
'https://\[.*\]\.deployments\.mcp-agent\.com' examples docs | rg -v '/sse' ||
true) and update the listed files accordingly.

@Haniehz1 Haniehz1 closed this Sep 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant