René's URL Explorer Experiment


Title: GitHub MCP Server fails in Visual Studio 2026 Insiders due to invalid github_push_files schema · Issue #2011 · github/github-mcp-server · GitHub

Open Graph Title: GitHub MCP Server fails in Visual Studio 2026 Insiders due to invalid github_push_files schema · Issue #2011 · github/github-mcp-server

X Title: GitHub MCP Server fails in Visual Studio 2026 Insiders due to invalid github_push_files schema · Issue #2011 · github/github-mcp-server

Description: Describe the bug FYI. This issue may be with Visual Studio team and I will report bug there too. When the GitHub MCP Server is enabled in Visual Studio 2026 Insiders, Copilot consistently fails with an HTTP 400 error originating from the...

Open Graph Description: Describe the bug FYI. This issue may be with Visual Studio team and I will report bug there too. When the GitHub MCP Server is enabled in Visual Studio 2026 Insiders, Copilot consistently fails wit...

X Description: Describe the bug FYI. This issue may be with Visual Studio team and I will report bug there too. When the GitHub MCP Server is enabled in Visual Studio 2026 Insiders, Copilot consistently fails wit...

Opengraph URL: https://github.com/github/github-mcp-server/issues/2011

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"GitHub MCP Server fails in Visual Studio 2026 Insiders due to invalid github_push_files schema","articleBody":"### Describe the bug\n\nFYI. This issue may be with Visual Studio team and I will report bug there too.\n\nWhen the GitHub MCP Server is enabled in Visual Studio 2026 Insiders, Copilot consistently fails with an HTTP 400 error originating from the github_push_files function schema.\n\nThe failure appears to be caused by an invalid JSON schema definition for github_push_files, specifically the files array item schema missing a required additionalProperties: false declaration. This results in Copilot being unable to invoke the MCP tool and causes all related interactions to fail.\n\nDisabling the GitHub MCP Server immediately resolves the issue.\n\nNote: The error logs below are reported in the Output Window for \"Github Copilot\".\n\n### Affected version\n\nPlease run ` docker run -i --rm ghcr.io/github/github-mcp-server ./github-mcp-server --version` and paste the output below\n\nNO - I am using HTTP Version of the MCP Server with oauth/grant permission/access.\n\n### Steps to reproduce the behavior\n\n1. Install Visual Studio 2026 Insiders (Copilot enabled).\n2. Configure the GitHub MCP Server as an HTTP MCP server in %USERPROFILE%\\.mcp.json.\n3. Restart Visual Studio.\n4. Open any solution, enable the github mcp server and authenticate. Enable Tools, \n5. Invoke Copilot in-chat. \n6 Attempt an action that causes Copilot to use any tool... such as \"execute 'pwd' in the terminal and report to me the directory path\" \n\nObserve Copilot failing with an HTTP 400 error.\n\n### Expected vs actual behavior\n\n**Expected behavior**\n\n- Copilot successfully invokes github_push_files.\n- MCP server accepts the request and processes the file push normally.\n\n**Actual behavior**\n\nCopilot fails with HTTP 400 (: invalid_request_body).\n\nThe error indicates an invalid function schema for github_push_files.\n\n**All Copilot interactions involving GitHub tooling fail until the MCP server is disabled. This is the killer point for me. I basically renders Copilot useless as it can't run any tooling if the Github MCP server is enabled **\n\n\n### Logs\n\n```\nHTTP 400 (: invalid_request_body)\n\nInvalid schema for function 'github_push_files':\nIn context=('properties', 'files', 'items'),\n'additionalProperties' is required to be supplied and to be false.\n\n\nSystem.ClientModel.ClientResultException: HTTP 400 (: invalid_request_body)\nInvalid schema for function 'github_push_files'\n   at OpenAI.ClientPipelineExtensions.ProcessMessageAsync(...)\n   at OpenAI.Responses.OpenAIResponseClient.CreateResponseAsync(...)\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreAsync(...)\n\n[Conversations Information] [CopilotResponses] Environment variable COPILOT_USE_DEFAULTPROXY found: False\n[Conversations Error] [CopilotClient EventType(6)] Unknown exception:\nSystem.ClientModel.ClientResultException: HTTP 400 (: invalid_request_body)\n```\n\n**The version of Visual Studio:   Visual Studio 2026 Insiders [11506.43]**\n\n```\nInvalid schema for function 'github_push_files': In context=('properties', 'files', 'items'), 'additionalProperties' is required to be supplied and to be false.\n   at OpenAI.ClientPipelineExtensions.ProcessMessageAsync(ClientPipeline pipeline, PipelineMessage message, RequestOptions options)\n   at OpenAI.Responses.OpenAIResponseClient.CreateResponseAsync(BinaryContent content, RequestOptions options)\n   at OpenAI.Responses.OpenAIResponseClient.\u003c\u003ec__DisplayClass13_0.\u003c\u003cCreateResponseStreamingAsync\u003eb__0\u003ed.MoveNext()\n--- End of stack trace from previous location ---\n   at OpenAI.AsyncSseUpdateCollection`1.GetRawPagesAsync()+MoveNext()\n   at OpenAI.AsyncSseUpdateCollection`1.GetRawPagesAsync()+System.Threading.Tasks.Sources.IValueTaskSource\u003cSystem.Boolean\u003e.GetResult()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+MoveNext()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+MoveNext()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource\u003cSystem.Boolean\u003e.GetResult()\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreWithResponsesAPIAsync(HttpClient httpClient, ChatRequestOptions requestOptions, CancellationToken cancellationToken)\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreWithResponsesAPIAsync(HttpClient httpClient, ChatRequestOptions requestOptions, CancellationToken cancellationToken)\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreAsync(HttpClient httpClient, CopilotAPIRequest request, Action`1 onToken, Action`1 onUpdate, CopilotInteractionId interactionId, Boolean validateRootRequestId, String sessionToken, CancellationToken cancellationToken)\n[Conversations Error] [Conversations] Unhandled exception in AskInConversationAsync: System.Exception: Error occurred while invoking intent 'Generic'.\nHTTP 400 (: invalid_request_body)\n\nInvalid schema for function 'github_push_files': In context=('properties', 'files', 'items'), 'additionalProperties' is required to be supplied and to be false.\n   at OpenAI.ClientPipelineExtensions.ProcessMessageAsync(ClientPipeline pipeline, PipelineMessage message, RequestOptions options)\n   at OpenAI.Responses.OpenAIResponseClient.CreateResponseAsync(BinaryContent content, RequestOptions options)\n   at OpenAI.Responses.OpenAIResponseClient.\u003c\u003ec__DisplayClass13_0.\u003c\u003cCreateResponseStreamingAsync\u003eb__0\u003ed.MoveNext()\n--- End of stack trace from previous location ---\n   at OpenAI.AsyncSseUpdateCollection`1.GetRawPagesAsync()+MoveNext()\n   at OpenAI.AsyncSseUpdateCollection`1.GetRawPagesAsync()+System.Threading.Tasks.Sources.IValueTaskSource\u003cSystem.Boolean\u003e.GetResult()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+MoveNext()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+MoveNext()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource\u003cSystem.Boolean\u003e.GetResult()\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreWithResponsesAPIAsync(HttpClient httpClient, ChatRequestOptions requestOptions, CancellationToken cancellationToken)\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreWithResponsesAPIAsync(HttpClient httpClient, ChatRequestOptions requestOptions, CancellationToken cancellationToken)\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreAsync(HttpClient httpClient, CopilotAPIRequest request, Action`1 onToken, Action`1 onUpdate, CopilotInteractionId interactionId, Boolean validateRootRequestId, String sessionToken, CancellationToken cancellationToken)\n   at Conversations.Kernel.LLMClient.GetGitHubApiResponseAsync(CopilotAPIRequest request, CopilotInteractionId interactionId, Action`1 onToken, Action`1 onUpdate, String sessionToken, CancellationToken cancellationToken)\n   at Conversations.Kernel.LLMClient.GetApiResponseAsync(CopilotAPIRequest request, CopilotInteractionId interactionId, Action`1 onToken, Action`1 onUpdate, String sessionToken, CancellationToken cancellationToken)\n   at Conversations.Kernel.LLMClient.RequestAsync(CopilotAPIRequest request, CopilotInteractionId interactionId, ICopilotStreamingContentSink streamTarget, String sessionToken, CancellationToken cancellationToken);\n   at Conversations.Kernel.ConversationBase.AskAsync(CompletionRequest requestContext, CancellationToken cancellation)\n   at Conversations.Kernel.ConversationBase.AskAsync(CompletionRequest requestContext, CancellationToken cancellation)\n   at Microsoft.VisualStudio.Conversations.Service.ServiceTarget.AskInConversationAsync(CopilotSessionId sessionId, ConversationRequest conversationRequest, CancellationToken cancellation)\n[Conversations Information] [GetQuota] Environment variable COPILOT_USE_DEFAULTPROXY found: False\n[CopilotSessionProvider Error] Unhandled exception invoking responder GitHub Copilot: StreamJsonRpc.RemoteInvocationException: Error occurred while invoking intent 'Generic'.\nHTTP 400 (: invalid_request_body)\n\nInvalid schema for function 'github_push_files': In context=('properties', 'files', 'items'), 'additionalProperties' is required to be supplied and to be false.\n   at OpenAI.ClientPipelineExtensions.ProcessMessageAsync(ClientPipeline pipeline, PipelineMessage message, RequestOptions options)\n   at OpenAI.Responses.OpenAIResponseClient.CreateResponseAsync(BinaryContent content, RequestOptions options)\n   at OpenAI.Responses.OpenAIResponseClient.\u003c\u003ec__DisplayClass13_0.\u003c\u003cCreateResponseStreamingAsync\u003eb__0\u003ed.MoveNext()\n--- End of stack trace from previous location ---\n   at OpenAI.AsyncSseUpdateCollection`1.GetRawPagesAsync()+MoveNext()\n   at OpenAI.AsyncSseUpdateCollection`1.GetRawPagesAsync()+System.Threading.Tasks.Sources.IValueTaskSource\u003cSystem.Boolean\u003e.GetResult()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+MoveNext()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+MoveNext()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource\u003cSystem.Boolean\u003e.GetResult()\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreWithResponsesAPIAsync(HttpClient httpClient, ChatRequestOptions requestOptions, CancellationToken cancellationToken)\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreWithResponsesAPIAsync(HttpClient httpClient, ChatRequestOptions requestOptions, CancellationToken cancellationToken)\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreAsync(HttpClient httpClient, CopilotAPIRequest request, Action`1 onToken, Action`1 onUpdate, CopilotInteractionId interactionId, Boolean validateRootRequestId, String sessionToken, CancellationToken cancellationToken)\n   at Conversations.Kernel.LLMClient.GetGitHubApiResponseAsync(CopilotAPIRequest request, CopilotInteractionId interactionId, Action`1 onToken, Action`1 onUpdate, String sessionToken, CancellationToken cancellationToken)\n   at Conversations.Kernel.LLMClient.GetApiResponseAsync(CopilotAPIRequest request, CopilotInteractionId interactionId, Action`1 onToken, Action`1 onUpdate, String sessionToken, CancellationToken cancellationToken)\n   at Conversations.Kernel.LLMClient.RequestAsync(CopilotAPIRequest request, CopilotInteractionId interactionId, ICopilotStreamingContentSink streamTarget, String sessionToken, CancellationToken cancellationToken);\n   at StreamJsonRpc.JsonRpc.\u003cInvokeCoreAsync\u003ed__171`1.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n   at Microsoft.VisualStudio.Copilot.ResponderBroker.\u003cSendRequestHelperAsync\u003ed__9.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n   at Microsoft.VisualStudio.Copilot.ResponderBroker.\u003cSendRequestHelperAsync\u003ed__9.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\n   at Microsoft.VisualStudio.Copilot.ResponderBroker.\u003cSendDirectRequestAsync\u003ed__3.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n   at System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetResult(Int16 token)\n   at Microsoft.VisualStudio.Copilot.Core.Agents.CopilotAgentModeResponder.\u003cRespondInternalAsync\u003ed__14.MoveNext()\n--- End of stack trace from previous location where exception was thrown ---\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\n   at System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetResult(Int16 token)\n   at Microsoft.VisualStudio.Copilot.CopilotDefaultOrchestrator.\u003cSendRequestToResponderAsync\u003ed__24.MoveNext()\nRPC server exception:\nSystem.Exception: Error occurred while invoking intent 'Generic'.\nHTTP 400 (: invalid_request_body)\n\nInvalid schema for function 'github_push_files': In context=('properties', 'files', 'items'), 'additionalProperties' is required to be supplied and to be false.\n   at OpenAI.ClientPipelineExtensions.ProcessMessageAsync(ClientPipeline pipeline, PipelineMessage message, RequestOptions options)\n   at OpenAI.Responses.OpenAIResponseClient.CreateResponseAsync(BinaryContent content, RequestOptions options)\n   at OpenAI.Responses.OpenAIResponseClient.\u003c\u003ec__DisplayClass13_0.\u003c\u003cCreateResponseStreamingAsync\u003eb__0\u003ed.MoveNext()\n--- End of stack trace from previous location ---\n   at OpenAI.AsyncSseUpdateCollection`1.GetRawPagesAsync()+MoveNext()\n   at OpenAI.AsyncSseUpdateCollection`1.GetRawPagesAsync()+System.Threading.Tasks.Sources.IValueTaskSource\u003cSystem.Boolean\u003e.GetResult()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+MoveNext()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+MoveNext()\n   at System.ClientModel.AsyncCollectionResult`1.GetAsyncEnumerator(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource\u003cSystem.Boolean\u003e.GetResult()\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreWithResponsesAPIAsync(HttpClient httpClient, ChatRequestOptions requestOptions, CancellationToken cancellationToken)\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreWithResponsesAPIAsync(HttpClient httpClient, ChatRequestOptions requestOptions, CancellationToken cancellationToken)\n   at Microsoft.VisualStudio.Conversations.CopilotClient.CopilotAPIClient.ChatCoreAsync(HttpClient httpClient, CopilotAPIRequest request, Action`1 onToken, Action`1 onUpdate, CopilotInteractionId interactionId, Boolean validateRootRequestId, String sessionToken, CancellationToken cancellationToken)\n   at Conversations.Kernel.LLMClient.GetGitHubApiResponseAsync(CopilotAPIRequest request, CopilotInteractionId interactionId, Action`1 onToken, Action`1 onUpdate, String sessionToken, CancellationToken cancellationToken)\n   at Conversations.Kernel.LLMClient.GetApiResponseAsync(CopilotAPIRequest request, CopilotInteractionId interactionId, Action`1 onToken, Action`1 onUpdate, String sessionToken, CancellationToken cancellationToken)\n   at Conversations.Kernel.LLMClient.RequestAsync(CopilotAPIRequest request, CopilotInteractionId interactionId, ICopilotStreamingContentSink streamTarget, String sessionToken, CancellationToken cancellationToken);\n      at Conversations.Kernel.ConversationBase.AskAsync(CompletionRequest requestContext, CancellationToken cancellation)\n      at Conversations.Kernel.ConversationBase.AskAsync(CompletionRequest requestContext, CancellationToken cancellation)\n      at Microsoft.VisualStudio.Conversations.Service.ServiceTarget.AskInConversationAsync(CopilotSessionId sessionId, ConversationRequest conversationRequest, CancellationToken cancellation)\n      at Microsoft.VisualStudio.Conversations.Service.CopilotServiceContainer.AskInConversationAsync(CopilotSessionId sessionId, ConversationRequest request, CancellationToken cancellationToken)\n\n[UI.SessionViewModel Error] Response Status: Failure\n[Conversations Information] [CopilotClient] Copilot Internal User response: Conversations.Abstractions.Auth.CopilotUserData\n[Conversations Information] [CopilotModels] Environment variable COPILOT_USE_DEFAULTPROXY found: False\n[Conversations Information] Copilot auth status: OK. Copilot badge status: Active\n\n```","author":{"url":"https://github.com/aarondglover","@type":"Person","name":"aarondglover"},"datePublished":"2026-02-13T09:10:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/2011/github-mcp-server/issues/2011"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:61be6c36-3877-a654-448a-8390d91c9a0a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDDF6:13966B:D6145C:127C954:6A6256B8
html-safe-nonce4f9534d416a2f8bcbb1017f83a3609a8c8e4aea023d861a79cfa9df261976765
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEREY2OjEzOTY2QjpENjE0NUM6MTI3Qzk1NDo2QTYyNTZCOCIsInZpc2l0b3JfaWQiOiI0OTU2MDM1NDc0MTQwNTgzNjA4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac97fbf41390d8487542bfb44563dd10304d851a3441531c7b140298b84d7331da
hovercard-subject-tagissue:3936143065
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/github/github-mcp-server/2011/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f2f30c95e1dc001b723fadd03a399d140bfc94d6d0a38f2f987b20da2613d5a4/github/github-mcp-server/issues/2011
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f2f30c95e1dc001b723fadd03a399d140bfc94d6d0a38f2f987b20da2613d5a4/github/github-mcp-server/issues/2011
og:image:altDescribe the bug FYI. This issue may be with Visual Studio team and I will report bug there too. When the GitHub MCP Server is enabled in Visual Studio 2026 Insiders, Copilot consistently fails wit...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameaarondglover
hostnamegithub.com
expected-hostnamegithub.com
Noneb928dd27bb9305f313c737471c216297e218430ec505d064cf33d7d74af9bf89
turbo-cache-controlno-preview
go-importgithub.com/github/github-mcp-server git https://github.com/github/github-mcp-server.git
octolytics-dimension-user_id9919
octolytics-dimension-user_logingithub
octolytics-dimension-repository_id942771284
octolytics-dimension-repository_nwogithub/github-mcp-server
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id942771284
octolytics-dimension-repository_network_root_nwogithub/github-mcp-server
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6f728c3f39985ee4d171ffdd5591d8d2652392d9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/github/github-mcp-server/issues/2011#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fgithub-mcp-server%2Fissues%2F2011
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fgithub-mcp-server%2Fissues%2F2011
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=github%2Fgithub-mcp-server
Reloadhttps://github.com/github/github-mcp-server/issues/2011
Reloadhttps://github.com/github/github-mcp-server/issues/2011
Reloadhttps://github.com/github/github-mcp-server/issues/2011
Please reload this pagehttps://github.com/github/github-mcp-server/issues/2011
github https://github.com/github
github-mcp-serverhttps://github.com/github/github-mcp-server
Notifications https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Fork 4.6k https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Star 31.7k https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Code https://github.com/github/github-mcp-server
Issues 172 https://github.com/github/github-mcp-server/issues
Pull requests 163 https://github.com/github/github-mcp-server/pulls
Discussions https://github.com/github/github-mcp-server/discussions
Actions https://github.com/github/github-mcp-server/actions
Models https://github.com/github/github-mcp-server/models
Security and quality 2 https://github.com/github/github-mcp-server/security
Insights https://github.com/github/github-mcp-server/pulse
Code https://github.com/github/github-mcp-server
Issues https://github.com/github/github-mcp-server/issues
Pull requests https://github.com/github/github-mcp-server/pulls
Discussions https://github.com/github/github-mcp-server/discussions
Actions https://github.com/github/github-mcp-server/actions
Models https://github.com/github/github-mcp-server/models
Security and quality https://github.com/github/github-mcp-server/security
Insights https://github.com/github/github-mcp-server/pulse
#2257https://github.com/github/github-mcp-server/pull/2257
GitHub MCP Server fails in Visual Studio 2026 Insiders due to invalid github_push_files schemahttps://github.com/github/github-mcp-server/issues/2011#top
#2257https://github.com/github/github-mcp-server/pull/2257
bugSomething isn't workinghttps://github.com/github/github-mcp-server/issues?q=state%3Aopen%20label%3A%22bug%22
request ai reviewhttps://github.com/github/github-mcp-server/issues?q=state%3Aopen%20label%3A%22request%20ai%20review%22
https://github.com/aarondglover
aarondgloverhttps://github.com/aarondglover
on Feb 13, 2026https://github.com/github/github-mcp-server/issues/2011#issue-3936143065
bugSomething isn't workinghttps://github.com/github/github-mcp-server/issues?q=state%3Aopen%20label%3A%22bug%22
request ai reviewhttps://github.com/github/github-mcp-server/issues?q=state%3Aopen%20label%3A%22request%20ai%20review%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.