Skip to content

Commit b1f3955

Browse files
authored
Update GitHub MCP Server to v0.19.0 and add "default" toolset support (#2035)
1 parent 5ca872d commit b1f3955

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+182
-100
lines changed

.changeset/patch-update-github-mcp-server-v0190.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/instructions/github-agentic-workflows.instructions.md

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/instructions/github-mcp-server.instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ The GitHub MCP server provides AI agents with programmatic access to GitHub's AP
3131
tools:
3232
github:
3333
mode: "local"
34-
toolset: [repos, issues, pull_requests]
34+
toolset: [default] # or [repos, issues, pull_requests]
3535
```
3636
3737
**Remote Mode (Hosted)**:
3838
```yaml
3939
tools:
4040
github:
4141
mode: "remote"
42-
toolset: [repos, issues, pull_requests]
42+
toolset: [default] # or [repos, issues, pull_requests]
4343
```
4444
4545
### Read-Only Mode
@@ -68,7 +68,7 @@ tools:
6868
6969
## Available Toolsets
7070
71-
The GitHub MCP server organizes tools into logical toolsets. You can enable specific toolsets or use `[all]` to enable everything.
71+
The GitHub MCP server organizes tools into logical toolsets. You can enable specific toolsets, use `[default]` for the recommended defaults, or use `[all]` to enable everything.
7272

7373
### Recommended Default Toolsets
7474

.github/workflows/artifacts-summary.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/audit-workflows.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/brave.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/changeset-generator.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-doctor.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/cli-version-checker.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/copilot-agent-analysis.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)