UNPKG

@superadnim/osint-mcp-server

Version:

Professional OSINT MCP Server for intelligence gathering with privacy protection

13 lines 308 B
#!/usr/bin/env node declare class OSINTMCPServer { private server; private osintEngine; private logger; private configManager; private privacyFilter; constructor(); private setupHandlers; start(): Promise<void>; } export { OSINTMCPServer }; //# sourceMappingURL=index.d.ts.map