We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2d79f commit 800482eCopy full SHA for 800482e
remote-hosting/src/index.ts
@@ -141,6 +141,7 @@ const createMetaMcpTransport = async (apiKey: string): Promise<Transport> => {
141
process.env.USE_DOCKER_HOST === 'true'
142
? 'http://host.docker.internal:12005'
143
: 'http://localhost:12005',
144
+ USE_DOCKER_HOST: process.env.USE_DOCKER_HOST,
145
};
146
147
const { cmd, args } = findActualExecutable(command, origArgs);
0 commit comments