-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
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
Labels
No labels