Expand description
SQLite-specific MCP tool request types.
Unlike MySQL and PostgreSQL, SQLite operates on a single file and
has no database selection. These types omit the database_name
field present in the shared server types.
Structs§
- GetTable
Schema Request - Request to get a table’s schema.
- Query
Request - Request for
read_queryandwrite_querytools.