We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f5471 commit d97a04bCopy full SHA for d97a04b
src/daemon/daemon.ts
@@ -55,10 +55,6 @@ async function setupMCPClient() {
55
console.log('Setting up MCP client connection...');
56
57
// Create stdio transport for chrome-devtools-mcp
58
- // Workaround for https://github.com/modelcontextprotocol/typescript-sdk/blob/v1.x/src/client/stdio.ts#L128
59
- // which causes the console window to show on Windows.
60
- // @ts-expect-error no types for type.
61
- process.type = 'mcp-client';
62
mcpTransport = new StdioClientTransport({
63
command: process.execPath,
64
args: [INDEX_SCRIPT_PATH, ...mcpServerArgs],
0 commit comments