Skip to content

Commit d97a04b

Browse files
chore: remove workaround after SDK update (#1790)
1 parent c4f5471 commit d97a04b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/daemon/daemon.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ async function setupMCPClient() {
5555
console.log('Setting up MCP client connection...');
5656

5757
// 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';
6258
mcpTransport = new StdioClientTransport({
6359
command: process.execPath,
6460
args: [INDEX_SCRIPT_PATH, ...mcpServerArgs],

0 commit comments

Comments
 (0)