Skip to content

Commit 1222087

Browse files
committed
Add X-MCP-Toolsets header and fix Authorization header quoting in Copilot action MCP config
1 parent d85b5eb commit 1222087

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/copilot/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ runs:
111111
"type": "http",
112112
"url": "https://api.githubcopilot.com/mcp/readonly",
113113
"headers": {
114-
"Authorization": "Bearer '"$GH_TOKEN"'"
114+
"Authorization": "Bearer '$GH_TOKEN'",
115+
"X-MCP-Toolsets": "all"
115116
},
116117
"tools": ["*"]
117118
}

0 commit comments

Comments
 (0)