Commit cc9b72b
committed
Docs: Add deprecation notice for MCP FAISS+RocksDB architecture
Updated CHANGELOG.md and README.md to clearly communicate the
architectural shift from FAISS+RocksDB to SurrealDB for MCP server
code-agent functionality.
## CHANGELOG.md Updates:
### Added - Unreleased Section:
- Complete documentation of 7 new agentic MCP tools
- Tier-aware orchestration details (Small/Medium/Large/Massive)
- 28 specialized prompts (7 analysis types × 4 tiers)
- Graph analysis integration with 6 SurrealDB tools
- New CLI command: codegraph config agent-status
### Deprecated Section:
- Clear statement: MCP server FAISS+RocksDB support deprecated
- What remains supported: CLI, SDK, NAPI bindings
- Migration path: SurrealDB setup instructions
- Free cloud services highlighted:
* SurrealDB Cloud: 1GB free instance
* Jina AI: 10 million free tokens
- Rationale for change explained
## README.md Updates:
### New Section: Important Notice
- Prominent warning about MCP server architecture change
- Clear breakdown of what changed vs. what remains
- Setup requirements for code-agent tools
- Two installation options (cloud vs. local)
- Free resource highlights for both SurrealDB and Jina AI
- Rationale for architectural shift
- Link to CHANGELOG.md for detailed migration guide
### Updated Feature List:
- Added: Agentic code-agent tools with tier-aware reasoning
## Key Messages:
1. **MCP server** deprecates FAISS+RocksDB
2. **CLI/SDK/NAPI** continue to support FAISS+RocksDB
3. **Code-agent tools** require SurrealDB (local or cloud)
4. **Free options available**: 1GB SurrealDB + 10M Jina tokens
5. **Migration is straightforward**: Clear setup instructions provided
This ensures users understand:
- The architectural change and its scope
- What continues to work unchanged
- How to set up new requirements
- Access to free cloud resources
- The technical reasoning behind the change1 parent 6b6a2a1 commit cc9b72b
2 files changed
+154
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
8 | 107 | | |
9 | 108 | | |
10 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
17 | 60 | | |
18 | 61 | | |
19 | 62 | | |
| |||
179 | 222 | | |
180 | 223 | | |
181 | 224 | | |
182 | | - | |
| 225 | + | |
183 | 226 | | |
184 | 227 | | |
185 | 228 | | |
| |||
200 | 243 | | |
201 | 244 | | |
202 | 245 | | |
203 | | - | |
| 246 | + | |
204 | 247 | | |
205 | | - | |
| 248 | + | |
206 | 249 | | |
207 | 250 | | |
208 | 251 | | |
| |||
260 | 303 | | |
261 | 304 | | |
262 | 305 | | |
263 | | - | |
| 306 | + | |
264 | 307 | | |
265 | | - | |
| 308 | + | |
266 | 309 | | |
267 | 310 | | |
268 | 311 | | |
| |||
276 | 319 | | |
277 | 320 | | |
278 | 321 | | |
279 | | - | |
| 322 | + | |
280 | 323 | | |
281 | | - | |
| 324 | + | |
282 | 325 | | |
283 | 326 | | |
284 | 327 | | |
| |||
312 | 355 | | |
313 | 356 | | |
314 | 357 | | |
315 | | - | |
| 358 | + | |
316 | 359 | | |
317 | 360 | | |
318 | 361 | | |
| |||
328 | 371 | | |
329 | 372 | | |
330 | 373 | | |
331 | | - | |
| 374 | + | |
332 | 375 | | |
333 | | - | |
| 376 | + | |
334 | 377 | | |
335 | 378 | | |
336 | 379 | | |
| |||
411 | 454 | | |
412 | 455 | | |
413 | 456 | | |
414 | | - | |
415 | | - | |
| 457 | + | |
| 458 | + | |
416 | 459 | | |
417 | 460 | | |
418 | 461 | | |
| |||
0 commit comments