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

adding default toolset#1137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
tonytrg wants to merge13 commits intomain
base:main
Choose a base branch
Loading
fromtonytrg/define-default-toolsets
Draft

Conversation

tonytrg
Copy link
Contributor

@tonytrgtonytrg commentedSep 25, 2025
edited
Loading

Closes:
Updated the help section to display all available toolset groupings

      --toolsets strings          Comma-separated list of tool groups to enable (no spaces).                                  Default: context, users, repos, contents, pull_requests                                  To enable all tools, use all                                  Available: context, repos, contents, releases, issues, sub_issues, users, orgs,                                             pull_requests, pull_request_reviews, code_security, secret_protection,                                             dependabot, notifications, discussions, actions, security_advisories,                                             experiments, gists, projects, stargazers, dynamic  -v, --version                   version for server

@tonytrgtonytrg requested a review froma team as acode ownerSeptember 25, 2025 11:17
@CopilotCopilotAI review requested due to automatic review settingsSeptember 25, 2025 11:17
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR changes the default toolset configuration from "all" to a specific set of core tools and updates related documentation to reflect the new default behavior.

  • Replaces the single "all" toolset with explicit core toolsets: "context", "repos", "issues", "pull_requests"
  • Removes the "// indirect" comment from a dependency in go.mod
  • Updates flag description to remove reference to "enabling all"

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
pkg/github/tools.goUpdates DefaultTools from ["all"] to specific core toolsets
go.modRemoves indirect comment from go-querystring dependency
cmd/github-mcp-server/main.goUpdates toolsets flag description to remove "all" reference

Tip: Customize your code reviews with copilot-instructions.md.Create the file orlearn how to get started.

github.com/go-viper/mapstructure/v2v2.4.0
github.com/google/go-github/v71v71.0.0// indirect
github.com/google/go-querystringv1.1.0// indirect
github.com/google/go-querystringv1.1.0
Copy link
Preview

CopilotAISep 25, 2025

Choose a reason for hiding this comment

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

Removing the '// indirect' comment suggests this dependency is now being used directly, but there's no corresponding code change showing the direct usage. If this is indeed now a direct dependency, consider adding it to the non-indirect section of the dependencies or ensure the direct usage is properly reflected in the codebase.

Suggested change
github.com/google/go-querystring v1.1.0
github.com/google/go-querystring v1.1.0// indirect

Copilot uses AI. Check for mistakes.

@tonytrgtonytrg marked this pull request as draftSeptember 29, 2025 10:22
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@tonytrg

[8]ページ先頭

©2009-2025 Movatter.jp