-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Comparing changes
Open a pull request
base repository: github/github-mcp-server
base: v0.21.0
head repository: github/github-mcp-server
compare: v0.22.0
- 11 commits
- 26 files changed
- 10 contributors
Commits on Nov 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7359888 - Browse repository at this point
Copy the full SHA 7359888View commit details -
Add comprehensive copilot instructions for repository
Co-authored-by: SamMorrowDrums <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aba64af - Browse repository at this point
Copy the full SHA aba64afView commit details -
Add library usage and code quality guidelines to copilot instructions
Co-authored-by: SamMorrowDrums <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b25a342 - Browse repository at this point
Copy the full SHA b25a342View commit details -
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb722f1 - Browse repository at this point
Copy the full SHA bb722f1View commit details
Commits on Nov 19, 2025
-
Add installation guide for OpenAI Codex (#1340)
* Add installation guide for OpenAI Codex * updates based on feedback * Remove optional Docker requirement from installation guide for OpenAI Codex * Remove Docker-related troubleshooting and references from installation guide * Update docs/installation-guides/install-codex.md Co-authored-by: Copilot <[email protected]> * Update docs/installation-guides/install-codex.md * Apply suggestions from code review * Update docs/installation-guides/install-codex.md Co-authored-by: Gabriel Peal <[email protected]> * updates on feedback --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Gabriel Peal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b747a6 - Browse repository at this point
Copy the full SHA 9b747a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b9a63 - Browse repository at this point
Copy the full SHA f3b9a63View commit details -
adding remote server header for lockdown configuration (#1417)
* adding remote server header for lockdown configuration * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 548c27c - Browse repository at this point
Copy the full SHA 548c27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6afa7 - Browse repository at this point
Copy the full SHA ec6afa7View commit details
Commits on Nov 21, 2025
-
Add in memory cache for lockdown mode (#1416)
* Apply lockdown mode to issues and pull requests * Add cache * Unlock in defer * Add muesli/cache2go * [WIP] Replace custom cache in lockdown.go with cache2go struct (#1425) * Initial plan * Replace custom cache with cache2go library - Added github.com/muesli/cache2go dependency - Replaced custom map-based cache with cache2go.CacheTable - Removed manual timer management (scheduleExpiry, ensureEntry methods) - Removed timer field from repoAccessCacheEntry struct - Updated GetRepoAccessInfo to use cache2go's Value() and Add() methods - Updated SetTTL to flush and re-add entries with new TTL - Used unique cache names per instance to avoid test interference - All existing tests pass with the new implementation Co-authored-by: JoannaaKL <[email protected]> * Final verification complete Co-authored-by: JoannaaKL <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JoannaaKL <[email protected]> * Use muesli for cache * Make RepoAccessCache a singleton (#1426) * Initial plan * Implement RepoAccessCache as a singleton pattern Co-authored-by: JoannaaKL <[email protected]> * Complete singleton implementation and verification Co-authored-by: JoannaaKL <[email protected]> * Remove cacheIDCounter as requested Co-authored-by: JoannaaKL <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JoannaaKL <[email protected]> * Update mutexes * . * Reuse cache * . * . * Fix logic after vibe coding * Update docs * . * Refactoring to make the code pretty * Hide lockdown logic behind shouldFilter function * . * Tests --------- Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28b868d - Browse repository at this point
Copy the full SHA 28b868dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2941e87 - Browse repository at this point
Copy the full SHA 2941e87View commit details
Commits on Nov 24, 2025
-
Delete package configuration from server.json (temporarily) (#1474)
Temporarily removing package configuration for the GitHub MCP server because certain hosts incorrectly generate docker arguments based on it which results in a broken server configuration when installed via registry. Will bring it back when the issue is resolved by MCP host.
Configuration menu - View commit details
-
Copy full SHA for 6a57e75 - Browse repository at this point
Copy the full SHA 6a57e75View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.21.0...v0.22.0