Appearance
This page lists error cases directly surfaced by the server and tools.
Agent session already running
POST /_vibe-agent/prompt returns an error when a session is in progress:
success: falsemessage: "An agent session is already running. Please wait for it to finish or kill it before starting a new one."
Workspace not a git repository
Workspace operations return { error: "Not a git repository" } if git status fails.
MCP tool validation errors
The MCP server returns errors when required inputs are missing:
shopIdorpathnamemissing for MCP toolsselectormissing foranalyze_css_selectorselectormissing whencapture_screenshotuseswhat: "element"
IDE integration disabled
When VIBENV_IS_DOCKER is set, the Vibe server skips IDE integration setup.