Description of the bug
Description
The MCP tool get_network_request appears to only return OPTIONS (🔴) preflight requests instead of the intended and verified counterpart GET (🟢 ) requests, where my intention was to extrapolate the response payload data with which OPTIONS preflight requests do not contain.
I attach terminal output summary snippets for reference:
# LLM Summary
The Chrome DevTools MCP tool seems to be consistently returning the OPTIONS preflight request (204) instead of the actual GET request with data (200).
# My guidance prompt
there should be an alternative HTTP request method `GET + Preflight`. See screenshot '/Users/...'
# LLM Summary
The issue is that the Chrome DevTools MCP tool's get_network_request is returning the preflight OPTIONS request instead of the actual GET request
🖼️ Screenshot of Partial LLM Conversation
Reproduction
- Use Claude Code CLI agent (Sonnet 4.5)
- Prompt >
Open a chrome page on http://localhost:3000/....
- Prompt >
Get network response payload for "http://localhost:3000/..."
- Prompt Response > `The issue is that the Chrome DevTools MCP tool's get_network_request is returning the preflight OPTIONS request instead of the actual GET request. 🔴
Expectation
get_network_request MCP tool to return GET request response payload data.
MCP configuration
Claude Code 2.0.19 - Sonnet 4.5
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest"
]
},
}
}
Node version
20.19.3
Chrome version
141.0.7390.67
Coding agent version
Claude Code 2.0.19 - CLI
Model version
Sonnet 4.5
Chat log
See issue description
Operating system
macOS
Extra checklist
Description of the bug
Description
The MCP tool
get_network_requestappears to only returnOPTIONS(🔴) preflight requests instead of the intended and verified counterpartGET(🟢 ) requests, where my intention was to extrapolate the response payload data with which OPTIONS preflight requests do not contain.I attach terminal output summary snippets for reference:
# LLM Summary The Chrome DevTools MCP tool seems to be consistently returning the OPTIONS preflight request (204) instead of the actual GET request with data (200).🖼️ Screenshot of Partial LLM Conversation
Reproduction
Open a chrome page on http://localhost:3000/....Get network response payload for "http://localhost:3000/..."Expectation
get_network_requestMCP tool to return GET request response payload data.MCP configuration
Claude Code
2.0.19-Sonnet 4.5{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ "chrome-devtools-mcp@latest" ] }, } }Node version
20.19.3
Chrome version
141.0.7390.67
Coding agent version
Claude Code
2.0.19- CLIModel version
Sonnet 4.5Chat log
See issue description
Operating system
macOS
Extra checklist