Skip to content

Database schema mcp lookup missing valuable information #345

@robertmylne

Description

@robertmylne

Laravel Package Version

1.7

Laravel Version

12.37

PHP Version

8.3

System Info

Windows & Mac

Description

The database schema mcp lookup is missing valuable information like:

  • Nullable/NOT NULL constraints
  • Default values
  • Character length limits
  • Precision for decimal types

These all exist when doing php artisan db:table mydatabase.mytable.

Steps To Reproduce

php artisan db:table mydatabase.mytable this commands shows all information required for the schema.
Prompting the AI to check the same tables schema and then show output reveals the missing information.

PHP ARTISAN

Image

LARAVEL BOOST MCP

Image Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions