Add repository focus mode for project-scoped MCP workflows#2629
Open
advancedresearcharray wants to merge 1 commit into
Open
Add repository focus mode for project-scoped MCP workflows#2629advancedresearcharray wants to merge 1 commit into
advancedresearcharray wants to merge 1 commit into
Conversation
613e046 to
8c06dba
Compare
Bind a stdio server instance to a default owner/repo so agents can call get_repository_context instead of searching repositories first, with optional discovery-tool filtering and fine-grained PAT access hints. Closes github#1683
8c06dba to
d331b8d
Compare
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
--repository/GITHUB_REPOSITORYconfiguration to bind a stdio server instance to a defaultowner/repo, similar to working inside a git checkout withgh.get_repository_contextto return the configured repository, token type, and access status (with fine-grained PAT permission hints when access fails).--allow-discovery-toolsis set.Test plan
go test ./pkg/github/... ./pkg/inventory/... ./internal/ghmcp/...GITHUB_REPOSITORY=owner/repoand confirmget_repository_contextreturns the expected owner/repo--allow-discovery-toolsget_repository_contextCloses #1683