Skip to content

Commit cd6605d

Browse files
fix(mcp): add client instantiation options to code tool
1 parent a44f1e6 commit cd6605d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mcp-server/src/code-tool.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export async function codeTool() {
3939
},
4040
body: JSON.stringify({
4141
project_name: 'beeper-desktop-api',
42+
client_opts: {},
4243
code,
4344
}),
4445
});

0 commit comments

Comments
 (0)