LibraryConfig
Defined in: packages/core/src/config.ts:10
@cl-mcp/core
Transport-agnostic core of cl-mcp: metadata loading (multi-library registry), the search/resolution domain, and the tool handlers. Both frontends are thin adapters over this package:
@cl-mcp/mcp-server— MCP protocol (stdio) adapter@cl-mcp/cli— shell adapter
Importing this package has no side effects; call loadPreloadedMetadata()
before using any accessor or handler.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
framework? |
"angular" | "react" |
Framework of the loaded metadata. Absent (legacy pre-v4.2 files) means “angular”. | packages/core/src/config.ts:16 |
name |
string |
- | packages/core/src/config.ts:11 |
packageName |
string |
- | packages/core/src/config.ts:13 |
selectorPrefix |
string |
- | packages/core/src/config.ts:12 |
version |
string |
- | packages/core/src/config.ts:14 |