Two frameworks, one shape
Angular and React libraries are analyzed into the same metadata schema, so every tool, formatter and validator works across both.
LLMs guess component APIs. cl-mcp gives them the real thing: inputs/props,
outputs/callbacks, selectors/JSX names, content projection, config tokens and
Storybook examples — extracted straight from your library’s source at build
time, then served over the Model Context Protocol.
Two frameworks, one shape
Angular and React libraries are analyzed into the same metadata schema, so every tool, formatter and validator works across both.
Build-time truth
Metadata comes from TypeScript AST analysis, not runtime reflection or guesswork — deprecations, inheritance and literal-union types included.
MCP or CLI
Use the stdio MCP server from any client, or the cl-mcp CLI for agents
without an MCP client, for CI, and for humans.
Multi-library workspaces
Point it at a cl-mcp.yaml and it analyzes every library, emits per-library
metadata plus a cross-library import graph manifest.