mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
4ce303f2cb
Wire Microsoft's local Playwright MCP (npx stdio) and GitHub's remote MCP server (PAT auth) into the marketplace, matching existing third_party plugin layout and manifests. Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"mcpServers": {
|
|
"github": {
|
|
"type": "http",
|
|
"url": "https://api.githubcopilot.com/mcp/",
|
|
"headers": {
|
|
"Authorization": "Bearer ${GITHUB_PERSONAL_ACCESS_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|