github / github/app

Storing variables in a secure way

未关闭
#160 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Requests and ideas
主要语言
没有语言数据
星标
2.1k
派生
153
PR 合并指标
30 天内没有已合并 PR

描述

### Feature summary

Secure variables in mcp.json

### What problem are you trying to solve?

In VS Code we can store secrets as inputs, so they are not visible in plain text:
```
{
"servers": {
"mcp-with-secret": {
"url": "https://example.com/api",
"type": "http",
"headers": {
"Authorization": "Bearer ${input:pat}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "pat",
"description": "Enter your Personal Access Token (PAT)",
"password": true
}
]
}
```

Is it possible to make such functionality in this app?

### Proposed solution

_No response_

### Workflow impact

_No response_

### Installation context

_No response_

### Additional context

_No response_

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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