Skip to content

Commit fc5e7d2

Browse files
fix(mcp): pass base url to code tool
1 parent 1c07f4a commit fc5e7d2

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
@@ -38,6 +38,7 @@ export async function codeTool() {
3838
client_envs: JSON.stringify({
3939
STAINLESS_API_KEY: readEnv('STAINLESS_API_KEY'),
4040
STAINLESS_PROJECT: readEnv('STAINLESS_PROJECT'),
41+
STAINLESS_BASE_URL: readEnv('STAINLESS_BASE_URL'),
4142
}),
4243
},
4344
body: JSON.stringify({

0 commit comments

Comments
 (0)