-
Notifications
You must be signed in to change notification settings - Fork 5
Antigravity - Failure in MCP tool execution #1
Description
Me: use codebaxing to search DrizzleClientOptions in codebase, not use others
Antigravity:
Used MCP tool: codebaxing/index
Index is loaded. Now searching:
Used MCP tool: codebaxing/search
The search hit an error. Let me retry with a more specific query:
Used MCP tool: codebaxing/search
The codebaxing search is encountering a server error. Let me try re-indexing with a full mode and searching again:
Used MCP tool: codebaxing/search
The codebaxing MCP server is experiencing persistent errors with the search functionality — it's returning an invalid character 'B' looking for beginning of value error, which suggests the server is returning malformed JSON (possibly a binary or corrupted response).
Let me try cleaning and re-indexing:
Used MCP tool: codebaxing/clean
The codebaxing MCP server is consistently failing with the same error across all operations (search, clean). This appears to be a server-side issue — the codebaxing process is returning invalid/binary data instead of proper JSON responses.
Summary
The codebaxing MCP server is currently broken — every call (index, search, clean) is failing with:
invalid character 'B' looking for beginning of value
This is a server error outside my control. Here are your options:
- Restart the codebaxing MCP server — check your MCP server configuration and restart it, then try again.
- Delete the
.codebaxing/folder ind:\Orius_Projects\ArgonMC\argonvn-backendmanually and restart the server. - If you'd like, I can search for
DrizzleClientOptionsusing other tools (likegrep_search) instead — just let me know.