From 425a816fb6ed1ee3472b283d107bcbda25052111 Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Fri, 3 Oct 2025 21:38:49 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index de9b664f..0fc70f2e 100644 --- a/README.md +++ b/README.md @@ -128,4 +128,3 @@ To configure Sourcebot (index your own repos, connect your LLMs, etc), check out > Building from source is only required if you'd like to contribute. If you'd just like to use Sourcebot, we recommend checking out our self-hosting [docs](https://docs.sourcebot.dev/self-hosting/overview). If you'd like to build from source, please checkout the `CONTRIBUTING.md` file for more information. - From 623c794a75cb234bd61644f7d66c542ce0150b6a Mon Sep 17 00:00:00 2001 From: msukkari Date: Sat, 4 Oct 2025 10:03:29 -0700 Subject: [PATCH 2/2] update description in docs --- docs/docs/overview.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/overview.mdx b/docs/docs/overview.mdx index 96d9bc85..15a42dcb 100644 --- a/docs/docs/overview.mdx +++ b/docs/docs/overview.mdx @@ -2,10 +2,11 @@ title: "Overview" --- -[Sourcebot](https://github.com/sourcebot-dev/sourcebot) is a self-hosted tool that helps you understand your codebase. +[Sourcebot](https://github.com/sourcebot-dev/sourcebot) is a platform that helps humans and agents understand your codebase: - [Code search](/docs/features/search/overview): Search and navigate across all your repos and branches, no matter where they’re hosted - [Ask Sourcebot](/docs/features/ask): Ask questions about your codebase and have Sourcebot provide detailed answers grounded with inline citations +- [MCP](/docs/features/mcp-server): Enrich agent context windows with code across your organization