Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/daemon/daemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ async function setupMCPClient() {
console.log('Setting up MCP client connection...');

// Create stdio transport for chrome-devtools-mcp
// Workaround for https://github.com/modelcontextprotocol/typescript-sdk/blob/v1.x/src/client/stdio.ts#L128
// which causes the console window to show on Windows.
// @ts-expect-error no types for type.
process.type = 'mcp-client';
mcpTransport = new StdioClientTransport({
command: process.execPath,
args: [INDEX_SCRIPT_PATH, ...mcpServerArgs],
Expand Down
Loading