Skip to main content

Crate sqry_mcp

Crate sqry_mcp 

Source
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