github / github/app

Ability to add MCP custom server additional customisations

未关闭
#2,712 0 条评论 0 个 reaction 已指派 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_

贡献指南

打开贡献指南

调研方向

该 issue 没有指定源文件或测试。首先跟踪自定义 MCP 服务器配置 UI 及其对 mcpconfig.json 的处理,并将当前仅支持变量的流程与嵌套 auth 示例进行比较;当用户可以通过应用添加、保存和重新加载该配置,而无需直接编辑文件时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

领域
desktop
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
冷清
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。