@wisewandtools/mcp-server 2.1.2 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -311,14 +311,6 @@ declare class WisewandMCPServer {
311
311
  getPromptCount(): number;
312
312
  getHealth(): HealthStatus | null;
313
313
  getMetrics(): Promise<string>;
314
- /**
315
- * Test API connection during startup
316
- * Returns {ok: boolean, error?: string}
317
- */
318
- testAPIConnection(): Promise<{
319
- ok: boolean;
320
- error?: string;
321
- }>;
322
314
  }
323
315
 
324
316
  export { WisewandMCPServer };