@cascivo/mcp 0.1.6 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.d.mts +2 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +326 -57
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +3122 -459
- package/package.json +1 -1
- package/readme.body.md +1 -0
package/package.json
CHANGED
package/readme.body.md
CHANGED
|
@@ -23,6 +23,7 @@ The server speaks the MCP stdio transport. By default it reads the `registry.jso
|
|
|
23
23
|
| `get_component` | `{ name }` | The full manifest for one component |
|
|
24
24
|
| `search_components` | `{ query }` | Components matching name, tags, or description |
|
|
25
25
|
| `add_to_project` | `{ name, outputDir? }` | Runs `cascivo add <name>` as a child process |
|
|
26
|
+
| `create_app` | `{ name, theme?, sections?, cwd? }` | Scaffolds a full Vite + React app (shell + side nav + theme) via `cascivo create` |
|
|
26
27
|
| `create_theme` | `{ primary, neutral, accent, name? }` | A custom theme as CSS (semantic token layer) |
|
|
27
28
|
| `scaffold_page` | `{ description, components? }` | A JSX page layout string |
|
|
28
29
|
| `scaffold_view` | `{ description, components? }` | A validated starter `ViewConfig` + the bound-vocabulary `grammar` for its components |
|