UNPKG

@superadnim/osint-mcp-server

Version:

Professional OSINT MCP Server for intelligence gathering with privacy protection

12 lines 424 B
import { OSINTConfig } from '../types/osint-types.js'; export declare class ConfigManager { private config; constructor(); private loadConfig; getConfig(): OSINTConfig; updateConfig(updates: Partial<OSINTConfig>): void; getApiKey(service: string): string | undefined; isSourceEnabled(source: string): boolean; getTierLimit(tier: number): number; } //# sourceMappingURL=config-manager.d.ts.map