feat(settings): add GitHub HTTP MCP server configuration#197
Open
feat(settings): add GitHub HTTP MCP server configuration#197
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a workspace-level GitHub MCP server entry so VS Code/Copilot can access github/* MCP tools via the GitHub Copilot MCP HTTP endpoint.
Changes:
- Added a new
githubMCP server entry usinghttptransport pointing tohttps://api.githubcopilot.com/mcp/.
benljbrooks
approved these changes
Feb 12, 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.
Description
Added the GitHub HTTP MCP server to the VS Code workspace MCP configuration, enabling direct access to GitHub MCP tools via the GitHub Copilot API endpoint. This unlocks GitHub issue management and more, enabling the usage of the HVE-Core AI artifacts for enhanced issue tracking and management within the VS Code environment.
githubMCP server entry in.vscode/mcp.jsonwith HTTP transport type pointing tohttps://api.githubcopilot.com/mcp/Related Issue
Closes #196
Type of Change
Implementation Details
Added a new
githubserver block to the existing MCP server definitions in.vscode/mcp.json. The server uses thehttptransport type with the GitHub Copilot MCP API URL (https://api.githubcopilot.com/mcp/). This complements the existing MCP server configurations (microsoft-docs, crisp, contex7, Azure DevOps) already defined in the workspace.Testing Performed
Validation Steps
Checklist
terraform fmton all Terraform codeterraform validateon all Terraform codeaz bicep formaton all Bicep codeaz bicep buildto validate all Bicep codemega-linter-runner)🔧 - Generated by Copilot