@mcp-shark/mcp-shark
Version:
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI. Prov deep visibility into every request and response.
13 lines (12 loc) • 397 B
JavaScript
// Main entry point - re-export all functions
export { computeMcpHash } from './scan-cache/hash.js';
export {
getCachedScanResult,
storeScanResult,
clearAllScanResults,
} from './scan-cache/file-operations.js';
export {
getCachedScanResultsForServer,
clearOldScanResults,
} from './scan-cache/server-operations.js';
export { getAllCachedScanResults } from './scan-cache/all-results.js';