-
Notifications
You must be signed in to change notification settings - Fork 768
Update deployment URLs from lastmileai.dev to mcp-agent.com domain #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update deployment URLs from lastmileai.dev to mcp-agent.com domain #480
Conversation
Caution Review failedThe pull request is closed. WalkthroughDocumentation updates: example SSE/app URL hosts changed from deployments.mcp-agent-cloud.lastmileai.dev to deployments.mcp-agent.com across multiple README and docs files. No code, logic, export, or API changes. Changes
Sequence Diagram(s)Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (10)
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.
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. Comment |
49bdc7e
to
916d17b
Compare
There was a problem hiding this 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/usecases/mcp_github_to_slack_agent/README.md (1)
114-114
: SSE endpoint host change LGTM; fix markdownlint MD049 on line 137.URLs are correct. markdownlint flags asterisk emphasis in the table; either switch to underscores or update lint config.
Apply this minimal tweak if you prefer code-side fix:
-| *SSE* | *https://[your-agent-server-id].deployments.mcp-agent.com/sse* | +| _SSE_ | _https://[your-agent-server-id].deployments.mcp-agent.com/sse_ |Also applies to: 137-137
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (7)
examples/basic/mcp_basic_agent/README.md
(2 hunks)examples/basic/mcp_model_selector/README.md
(2 hunks)examples/mcp_agent_server/asyncio/README.md
(1 hunks)examples/usecases/mcp_github_to_slack_agent/README.md
(2 hunks)examples/workflows/workflow_evaluator_optimizer/README.md
(2 hunks)examples/workflows/workflow_intent_classifier/README.md
(2 hunks)examples/workflows/workflow_orchestrator_worker/README.md
(2 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
examples/usecases/mcp_github_to_slack_agent/README.md
137-137: Emphasis style
Expected: underscore; Actual: asterisk
(MD049, emphasis-style)
137-137: Emphasis style
Expected: underscore; Actual: asterisk
(MD049, emphasis-style)
137-137: Emphasis style
Expected: underscore; Actual: asterisk
(MD049, emphasis-style)
137-137: Emphasis style
Expected: underscore; Actual: asterisk
(MD049, emphasis-style)
🔇 Additional comments (6)
examples/mcp_agent_server/asyncio/README.md (1)
225-225
: Updated App URL host LGTM.The deployment log example now reflects deployments.mcp-agent.com.
examples/basic/mcp_basic_agent/README.md (1)
125-125
: Correct domain migration in both SSE examples.Nothing else changed; headers and paths remain valid.
Also applies to: 148-148
examples/workflows/workflow_intent_classifier/README.md (1)
87-87
: SSE URLs now target deployments.mcp-agent.com.Looks consistent with the rest of the repo.
Also applies to: 110-110
examples/basic/mcp_model_selector/README.md (1)
101-101
: Host switch to deployments.mcp-agent.com verified.No other changes required.
Also applies to: 124-124
examples/workflows/workflow_evaluator_optimizer/README.md (1)
135-135
: Both occurrences updated to the new domain.App integration JSON and MCP Inspector table are consistent.
Also applies to: 159-159
examples/workflows/workflow_orchestrator_worker/README.md (1)
105-105
: Approve: deployments.mcp-agent.com SSE URLs updated; no stale old-domain references found.
rg scan returned 0 matches for deployments.mcp-agent-cloud.lastmileai.dev and shows the SSE endpoints updated across README files.
916d17b
to
3d31403
Compare
Update deployment URLs to new domain
TL;DR
Updated all deployment URLs from
deployments.mcp-agent-cloud.lastmileai.dev
todeployments.mcp-agent.com
.Summary by CodeRabbit