Expand description
MCP types and request/response structures
Structs§
- Database
Info Response - Database info response
- Find
Databases Response - Find databases response
- Find
References Request - 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.
- GetFile
Chunks Request - Request to get file chunks
- Index
Status Response - Index status response
- Reference
Item - Reference/call site item - returned by find_references
- Search
Result Item - Search result item - returned by semantic_search and get_file_chunks
- Semantic
Search Request - Request for semantic search