Skip to content

Commit 2c97467

Browse files
fix(mcp): add client instantiation options to code tool
1 parent a562767 commit 2c97467

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
@@ -42,6 +42,7 @@ export async function codeTool() {
4242
},
4343
body: JSON.stringify({
4444
project_name: 'dbahn-stations',
45+
client_opts: {},
4546
code,
4647
}),
4748
});

0 commit comments

Comments
 (0)