/** * SMI-5327: regression guard for the Zod strip boundary. * * ApiSearchResultSchema is a `z.object` (strip-by-default). `license` is surfaced * by skills-get / skills-search (SMI-5320) but is silently dropped before the MCP * `search` / `get_skill` tools can read it unless declared in the schema — which * would make the license display a permanent "Unknown". This test fails the moment * `license` is removed from the schema. Mirrors schemas.compatibility.test.ts. */ export {}; //# sourceMappingURL=schemas.license.test.d.ts.map