github / github/app

Storing variables in a secure way

Aperta
#160 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Requests and ideas
Lingua principale
Nessun dato sulla lingua
Stelle
2.1k
Fork
153
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### 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_

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.