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.23.0-gosdk
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:main
Choose a head ref
Loading
  • 7commits
  • 20files changed
  • 7contributors

Commits on Nov 25, 2025

  1. Configuration menu
    Copy the full SHA
    8a6accbView commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 5 to 6 (#1480)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v5...v6)---updated-dependencies:- dependency-name: actions/checkout  dependency-version: '6'  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>
    @dependabot
    dependabot[bot] authoredNov 25, 2025
    1Configuration menu
    Copy the full SHA
    781a95fView commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Dont filter content from Copilot (#1464)

    * Dont filter content from trusted bots* Final changes* Use only debug level* Add logs and comments
    @JoannaaKL
    JoannaaKL authoredNov 26, 2025
    Configuration menu
    Copy the full SHA
    7cfb354View commit details
    Browse the repository at this point in the history
  2. Tommy/tool-specific-config-support (#1394)

    * add enabledTools to StdioServerConfig* add EnabledTools to MCPServerConfig, and logic to bypass toolset config if present* add logic to register specific tools* update readme* Update to be consistent with:https://docs.google.com/document/d/1tOOBJ4y9xY61QVrO18ymuVt4SO9nV-z2B4ckaL2f9IU/edit?tab=t.0#heading=h.ffto4e5dwzlfspecifically- allow for --tools and dynamic toolset mode together- allow for --tools and --toolsets together* go mod tidy* update* clean up comment* fix* fix* updte* update* clean up
    @tommaso-moro
    tommaso-moro authoredNov 26, 2025
    Configuration menu
    Copy the full SHA
    3e1fca0View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Add AI issue assessment workflow with github/ai-assessment-comment-la…

    …beler (#1498)* Initial plan* Add AI issue assessment workflow with github/ai-assessment-comment-labelerCo-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>* Remove AI issue assessment workflow and prompt file per review feedbackCo-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>* Restore workflow and prompt, run on bug label or unlabeled issuesCo-authored-by: JoannaaKL <67866556+JoannaaKL@users.noreply.github.com>* Update .github/workflows/ai-issue-assessment.ymlCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Add default-issue-review.prompt.yml for unlabeled issuesCo-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>Co-authored-by: JoannaaKL <joannaakl@github.com>Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    @JoannaaKL
    4 people authoredNov 28, 2025
    Configuration menu
    Copy the full SHA
    4d6d64eView commit details
    Browse the repository at this point in the history
  2. Tommy/server-config-docs (#1495)

    * small doc update to add x-mcp-tools header* update* add server configuration guide* update* Update docs/server-configuration.mdCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Update docs/remote-server.mdCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Update docs/server-configuration.mdCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Update README.mdCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Update docs/server-configuration.mdCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Update docs/server-configuration.mdCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>* Update docs/server-configuration.mdCo-authored-by: Tony Truong <tonytrg@github.com>* use relative paths* use relative path---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>Co-authored-by: Tony Truong <tonytrg@github.com>
    @tommaso-moro@tonytrg
    3 people authoredNov 28, 2025
    Configuration menu
    Copy the full SHA
    9c73e88View commit details
    Browse the repository at this point in the history
  3. Add ai_review_label to ai-issue-assessment.yml (#1501)

    * Initial plan* Add ai_review_label to ai-issue-assessment.ymlCo-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>
    @JoannaaKL
    Copilot andJoannaaKL authoredNov 28, 2025
    Configuration menu
    Copy the full SHA
    ada4bc0View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp