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ยง

DropTableRequest
Request for the drop_table tool.
ExplainQueryRequest
Request for the explain_query tool.
GetTableSchemaRequest
Request for the get_table_schema tool.
QueryRequest
Request for the read_query and write_query tools.