You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some use cases, I only want the MCP to do research, so I want "read only" tools, e.g., search issues, search PRs. No need to use update/create tools at all.
Sometimes it's write only, e.g., "create an issue for me"
In tools like cursor, it has native search_code tool, so it's duplicative.
Proposed solution
allow tool level selection --tools
Or maybe add ability to disable tools, if you think that's better. --disable-tools
The text was updated successfully, but these errors were encountered:
@williammartin Yes, I've noticed dynamic tool discovery, but it's granularity is still "toolset", instead of individual tools, so I guess the points in the OP cannot be fully solved.
Describe the feature or problem you’d like to solve
After limiting
"GITHUB_TOOLSETS": "issues,pull_requests,repos"
, there are still too many tools availableBenefits:
merge_pull_request
)Some example use cases:
update/create
tools at all.cursor
, it has nativesearch_code
tool, so it's duplicative.Proposed solution
--tools
--disable-tools
The text was updated successfully, but these errors were encountered: