# AI editor setup

Give an editor the public, inspectable discovery surfaces rather than a
private package path:

- Agent index: https://gummyui.dev/llms.txt
- Markdown catalogue: https://gummyui.dev/docs/markdown/catalogue.md
- Catalogue JSON: https://gummyui.dev/api/catalogue
- Registry payloads: https://gummyui.dev/r/{registry-name}.json

Ask the editor to select the canonical item from the catalogue and run its
exact shadcn install command. For example:

```sh
npx shadcn@latest add https://gummyui.dev/r/gummy-base.json https://gummyui.dev/r/gummy-button.json
```

The generated CSS and TypeScript belong in the consumer repository. Review
the diff, preserve native, Base UI, or Radix UI behavior, and run the application's own
type, lint, behavior, accessibility, and build checks.

A hosted MCP transport is not currently advertised as live. Until its
authentication, rate limits, monitoring, and production deployment are
verified, editors should use the public HTTP catalogue, Markdown contracts,
and registry payloads without claiming MCP connectivity.

## Licence and source boundary

Gummy UI's public component source and documentation are MIT licensed.
This Markdown namespace exposes only public catalogue facts, public source
locations, and public registry URLs. Separate paid assets are not included
and cannot be inferred from these documents.

Canonical Markdown: https://gummyui.dev/docs/markdown/guides/editor-setup.md
