/** * SMI-5039: Unit tests for the canonical `probeEmbeddingCapability` helper in * `@skillsmith/core/embeddings/probe`. Mirrors the shape of the legacy * `packages/mcp-server/tests/startup-probe.test.ts` unit tier (SMI-5009) but * exercises the real exported function — not an inline copy — so the four * consumers (mcp-server, doc-retrieval-mcp server/cli, cli) all share the * same audited behavior. * * The mcp-server integration tier (spawn-based) is preserved separately to * pin the MCP stdio invariant — see SMI-5009 for the rationale. */ export {}; //# sourceMappingURL=probe.test.d.ts.map