You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a GitHub MCP tool (or API) that can open an interactive chat session with Copilot for codebase exploration — e.g., investigating features or debugging — without creating a PR?
Currently, the only programmatic option I'm aware of is assign_copilot_to_issue_with_intent, which assigns the coding agent to an issue. However, that workflow is:
Asynchronous (no back-and-forth conversation)
PR-centric (always creates a branch + PR)
What I'm looking for is a way to programmatically start a synchronous, conversational session with Copilot that has full codebase context — similar to Copilot Chat on github.com — but invokable via MCP/API.
Questions:
Does such a tool/API exist today?
If not, is this on the roadmap?
Are there alternative approaches to achieve interactive, read-only code Q&A programmatically?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
Is there a GitHub MCP tool (or API) that can open an interactive chat session with Copilot for codebase exploration — e.g., investigating features or debugging — without creating a PR?
Currently, the only programmatic option I'm aware of is
assign_copilot_to_issue_with_intent, which assigns the coding agent to an issue. However, that workflow is:Asynchronous (no back-and-forth conversation)
PR-centric (always creates a branch + PR)
What I'm looking for is a way to programmatically start a synchronous, conversational session with Copilot that has full codebase context — similar to Copilot Chat on github.com — but invokable via MCP/API.
Questions:
Does such a tool/API exist today?
If not, is this on the roadmap?
Are there alternative approaches to achieve interactive, read-only code Q&A programmatically?
Thanks!
All reactions