feat(client): migrate MCP endpoints from nhi/ai/... to agent-activity/...#187
Merged
amascia-gg merged 2 commits intoJun 24, 2026
Merged
Conversation
…/... Update the three MCP route strings following the server-side migration that moved MCPDiscoveryPublicView, MCPActivityPublicView, and MCPActivityBulkPublicView to the agent_activity Django app (NHI-1744). Old paths (kept as deprecated aliases on the server): nhi/ai/discovery nhi/ai/mcp-activity nhi/ai/mcp-activity/bulk New canonical paths: agent-activity/discovery agent-activity/mcp-activity agent-activity/mcp-activity/bulk Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #187 +/- ##
=======================================
Coverage 95.82% 95.82%
=======================================
Files 5 5
Lines 1484 1484
=======================================
Hits 1422 1422
Misses 62 62
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
gmendy1
marked this pull request as draft
June 24, 2026 12:48
gmendy1
marked this pull request as ready for review
June 24, 2026 13:26
amascia-gg
reviewed
Jun 24, 2026
amascia-gg
approved these changes
Jun 24, 2026
amascia-gg
enabled auto-merge
June 24, 2026 14:20
xblanchot-gg
approved these changes
Jun 24, 2026
amascia-gg
deleted the
gmendy/NHI-1744/migrate-mcp-views-to-agent-activity
branch
June 24, 2026 14:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Old → new paths:
nhi/ai/discovery→agent-activity/discoverynhi/ai/mcp-activity→agent-activity/mcp-activitynhi/ai/mcp-activity/bulk→agent-activity/mcp-activity/bulkTest plan
changelog.d/)"