Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:github/github-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.21.0
Choose a base ref
Loading
...
head repository:github/github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.22.0
Choose a head ref
Loading
  • 11commits
  • 26files changed
  • 10contributors

Commits on Nov 18, 2025

  1. Add Go SDK Migrator agent (#1424)

    * Add Go SDK Migrator agent
    @omgitsads
    omgitsads authoredNov 18, 2025
    Configuration menu
    Copy the full SHA
    7359888View commit details
    Browse the repository at this point in the history
  2. Add comprehensive copilot instructions for repository

    Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
    @SamMorrowDrums
    Copilot andSamMorrowDrums committedNov 18, 2025
    Configuration menu
    Copy the full SHA
    aba64afView commit details
    Browse the repository at this point in the history
  3. Add library usage and code quality guidelines to copilot instructions

    Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
    @SamMorrowDrums
    Copilot andSamMorrowDrums committedNov 18, 2025
    Configuration menu
    Copy the full SHA
    b25a342View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    @SamMorrowDrums
    SamMorrowDrums andCopilot committedNov 18, 2025
    Configuration menu
    Copy the full SHA
    bb722f1View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. 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.mdCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Update docs/installation-guides/install-codex.md* Apply suggestions from code review* Update docs/installation-guides/install-codex.mdCo-authored-by: Gabriel Peal <gpeal@users.noreply.github.com>* updates on feedback---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>Co-authored-by: Gabriel Peal <gpeal@users.noreply.github.com>
    @jamesmontemagno@gpeal
    3 people authoredNov 19, 2025
    Configuration menu
    Copy the full SHA
    9b747a6View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b9a63View commit details
    Browse the repository at this point in the history
  3. adding remote server header for lockdown configuration (#1417)

    * adding remote server header for lockdown configuration* Apply suggestion from @CopilotCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Apply suggestion from @CopilotCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    @tonytrg
    tonytrg andCopilot authoredNov 19, 2025
    Configuration menu
    Copy the full SHA
    548c27cView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec6afa7View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. 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 implementationCo-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>* Final verification completeCo-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>---------Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Co-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>* Use muesli for cache* Make RepoAccessCache a singleton (#1426)* Initial plan* Implement RepoAccessCache as a singleton patternCo-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>* Complete singleton implementation and verificationCo-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>* Remove cacheIDCounter as requestedCo-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>---------Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>Co-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>* 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 <198982749+Copilot@users.noreply.github.com>
    @JoannaaKL
    JoannaaKL andCopilot authoredNov 21, 2025
    Configuration menu
    Copy the full SHA
    28b868dView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2941e87View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. 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.
    @almaleksia
    almaleksia authoredNov 24, 2025
    Configuration menu
    Copy the full SHA
    6a57e75View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp