Páginas · Laravilt
Tables MCP
Local MCP server that generates table classes.
Laravilt\Tables\Mcp\LaraviltTablesServer generates table classes and searches the tables docs.
Register
php
bash
Tools
generate-table-tool
Generates a new table class (the same result as php artisan make:table).
| Argument | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Table class name (StudlyCase) |
actions | boolean | No | Include row and bulk actions |
force | boolean | No | Overwrite an existing file |
search-docs-tool
| Argument | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query |
Example prompts
text