From 0f49816b760aae493ba559b98e65efeace36edb0 Mon Sep 17 00:00:00 2001 From: Thomas Sickert <80130182+thomas-sickert@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:20:22 -0500 Subject: [PATCH 1/2] Set title for GitHub MCP Server in server.json --- server.json | 1 + 1 file changed, 1 insertion(+) diff --git a/server.json b/server.json index 127e4bd05..1d53e2191 100644 --- a/server.json +++ b/server.json @@ -2,6 +2,7 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.github/github-mcp-server", "description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.", + "title": "GitHub MCP Server", "status": "active", "repository": { "url": "https://github.com/github/github-mcp-server", From 4b602f78ae159edc01dda6e1ac37715ce88c2ec4 Mon Sep 17 00:00:00 2001 From: Thomas Sickert <80130182+thomas-sickert@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:49:47 -0500 Subject: [PATCH 2/2] Update server.json --- server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.json b/server.json index 1d53e2191..d0ab16035 100644 --- a/server.json +++ b/server.json @@ -2,7 +2,7 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.github/github-mcp-server", "description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.", - "title": "GitHub MCP Server", + "title": "GitHub", "status": "active", "repository": { "url": "https://github.com/github/github-mcp-server", @@ -62,4 +62,4 @@ ] } ] -} \ No newline at end of file +}