Packages narrative
packages / ai / lspmesh
ai / lspmesh
Functions
| Name | Description |
|---|---|
buildMcpServer | Build the lspmesh MCP server exposing by-name search over the engine. |
loadConfig | Resolve the lspmesh config for a working directory. Reads the nearest |
startLspServer | Start the lspmesh LSP server over stdio, advertising the Claude Code op set and wiring each request to the shared aggregator engine via |
startMcpServer | Start the MCP server over stdio. |
Classes
| Name | Description |
|---|---|
AggregatorEngine | Shared aggregator core behind both the LSP and MCP front-ends. |
Interfaces
| Name | Description |
|---|---|
BackendConfig | One backend LSP server that lspmesh fronts. |
LspMeshConfig | Resolved lspmesh configuration. |
Position | A 0-based document position. |
RefResult | A reference/implementation location, tagged with the definition it resolves to. |
SymbolResult | A symbol definition surfaced by |
Variables
| Name | Description |
|---|---|
DEFAULT_CONFIG | Built-in default used when no |
LSPMESH_VERSION | Current lspmesh version. Single source for the bin, MCP server, and barrel. |