/** * Provider Tools * * Inspect and health-check the configured LLM provider registry. The provider * layer (src/providers/*, ProviderService) is shared infrastructure — Demerzel's * semantic search / analysis route through it — so it stays even though the * Seldon orchestration tools were removed in v4.0.0. * * Tools (2), formerly seldon_providers_list / seldon_providers_test: * - provider_list: List configured providers and their health status * - provider_test: Test connectivity to a specific provider */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerProviderTools(server: McpServer): void; //# sourceMappingURL=index.d.ts.map