codelens-mcp 1.9.39

Harness-native Rust MCP server for code intelligence — 107 tools, 25 languages, tree-sitter + hybrid semantic search, 6.1x fewer tokens than rg+cat on agent tasks
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod oneshot;
pub(crate) mod router;
#[cfg(feature = "http")]
pub(crate) mod session;
#[cfg(feature = "http")]
mod session_injection;
pub(crate) mod transport_http;
#[cfg(feature = "http")]
mod transport_http_support;
pub(crate) mod transport_stdio;

#[cfg(all(test, feature = "http"))]
mod http_tests;