codescout 0.15.0

High-performance coding agent toolkit MCP server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[cfg(feature = "server-stack")]
pub mod artifact;
pub mod client;
pub mod code_store;
pub mod config;
pub mod drift;
pub mod embedder;
pub mod index_state;
pub mod memory;
pub mod memory_payload;
pub mod payload;
#[cfg(feature = "server-stack")]
pub mod qdrant;
pub mod reranker;
pub mod search;
pub mod sqlite_code_store;
pub mod sync;