Add Remote MCP package sourcing use case - #3449
Open
egorpavlikhin wants to merge 1 commit into
Open
Conversation
Octopus Remote MCP now exposes feeds and package versions through the contract tools (find_feeds, get_feed, find_package_versions, and get_latest_package_version). Document this as a new use case on the Remote MCP use cases page so the capability catalog matches what the server offers: reading how a feed is configured, including the registry it points at, and picking a package version a channel's rules will accept. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UwiRZaThjbqCqxXeTwUBq1
|
|
|
Pull request environment is available at https://stoctodocspr3449.z22.web.core.windows.net/. You can view the ephemeral environment status in Octopus Deploy. This environment will be automatically deprovisioned when the pull request is closed, or after 7 days of inactivity. |
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.
Why
OctopusDeploy/OctopusDeploy#47139 ("Expose feeds and package versions to the Remote MCP") shipped four new contract tools on the Remote MCP:
find_feeds,get_feed,find_package_versions, andget_latest_package_version. An agent can now read how a feed is configured (including the registry or source it points at) and pick a package version a channel's rules will accept.The Remote MCP use cases page is structured as a catalog of what the server helps teams do, but had no entry for feeds or package versions, so the documentation trailed the implementation.
What changed
descriptionandmodDateto match.The other Remote MCP page (
remote/index.md) intentionally does not enumerate individual contract tools ("We'll add more operations to the contract tools over time"), so it needed no change.Notes
🤖 Generated with Claude Code
https://claude.ai/code/session_01UwiRZaThjbqCqxXeTwUBq1
Generated by Claude Code