Skip to content

Commit ed322d5

Browse files
authored
Merge pull request #42463 from github/repo-sync
Repo sync
2 parents dc99924 + 011dbf0 commit ed322d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ If you want to allow {% data variables.product.prodname_copilot_short %} to acce
303303
1. In the "Code & automation" section of the sidebar, click **{% data variables.product.prodname_copilot_short %}** then **{% data variables.copilot.copilot_coding_agent_short_cap_c %}**.
304304
1. Add your configuration in the **MCP configuration** section. For example, you can add the following:
305305

306-
```javascript copy
306+
```javascript copy
307307
// If you copy and paste this example, you will need to remove the comments prefixed with `//`, which are not valid JSON.
308308
{
309309
"mcpServers": {
@@ -322,8 +322,7 @@ If you want to allow {% data variables.product.prodname_copilot_short %} to acce
322322
}
323323
```
324324

325-
326-
For more information on toolsets, refer to the [README](https://github.com/github/github-mcp-server?tab=readme-ov-file#available-toolsets) in the {% data variables.product.github %} Remote MCP Server documentation.
325+
For more information on toolsets, refer to the [README](https://github.com/github/github-mcp-server?tab=readme-ov-file#available-toolsets) in the {% data variables.product.github %} Remote MCP Server documentation.
327326

328327
1. Click **Save**.
329328
{% data reusables.actions.sidebar-environment %}

0 commit comments

Comments
 (0)