Expand description
Tool discovery caching system for MCP to avoid redundant tool searches
This module provides multi-level caching for MCP tool discovery with bloom filters for fast negative lookups and LRU cache for positive results.
Structs§
- Bloom
Filter - Bloom filter for fast negative lookups (tool doesn’t exist)
- Cached
Tool Discovery - Enhanced tool discovery with caching
- Tool
Cache Stats - Cache statistics for monitoring
- Tool
Discovery Cache - Multi-level caching system for tool discovery
- Tool
Discovery Result - Cached tool discovery result (matches actual API)