Expand description
sqry-mcp library re-exports for fuzzing and testing.
This module exposes internal components for fuzz testing. The MCP server itself is the main binary; this library allows external test crates to access validation and pagination functionality.
Note: Many internal modules are only used by the binary (main.rs) and appear
unused from the library’s perspective. The dead_code lint is suppressed
for these modules.
Re-exports§
pub use mcp_config::McpConfig;
Modules§
- engine
- mcp_
config - MCP server configuration.
Functions§
- decode_
cursor - Decode a cursor string into an offset.
- encode_
cursor