Restructure readme sections (#136)

* refine description

Signed-off-by: codingjaguar <jiang.chen@zilliz.com>

* restructure readme

Signed-off-by: codingjaguar <jiang.chen@zilliz.com>

---------

Signed-off-by: codingjaguar <jiang.chen@zilliz.com>
This commit is contained in:
Jiang Chen
2025-08-08 11:57:28 +08:00
committed by GitHub
parent 5210b97857
commit bc159707b4

View File

@@ -14,10 +14,6 @@
**Claude Context** is an MCP plugin that adds semantic code search to Claude Code and other AI coding agents, giving them deep context from your entire codebase.
---
## ✨ Core Value
🧠 **Your Entire Codebase as Context**: Claude Context uses semantic search to find all relevant code from millions of lines. No multi-round discovery needed. It brings results straight into the Claude's context.
💰 **Cost-Effective for Large Codebases**: Instead of loading entire directories into Claude for every request, which can be very expensive, Claude Context efficiently stores your codebase in a vector database and only uses related code in context to keep your costs manageable.
@@ -430,7 +426,7 @@ Claude Context is a monorepo containing three main packages:
While MCP is the recommended way to use Claude Context with AI assistants, you can also use it directly or through the VSCode extension.
### Core Package Usage
### Build Applications with Core Package
The `@zilliz/claude-context-core` package provides the fundamental functionality for code indexing and semantic search.