codelens-mcp 1.9.33

Harness-native Rust MCP server for code intelligence — 90+ tools (+6 semantic), 25 languages, tree-sitter-first, 50-87% fewer tokens
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;