Skip to content

Doesn't work in vscode Codex extension #19

@menahem121

Description

@menahem121

The installation worked: ✅ TypeScript compilation complete: dist/index.js
And I can see the mcp listed correctly with the command codex mcp list --json

{
   "name": "web-search",
   "enabled": true,
   "transport": {
     "type": "stdio",
     "command": "/usr/local/bin/node",
     "args": [
       "/Users/menahem/Desktop/PROJECTS/web-search-mcp/dist/index.js"
     ],
     "env": {
       "BROWSER_FALLBACK_THRESHOLD": "3",
       "BROWSER_HEADLESS": "true"
     },
     "env_vars": [],
     "cwd": null
   },
   "startup_timeout_sec": 30.0,
   "tool_timeout_sec": 120.0,
   "auth_status": "unsupported"
 }

But when trying to use it:

MCP client for `web-search` failed to start: handshaking with MCP server failed: connection closed: initialize response

resources/list failed: unknown MCP server 'web-search'

i'm one MacOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions