Editor and agent setup

One public contract for humans and agents.

VS Code, Cursor, Claude Code, and other HTTP-capable tools can read the same source-grounded Markdown and catalogue endpoints. No private source is discoverable through them.

Discovery sequence

  1. Start with /llms.txt.
  2. Read the Markdown catalogue and a component behavior contract.
  3. Install only the exact registry URL in that contract.
  4. Run the consumer's type, lint, behavior, and accessibility checks.

TypeScript setup

Use the workspace TypeScript version, strict mode, and the same import aliases declared in components.json. The delivered source remains editable and participates in your application's own compiler and test gates.

MCP status

The public HTTP discovery surfaces are implemented. A hosted MCP transport is not advertised as live until authentication, rate limits, monitoring, and production deployment are approved and verified.