Skip to content

Commit 967c8d9

Browse files
fix(mcp): add client instantiation options to code tool
1 parent 08984d1 commit 967c8d9

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
@@ -43,6 +43,7 @@ export async function codeTool() {
4343
},
4444
body: JSON.stringify({
4545
project_name: 'imagekit',
46+
client_opts: {},
4647
code,
4748
}),
4849
});

0 commit comments

Comments
 (0)