Añadiendo nuevas tools
This commit is contained in:
13
CLAUDE.md
13
CLAUDE.md
@@ -104,6 +104,18 @@ Do NOT modify web-base files — they are shared across all projects.
|
||||
9. Twig concatenation uses `~` operator: `'value=' ~ variable`
|
||||
10. `enlace` (link) fields already include slashes
|
||||
|
||||
## MCP Tools
|
||||
|
||||
This project has MCP tools for managing modules, records, media, and more. **Before starting any task, consult the tools reference for the correct workflow.**
|
||||
|
||||
See [docs/mcp-tools-reference.md](docs/mcp-tools-reference.md) for the complete list of available tools and step-by-step workflows.
|
||||
|
||||
Key workflows:
|
||||
- **Create module**: `create_module` → `add_module_to_record` → `set_module_config_vars` → images
|
||||
- **Edit module**: read vars → edit `index-base.tpl` → `compile_module`
|
||||
- **Add images**: `get_module_config_vars` → `upload_record_image` (fieldName from builder.json relations)
|
||||
- **Generate images**: `generate_image` → `upload_record_image` with returned URL
|
||||
|
||||
## Documentation
|
||||
|
||||
- [docs/modular-system.md](docs/modular-system.md) — Modules, general sections, global variables
|
||||
@@ -115,3 +127,4 @@ Do NOT modify web-base files — they are shared across all projects.
|
||||
- [docs/production-patterns.md](docs/production-patterns.md) — Real production patterns (header, zigzag, FAQ, forms)
|
||||
- [docs/vue-builder-rules.md](docs/vue-builder-rules.md) — CMS-VUE rules (tabs, colorpicker, components)
|
||||
- [docs/vue-builder-examples.md](docs/vue-builder-examples.md) — Vue builder examples (Banner Slideshow, etc.)
|
||||
- [docs/mcp-tools-reference.md](docs/mcp-tools-reference.md) — MCP tools reference, available tools, workflows
|
||||
|
||||
Reference in New Issue
Block a user