Skip to content

Commit c7a5123

Browse files
Enhance README with CI badges and project description
Added badges for CI workflows and Go Report Card to README.
1 parent efe9d40 commit c7a5123

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# GitHub MCP Server
2+
3+
[![AI Moderator](https://github.com/github/github-mcp-server/actions/workflows/moderator.yml/badge.svg)](https://github.com/github/github-mcp-server/actions/workflows/moderator.yml)
4+
[![Copilot code review](https://github.com/github/github-mcp-server/actions/workflows/copilot-pull-request-reviewer/copilot-pull-request-reviewer/badge.svg)](https://github.com/github/github-mcp-server/actions/workflows/copilot-pull-request-reviewer/copilot-pull-request-reviewer)
5+
[![Codespaces Prebuilds](https://github.com/github/github-mcp-server/actions/workflows/codespaces/create_codespaces_prebuilds/badge.svg)](https://github.com/github/github-mcp-server/actions/workflows/codespaces/create_codespaces_prebuilds)
6+
[![CodeQL](https://github.com/github/github-mcp-server/actions/workflows/code-scanning.yml/badge.svg)](https://github.com/github/github-mcp-server/actions/workflows/code-scanning.yml)
17
[![Go Report Card](https://goreportcard.com/badge/github.com/github/github-mcp-server)](https://goreportcard.com/report/github.com/github/github-mcp-server)
28

3-
# GitHub MCP Server
49

510
The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions.
611

0 commit comments

Comments
 (0)