Add resolve action for name-based resource lookup in MCP#72
Merged
titouanmathis merged 1 commit intomainfrom Feb 27, 2026
Merged
Add resolve action for name-based resource lookup in MCP#72titouanmathis merged 1 commit intomainfrom
titouanmathis merged 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #72 +/- ##
=======================================
Coverage 99.80% 99.80%
=======================================
Files 221 223 +2
Lines 3561 3596 +35
Branches 810 845 +35
=======================================
+ Hits 3554 3589 +35
Misses 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add a resolve action to servers and sites that accepts a name/query and returns matching resources via partial case-insensitive search. Exact match returns single result, partial returns all candidates. Extracted matching logic into forge-core executors so both CLI and MCP can share the resolution logic. Closes #70 Co-authored-by: Claude <claude@anthropic.com>
8cbae95 to
9455eab
Compare
This was referenced Feb 27, 2026
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.
Implements #70 — adds a
resolveaction toserversandsitesresources for name-based lookup.Changes
Core
resolvetoACTIONSconstantresolveServers()executor — partial/exact name matchingresolveSites()executor — partial/exact domain matchingMCP
resolvetoREAD_ACTIONShandleServersandhandleSitesviacreateResourceHandlerqueryparameter toforgetool input schemahelpandschemahandlersUsage
{"resource": "servers", "action": "resolve", "query": "prod"}Returns:
Closes #70