File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
185185python3 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>
You can’t perform that action at this time.
0 commit comments