Hi team — following up on the previous thread Project context not reachable through MCP, which was marked as resolved but I’m still hitting the same behavior on Claude.ai (web client), so opening a new topic as the old one is closed to further replies.
Reproduction (100% deterministic on my side, tested today from Claude.ai web):
ping→Connected to WeWeb (userId=...). No workspace selected
switchWorkspace(workspaceId=...)→Switched to workspace "..."
switchProject(projectId=..., workspaceId=...)→Switched to project "..."
- Any next call —
searchPages,listProjects, or even a barepingwith no arguments — →No active project on this MCP session/No workspace selected
Key detail that may help narrow things down: even a plain ping immediately after a successful switchProject comes back with “No workspace selected”. So it’s not tied to read tools specifically — every subsequent call arrives at a fully reset session. The userId returned by ping stays consistent across calls, so auth itself is stable; it’s specifically the workspace/project selection that isn’t surviving between tool calls.
Already tried (same result each time):
- Multiple back-to-back attempts within the same conversation
- Fully disconnecting and reconnecting the WeWeb connector on the Claude side
- Starting a fresh conversation
- Passing
workspaceIdexplicitly to everyswitchProjectcall
Was the previous thread resolved on the ChatGPT side only, or is a broader fix still in progress? Happy to share timestamps / userId privately for log lookup if useful.
Thanks!