Commit ac1d692
committed
feat: make projects toolset a default toolset
The projects toolset (`projects_list`, `projects_get`, `projects_write`)
is fully implemented but not included in the default toolset
configuration. This means users of the remote MCP server or Claude
Desktop's URL connector have no access to GitHub Projects v2 tools
unless they explicitly configure the `projects` toolset via URL paths
or custom headers.
Mark `ToolsetMetadataProjects` with `Default: true` so that project
board tools are available out of the box, matching the README's
advertised capabilities.
Closes #22751 parent b01f7f5 commit ac1d692
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments