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: EXAMPLES.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ python examples/<example>.py
10
10
11
11
### [MCP Hub + Claude Code + GitHub](./examples/mcp_github_claude_code.py)
12
12
13
-
Launches a devbox with GitHub's MCP server attached via **MCP Hub**, installs **Claude Code**, and asks Claude to list repositories — all without the devbox seeing your real GitHub credentials.
13
+
Launches a devbox with GitHub's MCP server attached via **MCP Hub**, installs **Claude Code**, and asks Claude to describe your latest PR — all without the devbox seeing your real GitHub credentials.
14
14
15
15
**What it does:**
16
16
@@ -19,11 +19,12 @@ Launches a devbox with GitHub's MCP server attached via **MCP Hub**, installs **
19
19
3. Launches a devbox with MCP Hub enabled — the devbox receives `$RL_MCP_URL` and `$RL_MCP_TOKEN`
20
20
4. Installs Claude Code (`@anthropic-ai/claude-code`)
21
21
5. Registers the MCP Hub endpoint with Claude Code via `claude mcp add`
22
-
6. Runs `claude --print` to ask Claude to list repos using the GitHub MCP tools
22
+
6. Runs `claude --print` to ask Claude to describe your latest PR using the GitHub MCP tools
0 commit comments