Skip to content

Commit 800482e

Browse files
committed
Update index.ts
1 parent 1e2d79f commit 800482e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

remote-hosting/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ const createMetaMcpTransport = async (apiKey: string): Promise<Transport> => {
141141
process.env.USE_DOCKER_HOST === 'true'
142142
? 'http://host.docker.internal:12005'
143143
: 'http://localhost:12005',
144+
USE_DOCKER_HOST: process.env.USE_DOCKER_HOST,
144145
};
145146

146147
const { cmd, args } = findActualExecutable(command, origArgs);

0 commit comments

Comments
 (0)