René's URL Explorer Experiment


Title: x tools have invalid JSON schemas and will be omitted · Issue #404 · github/github-mcp-server · GitHub

Open Graph Title: x tools have invalid JSON schemas and will be omitted · Issue #404 · github/github-mcp-server

X Title: x tools have invalid JSON schemas and will be omitted · Issue #404 · github/github-mcp-server

Description: Describe the bug MCP server starts and no tools are shown in the tool selector (VS Code). After a while (2 minutes plus) I get the error x tools have invalid JSON schemas and will be omitted (with the released image from yesterday that n...

Open Graph Description: Describe the bug MCP server starts and no tools are shown in the tool selector (VS Code). After a while (2 minutes plus) I get the error x tools have invalid JSON schemas and will be omitted (with ...

X Description: Describe the bug MCP server starts and no tools are shown in the tool selector (VS Code). After a while (2 minutes plus) I get the error x tools have invalid JSON schemas and will be omitted (with ...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"x tools have invalid JSON schemas and will be omitted","articleBody":"### Describe the bug\n\nMCP server starts and no tools are shown in the tool selector (VS Code). After a while (2 minutes plus) I get the error `x tools have invalid JSON schemas and will be omitted` (with the released image from yesterday that number is now 40, was 36 with an older version. \n\nEventually I now get this popup as well: \n![Image](https://github.com/user-attachments/assets/fa946112-ea66-4d1e-b732-8a8c35bf4126)\n\nI have tried this against both our internal GitHub Enterprise Server as well as with github.com. Perhaps our internal proxy is acting up? It worked last week!\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```\nGitHub MCP Server\nVersion: v0.3.0\nCommit: 7aced2b0a16d18a441d6bbf33e6487f7c042df6e\nBuild Date: 2025-05-14T21:33:49Z\n```\n\nRunning in VS Code 1.100.0. The config worked last week :-)\n\n### Steps to reproduce the behavior\n\nStart the server with the config against a GitHub Enterprise Server and this is the result. Not sure where this is coming from (config error, network error) or how to enable more logging to find out.\n\n``` json\n\"mcp\": {\n        \"inputs\": [\n                {\n                    \"type\": \"promptString\",\n                    \"id\": \"github_token\",\n                    \"description\": \"GitHub Personal Access Token\",\n                    \"password\": true\n                }\n        ],\n        \"servers\": {  \n            \"github-GHES\": {\n                \"command\": \"docker\",\n                \"args\": [\n                \"run\",\n                \"-i\",\n                \"--rm\",\n                \"-e\", \"GITHUB_PERSONAL_ACCESS_TOKEN\",\n                \"-e\", \"GITHUB_HOST\",\n                \"ghcr.io/github/github-mcp-server\"\n                ],\n                \"env\": {\n                    \"GITHUB_PERSONAL_ACCESS_TOKEN\": \"${input:github_token}\",\n                    \"GITHUB_HOST\": \"https://gh.OUR-DOMAIN.com\"\n                }\n            }\n        }\n    }\n```\n\nAlso tried with passing in our proxy settings to Docker:\n``` shell\n\"args\": [\n                    \"run\",\n                    \"-i\",\n                    \"--rm\",\n                    \"-e\", \"GITHUB_PERSONAL_ACCESS_TOKEN\",                \n                    \"-e\",\n                    \"HTTPS_PROXY\",\n                    \"-e\",\n                    \"HTTP_PROXY\",\n                    \"-e\",\n                    \"NO_PROXY\",\n                    \"ghcr.io/github/github-mcp-server\",\n                ],\n```\nSame result.\n\n\n\n### Expected vs actual behavior\n\nA clear and concise description of what you expected to happen and what actually happened.\n\n### Logs\n\n``` shell\n2025-05-16 12:55:31.804 [info] Starting server github-GHES\n2025-05-16 12:55:31.804 [info] Connection state: Starting\n2025-05-16 12:55:31.804 [info] Starting server from LocalProcess extension host\n2025-05-16 12:55:31.850 [info] Connection state: Starting\n2025-05-16 12:55:31.850 [info] Connection state: Running\n2025-05-16 12:55:31.850 [warning] [server stderr] Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.\n2025-05-16 12:55:32.327 [warning] [server stderr] GitHub MCP Server running on stdio\n2025-05-16 12:55:32.330 [info] Discovered 40 tools\n2025-05-16 12:57:45.550 [warning] 40 tools have invalid JSON schemas and will be omitted\n```\n\nLogs from a `docker logs` show only the tools json, which looks like proper json at first sight:\n``` shell\n{\"jsonrpc\":\"2.0\",\"id\":1,\"result\":{\"protocolVersion\":\"2024-11-05\",\"capabilities\":{\"logging\":{},\"resources\":{\"subscribe\":true,\"listChanged\":true},\"tools\":{\"listChanged\":true}},\"serverInfo\":{\"name\":\"github-mcp-server\",\"version\":\"v0.3.0\"}}}\nGitHub MCP Server running on stdio\n{\"jsonrpc\":\"2.0\",\"id\":2,\"result\":{\"tools\":[{\"annotations\":{\"title\":\"Add comment to issue\",\"readOnlyHint\":false},\"description\":\"Add a comment to a specific issue in a GitHub repository.\",\"inputSchema\":{\"properties\":{\"body\":{\"description\":\"Comment content\",\"type\":\"string\"},\"issue_number\":{\"description\":\"Issue number to comment on\",\"type\":\"number\"},\"owner\":{\"description\":\"Repository owner\",\"type\":\"string\"},\"repo\":{\"description\":\"Repository name\",\"type\":\"string\"}},\"required\":[\"owner\",\"repo\",\"issue_number\",\"body\"],\"type\":\"object\"},\"name\":\"add_issue_comment\"},{\"annotations\":{\"title\":\"Add review comment to pull request\",\"readOnlyHint\":false},\"description\": \n\netc\n```\n\nI formatted the JSON and that looks alright as well, so perhaps a spec update that does not work with this version of VS Code yet? ","author":{"url":"https://github.com/rajbos","@type":"Person","name":"rajbos"},"datePublished":"2025-05-16T11:19:01.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/404/github-mcp-server/issues/404"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:46dfc9d3-ed33-c3c9-102e-2a2588c14262
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9076:326CF:352DD28:499A3D3:6A60DE31
html-safe-nonce56e816a72addd6b302cf5dd5802022131701d202a6b8d0c150b1d0793c6ba3e5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MDc2OjMyNkNGOjM1MkREMjg6NDk5QTNEMzo2QTYwREUzMSIsInZpc2l0b3JfaWQiOiI4MDYyNzQyNTE1MTQwMzIwODE3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac26425ecd6046a41837ee155b30bcc25156351a83513af6b16e5f6509e507434b
hovercard-subject-tagissue:3068721310
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/404/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9bf0e5a35c92822a8634d6d22530732d383663eb32c3d666165f1bc5f7e1e242/github/github-mcp-server/issues/404
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9bf0e5a35c92822a8634d6d22530732d383663eb32c3d666165f1bc5f7e1e242/github/github-mcp-server/issues/404
og:image:altDescribe the bug MCP server starts and no tools are shown in the tool selector (VS Code). After a while (2 minutes plus) I get the error x tools have invalid JSON schemas and will be omitted (with ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamerajbos
hostnamegithub.com
expected-hostnamegithub.com
None8302bdfafed4cf34ac9c1d3593108fafa53bc3f86b893907e38fa6bdd74361ac
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
releasec3c2ff0c76b34772c83c9498a08cefee28f53da0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/github/github-mcp-server/issues/404#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fgithub-mcp-server%2Fissues%2F404
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%2F404
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/404
Reloadhttps://github.com/github/github-mcp-server/issues/404
Reloadhttps://github.com/github/github-mcp-server/issues/404
Please reload this pagehttps://github.com/github/github-mcp-server/issues/404
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.6k https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Code https://github.com/github/github-mcp-server
Issues 169 https://github.com/github/github-mcp-server/issues
Pull requests 169 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
x tools have invalid JSON schemas and will be omittedhttps://github.com/github/github-mcp-server/issues/404#top
bugSomething isn't workinghttps://github.com/github/github-mcp-server/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/rajbos
rajboshttps://github.com/rajbos
on May 16, 2025https://github.com/github/github-mcp-server/issues/404#issue-3068721310
https://private-user-images.githubusercontent.com/6085745/444499561-fa946112-ea66-4d1e-b732-8a8c35bf4126.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQ3MzM1MzQsIm5iZiI6MTc4NDczMzIzNCwicGF0aCI6Ii82MDg1NzQ1LzQ0NDQ5OTU2MS1mYTk0NjExMi1lYTY2LTRkMWUtYjczMi04YThjMzViZjQxMjYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcyMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MjJUMTUxMzU0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzZlYzI5MWZlNGQxN2IyZjI0OGU1MDMwYjFjMDJiZGE0ZjExZDY1NzkyNGZjY2RkNDg0NDVlNjM2OGIzMzc4MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.yUiqjSdX6qGZByAm17Z4R8P-zJX1aCvv7olFL21Eqfg
bugSomething isn't workinghttps://github.com/github/github-mcp-server/issues?q=state%3Aopen%20label%3A%22bug%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.