Skip to content

Commit 3f15efc

Browse files
fix(mcp): pass base url to code tool
1 parent 2c97467 commit 3f15efc

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
DBAHN_STATIONS_CLIENT_ID: readEnv('DBAHN_STATIONS_CLIENT_ID'),
4040
DBAHN_STATIONS_CLIENT_SECRET: readEnv('DBAHN_STATIONS_CLIENT_SECRET'),
41+
DBAHN_STATIONS_BASE_URL: readEnv('DBAHN_STATIONS_BASE_URL'),
4142
}),
4243
},
4344
body: JSON.stringify({

0 commit comments

Comments
 (0)