Skip to content

Commit a0da7f0

Browse files
authored
Star the correct repo (#538)
1 parent 206a201 commit a0da7f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/en/home/quickstart/page.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ response = client.tools.execute(
106106
tool_name="GitHub.SetStarred",
107107
input={
108108
"owner": "ArcadeAI",
109-
"name": "arcade-ai",
109+
"name": "arcade-mcp",
110110
"starred": True,
111111
},
112112
user_id=user_id,
@@ -162,7 +162,7 @@ const response_github = await client.tools.execute({
162162
tool_name: "GitHub.SetStarred",
163163
input: {
164164
owner: "ArcadeAI",
165-
name: "arcade-ai",
165+
name: "arcade-mcp",
166166
starred: true,
167167
},
168168
user_id: userId,
@@ -184,15 +184,15 @@ console.log(response_github.output.value);
184184
```bash
185185
python3 example.py
186186
> The square root of 625 is 25
187-
> Successfully starred the repository ArcadeAI/arcade-ai
187+
> Successfully starred the repository ArcadeAI/arcade-mcp
188188

189189
</Tabs.Tab>
190190
<Tabs.Tab>
191191

192192
```bash
193-
node example.mjs
194-
> The square root of 625 is 25
195-
> Successfully starred the repository ArcadeAI/arcade-ai
193+
node example.mjs
194+
> The square root of 625 is 25
195+
> Successfully starred the repository ArcadeAI/arcade-mcp
196196
```
197197

198198
</Tabs.Tab>

0 commit comments

Comments
 (0)