You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ If you want to allow {% data variables.product.prodname_copilot_short %} to acce
303
303
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 %}**.
304
304
1. Add your configuration in the **MCP configuration** section. For example, you can add the following:
305
305
306
-
```javascript copy
306
+
```javascript copy
307
307
// If you copy and paste this example, you will need to remove the comments prefixed with `//`, which are not valid JSON.
308
308
{
309
309
"mcpServers": {
@@ -322,8 +322,7 @@ If you want to allow {% data variables.product.prodname_copilot_short %} to acce
322
322
}
323
323
```
324
324
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.
0 commit comments