Skip to content

Conversation

Haniehz1
Copy link
Contributor

@Haniehz1 Haniehz1 commented Sep 16, 2025

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

Summary by CodeRabbit

  • Documentation
    • Updated SSE endpoint domain in setup instructions from deployments.mcp-agent-cloud.lastmileai.dev to deployments.mcp-agent.com.
    • Refreshed Claude Desktop integration steps to use the new mcp-remote URL format.
    • Revised MCP Inspector configuration table with the new SSE URL.
    • Clarifies connection steps and ensures consistency across docs; no functional changes to the example.

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

coderabbitai bot commented Sep 16, 2025

Walkthrough

Updated SSE endpoint domains in the example README for Claude Desktop and MCP Inspector integrations, switching from deployments.mcp-agent-cloud.lastmileai.dev to deployments.mcp-agent.com. No code or API changes.

Changes

Cohort / File(s) Summary
Docs: Endpoint domain update
examples/basic/mcp_basic_agent/README.md
Replaced SSE URLs to use https://[your-agent-server-id].deployments.mcp-agent.com/sse in Claude Desktop and MCP Inspector sections.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • andrew-lastmile
  • saqadri

Poem

A hop, a skip, a URL tweak,
New paths for streams our agents seek.
From cloud to com, the routes align,
SSE now flows just fine.
Thump goes my paw—docs neat and sweet! 🥕✨

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 the deployment URL to deployments.mcp-agent.com" concisely and accurately summarizes the changeset, which replaces the SSE endpoint domain in the README with the new domain. It is specific and focused on the primary change without extraneous detail. A reviewer scanning history will understand the main intent at a glance.
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-4

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


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.

@Haniehz1 Haniehz1 changed the title Update the deployment URL to deployments.mcp-agent.com Update README.md - fixed urls Sep 16, 2025
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: 0

🧹 Nitpick comments (1)
examples/basic/mcp_basic_agent/README.md (1)

148-148: Keep the endpoint DRY in docs.

Minor: consider introducing a single placeholder (e.g., AGENT_SSE_URL) once, then reference it in both the Claude Desktop and Inspector sections to avoid future drift.

📜 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 7051dd6.

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

125-125: Stale old SSE domain remains — update to deployments.mcp-agent.com

Found leftover occurrences of deployments.mcp-agent-cloud.lastmileai.dev; replace them with deployments.mcp-agent.com in these files:

  • docs/cloud/agent-server.mdx:185
  • docs/cloud/overview.mdx:74, 95
  • examples/basic/mcp_model_selector/README.md:101, 124
  • examples/mcp_agent_server/asyncio/README.md:225
  • examples/usecases/mcp_github_to_slack_agent/README.md:114, 137
  • examples/workflows/workflow_evaluator_optimizer/README.md:135, 159
  • examples/workflows/workflow_intent_classifier/README.md:87, 110
  • examples/workflows/workflow_orchestrator_worker/README.md:105, 128
⛔ Skipped due to learnings
Learnt from: CR
PR: lastmile-ai/mcp-agent#0
File: examples/usecases/reliable_conversation/CLAUDE.md:0-0
Timestamp: 2025-07-22T18:59:49.368Z
Learning: Applies to examples/usecases/reliable_conversation/examples/reliable_conversation/src/**/*.py : Use mcp-agent's Agent abstraction for ALL LLM interactions, including quality evaluation, to ensure consistent tool access, logging, and error handling.

@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