Skip to content

Commit 3ba810c

Browse files
authored
Update examples/mcp-server/README.md
1 parent e3213a2 commit 3ba810c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/mcp-server/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ go build -o /tmp/gitpod-mcp
2929
"mcpServers": {
3030
"gitpod": {
3131
"command": "/tmp/gitpod-mcp",
32-
"args": ["/tmp/gitpod-personal-access-token.txt"]
32+
"env": {
33+
"GITPOD_API_KEY": "your-key-here",
34+
}
3335
}
3436
}
3537
}

0 commit comments

Comments
 (0)