@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascivo/mcp",
3
- "version": "0.1.6",
3
+ "version": "0.2.0",
4
4
  "private": false,
5
5
  "description": "MCP server exposing the cascivo component registry to AI agents",
6
6
  "keywords": [
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 |