这是indexloc提供的服务,不要输入任何密码
Skip to content
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 or learn 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.20.1
Choose a base ref
...
head repository: github/github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.2
Choose a head ref
  • 9 commits
  • 58 files changed
  • 7 contributors

Commits on Oct 30, 2025

  1. Added get gist tool (#1105)

    * Added get gist tool
    
    * adjust prompt
    
    * update readme (autogen)
    
    ---------
    
    Co-authored-by: tommaso-moro <tommaso-moro@github.com>
    Vidit-Ostwal and tommaso-moro authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    dc53810 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. 3 Configuration menu
    Copy the full SHA
    304f29a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. build(deps): bump actions/checkout from 4 to 5 (#1320)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: JoannaaKL <joannaakl@github.com>
    dependabot[bot] and JoannaaKL authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    05e0f8f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Add html filtering (#1356)

    * Add html content sanitizer
    
    * Add basic html sanitization
    
    * .
    
    * Correct licenses and scripts to ignore vendor directory
    
    * Use singleton
    
    * Simplify
    JoannaaKL authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    6a39a39 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Filter code fences (#1367)

    * Filter code fences
    
    * Add test and actually use new function
    
    * Update pkg/sanitize/sanitize_test.go
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Reorder
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    JoannaaKL and Copilot authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    5cef28f View commit details
    Browse the repository at this point in the history
  2. Allow http (#1369)

    JoannaaKL authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    bc4555f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. build(deps): bump golang.org/x/net from 0.26.0 to 0.38.0 in the go_mo…

    …dules group across 1 directory (#1365)
    
    * build(deps): bump golang.org/x/net
    
    Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).
    
    
    Updates `golang.org/x/net` from 0.26.0 to 0.38.0
    - [Commits](golang/net@v0.26.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
      dependency-group: go_modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Licenses
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: JoannaaKL <joannaakl@github.com>
    dependabot[bot] and JoannaaKL authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    1090290 View commit details
    Browse the repository at this point in the history
  2. Update to google/go-github@v77 (#1357)

    * update to google/go-github@v77
    
    * licences update from required CI build
    
    * fixes licences
    
    * fixes possible nil reference
    
    * refresh licences due to recent conflicts
    
    ---------
    
    Co-authored-by: Roberto Nacu <kerobbi@github.com>
    stephenotalora and kerobbi authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    cf0e05e View commit details
    Browse the repository at this point in the history
  3. Update mcp server with latest google/go-github API (#1358)

    * licences update from required CI build
    
    * fixes licences
    
    * implements new helpers to support google/go-github v77 API
    
    * upgrades toolset to leverage google/go-github v77 with the exception of Update and Delete items
    
    * refactor string conversion helpers
    
    * reverts migration google/go-github GetProjectItem due to bug with the underlying library implementation
    
    * additional refactoring for server helpers based on recent updates to google/go-github
    
    * test updates based on underlying lib requirements
    
    * resolves licences conflicts with script/licenses
    
    * cleanup
    
    * reduce change diff
    
    * updates helper docs to reflect to methods
    
    * upgrades delete projects item to google/go-github
    
    * returns error from parsing string to int64
    
    * improved OptionalBigIntArrayParam doc
    
    * improves implementation for RequiredBigInt
    
    * improves documentation for temporary fieldSelectionOptions struct
    stephenotalora authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    b68bec0 View commit details
    Browse the repository at this point in the history
Loading