Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/github/github-mcp-server)](https://goreportcard.com/report/github.com/github/github-mcp-server)

*Last updated: 2026-02-04*

Comment on lines +3 to +4
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a static "last updated" timestamp to the README will require manual maintenance and will quickly become outdated. The README.md file is partially auto-generated by the script/generate-docs command (which regenerates sections between automated markers), but this script doesn't update timestamps. This means the timestamp will become inaccurate after the next documentation generation or any other README update.

Consider either:

  1. Removing the timestamp entirely (Git history already tracks when files were last modified)
  2. Implementing automatic timestamp generation in the generateReadmeDocs function in cmd/github-mcp-server/generate_docs.go so it stays current
  3. Using a CI workflow that automatically updates the timestamp on commits

If tracking documentation freshness is important, option 2 would be the most maintainable approach.

Suggested change
*Last updated: 2026-02-04*

Copilot uses AI. Check for mistakes.
# GitHub MCP Server

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.
Expand Down
Loading