Skip to main content

Module types

Module types 

Source
Expand description

MCP types and request/response structures

Structs§

DatabaseInfoResponse
Database info response
FindDatabasesResponse
Find databases response
FindReferencesRequest
Request to find references/call sites of a symbol. Use this AFTER semantic_search to find where a function/class/variable is used. Use this INSTEAD OF grep for finding symbol usages in the codebase.
GetFileChunksRequest
Request to get file chunks
IndexStatusResponse
Index status response
ReferenceItem
Reference/call site item - returned by find_references
SearchResultItem
Search result item - returned by semantic_search and get_file_chunks
SemanticSearchRequest
Request for semantic search