sourcebot/packages/mcp/src
Brendan Kellam 1d95e82b95
chore(api): Changed the search api to return raw source (instead of base64 encoding) (#356)
This PR alters the behaviour of the search api (and all apis that depend on it) to return raw source code instead of a base64 encoding. Reasoning: we are decoding it on the client in multiple different places, so it would be beneficial to decode it in a single spot.

**Note**: This is a **breaking change** to the API surface. However, since the API surface is still unofficial/unsupported, I will roll this as a patch version change. See #101
2025-06-17 15:58:04 -07:00
..
client.ts Add support for structured logs (#323) 2025-06-02 11:16:01 -07:00
env.ts V4 (#311) 2025-05-28 16:08:42 -07:00
index.ts chore(api): Changed the search api to return raw source (instead of base64 encoding) (#356) 2025-06-17 15:58:04 -07:00
schemas.ts feat: Generic git host support (local & remote) (#307) 2025-05-15 13:42:58 -07:00
types.ts Sourcebot MCP (#292) 2025-05-07 16:21:05 -07:00
utils.ts chore(api): Changed the search api to return raw source (instead of base64 encoding) (#356) 2025-06-17 15:58:04 -07:00