You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp-server/README.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Edit `.env` and set your GitHub token:
63
63
GITHUB_PERSONAL_ACCESS_TOKEN=ghp_...
64
64
```
65
65
66
-
> The same token is used by both the GitHub dataset connector (via `${secrets:}`) and the GitHub MCP server subprocess (which reads `GITHUB_PERSONAL_ACCESS_TOKEN` from the environment).
66
+
> The same token is used by both the GitHub dataset connector and the GitHub MCP server subprocess. Spice injects it via the `env:` block in `spicepod.yaml`.
0 commit comments