Skip to content

Commit fbb81d5

Browse files
authored
Merge pull request #39075 from github/repo-sync
Repo sync
2 parents 0b8fd62 + 9748b77 commit fbb81d5

29 files changed

+1202
-961
lines changed

content/copilot/how-tos/context/model-context-protocol/using-the-github-mcp-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,5 @@ The {% data variables.product.github %} MCP server enables you to perform a wide
198198

199199
## Further reading
200200

201+
* [AUTOTITLE](/copilot/tutorials/enhancing-copilot-agent-mode-with-mcp)
201202
* [AUTOTITLE](/copilot/using-github-copilot/coding-agent/extending-copilot-coding-agent-with-mcp)

content/copilot/tutorials/enhancing-copilot-agent-mode-with-mcp.md

Lines changed: 195 additions & 0 deletions
Large diffs are not rendered by default.

content/copilot/tutorials/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ children:
1010
- /copilot-chat-cookbook
1111
- /choosing-the-right-ai-tool-for-your-task
1212
- /comparing-ai-models-using-different-tasks
13+
- /enhancing-copilot-agent-mode-with-mcp
1314
- /speeding-up-development-work-with-copilot-spaces
1415
- /using-copilot-to-explore-a-codebase
1516
- /writing-tests-with-github-copilot

src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5376,6 +5376,12 @@
53765376
"verb": "get",
53775377
"requestPath": "/users"
53785378
},
5379+
{
5380+
"slug": "list-attestations-by-bulk-subject-digests",
5381+
"subcategory": "attestations",
5382+
"verb": "post",
5383+
"requestPath": "/users/{username}/attestations/bulk-list"
5384+
},
53795385
{
53805386
"slug": "delete-attestations-in-bulk",
53815387
"subcategory": "attestations",

src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4692,6 +4692,12 @@
46924692
"verb": "get",
46934693
"requestPath": "/users"
46944694
},
4695+
{
4696+
"slug": "list-attestations-by-bulk-subject-digests",
4697+
"subcategory": "attestations",
4698+
"verb": "post",
4699+
"requestPath": "/users/{username}/attestations/bulk-list"
4700+
},
46954701
{
46964702
"slug": "delete-attestations-in-bulk",
46974703
"subcategory": "attestations",

src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5376,6 +5376,12 @@
53765376
"verb": "get",
53775377
"requestPath": "/users"
53785378
},
5379+
{
5380+
"slug": "list-attestations-by-bulk-subject-digests",
5381+
"subcategory": "attestations",
5382+
"verb": "post",
5383+
"requestPath": "/users/{username}/attestations/bulk-list"
5384+
},
53795385
{
53805386
"slug": "delete-attestations-in-bulk",
53815387
"subcategory": "attestations",

src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5856,6 +5856,12 @@
58565856
"verb": "get",
58575857
"requestPath": "/users"
58585858
},
5859+
{
5860+
"slug": "list-attestations-by-bulk-subject-digests",
5861+
"subcategory": "attestations",
5862+
"verb": "post",
5863+
"requestPath": "/users/{username}/attestations/bulk-list"
5864+
},
58595865
{
58605866
"slug": "delete-attestations-in-bulk",
58615867
"subcategory": "attestations",

src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5142,6 +5142,12 @@
51425142
"verb": "get",
51435143
"requestPath": "/users"
51445144
},
5145+
{
5146+
"slug": "list-attestations-by-bulk-subject-digests",
5147+
"subcategory": "attestations",
5148+
"verb": "post",
5149+
"requestPath": "/users/{username}/attestations/bulk-list"
5150+
},
51455151
{
51465152
"slug": "delete-attestations-in-bulk",
51475153
"subcategory": "attestations",

src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5856,6 +5856,12 @@
58565856
"verb": "get",
58575857
"requestPath": "/users"
58585858
},
5859+
{
5860+
"slug": "list-attestations-by-bulk-subject-digests",
5861+
"subcategory": "attestations",
5862+
"verb": "post",
5863+
"requestPath": "/users/{username}/attestations/bulk-list"
5864+
},
58595865
{
58605866
"slug": "delete-attestations-in-bulk",
58615867
"subcategory": "attestations",

src/github-apps/data/ghes-3.16-2022-11-28/fine-grained-pat-permissions.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,15 +1200,6 @@
12001200
"additional-permissions": false,
12011201
"access": "read"
12021202
},
1203-
{
1204-
"category": "private-registries",
1205-
"slug": "create-a-private-registry-for-an-organization",
1206-
"subcategory": "organization-configurations",
1207-
"verb": "post",
1208-
"requestPath": "/orgs/{org}/private-registries",
1209-
"additional-permissions": false,
1210-
"access": "write"
1211-
},
12121203
{
12131204
"category": "private-registries",
12141205
"slug": "get-private-registries-public-key-for-an-organization",

0 commit comments

Comments
 (0)