Skip to content

Commit 745b2b4

Browse files
atharva1051Copilot
andauthored
fix: indentation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6a67839 commit 745b2b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,16 +310,16 @@ Configure VS Code to connect to your HTTP server by adding the following to your
310310

311311
```json
312312
{
313-
"servers": {
314-
"github-http": {
313+
"servers": {
314+
"github-http": {
315315
"type": "http",
316316
"url": "http://your-mcp-server.example.com:8080",
317317
"headers": {
318318
"Authorization": "Bearer ${input:github_token}"
319319
}
320320
}
321-
},
322-
"inputs": [
321+
},
322+
"inputs": [
323323
{
324324
"type": "promptString",
325325
"id": "github_token",

0 commit comments

Comments
 (0)