Commit a372e28
committed
feat: mark copilot toolset as default
The copilot toolset contains important tools like
`create_pull_request_with_copilot` and `get_copilot_job_status` that
should be available by default in the remote MCP server.
By setting `Default: true` on the toolset metadata in OSS, the remote
server automatically picks it up without needing any special handling.
Even though no tools in OSS use this toolset, having the metadata here
allows consistent behavior when the remote server loads defaults.
This is a cleaner approach than having the remote server maintain its
own list of additional default toolsets.1 parent a663a6b commit a372e28
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments