Skip to main content

Module types

Module types 

Source
Expand description

Request types for MCP tool parameters.

Each struct maps to the JSON input schema of one MCP tool.

Structs§

CreateDatabaseRequest
Request to create a database.
GetTableSchemaRequest
Request to get a table’s schema.
ListTablesRequest
Request to list tables in a database.
QueryRequest
Request for read_query and write_query tools.