github / github/app

Ability to add MCP custom server additional customisations

オープン
#2,712 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
triage
主要言語
言語のデータがありません
スター
2.1k
フォーク
153
PR マージ指標
30日以内にマージされた PR はありません

説明

### Feature summary

Add more customisation options for custom MCP servers

### What problem are you trying to solve?

Unable to add custom configuration required for some MCP servers, only variables via the UI.

e.g. nested configuration cannot be added.

```json
"auth": {
"redirectPort": 12798
}
```

### Proposed solution

add addition options through the UI to be able to support additional configuration for some MCP servers,

e.g. workiq preview MCP server requires this config currently.

```json
{
"mcpServers": {
"workiq-preview": {
"type": "http",
"url": "https://workiq.svc.cloud.microsoft/mcp",
"oauthClientId": "ba081686-5d24-4bc6-a0d6-d034ecffed87",
"oauthPublicClient": true,
"auth": {
"redirectPort": 12798
}
}
}
}
```

### Workflow impact

All users affected.

Dont have to edit the mcpconfig.json file in global copilot settings directly and can add complete MCP custom servers via the app

### Installation context

_No response_

### Additional context

_No response_

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

The issue names no source file or test. Start by tracing the custom MCP server configuration UI and its handling of mcpconfig.json, comparing the current variable-only flow with the nested auth example; done means users can add, save, and reload that configuration through the app without editing the file directly.

索引モデルが issue の本文から書いたものです。

評価

領域
desktop
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。