Skip to main content

Module types

Module types 

Source
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§

GetTableSchemaRequest
Request to get a table’s schema.
QueryRequest
Request for read_query and write_query tools.