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 field present in the shared server types.

Structsยง

DropTableRequest
Request for the dropTable tool.
ExplainQueryRequest
Request for the explainQuery tool.
GetTableSchemaRequest
Request for the getTableSchema tool.
ListTablesRequest
Request for the listTables tool.
QueryRequest
Request for the writeQuery tool.
ReadQueryRequest
Request for the readQuery tool.