📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-29 07:59:17 +00:00
parent 60364c6660
commit 0c634043e3
427 changed files with 26138 additions and 2336 deletions
@@ -364,7 +364,7 @@ async function main() {
const beforeMcp = { project: snapshotTree(projectRoot), cache: snapshotTree(cacheRoot) };
const client = new JsonLineClient(mcpBin, ["--cache-root", cacheRoot], projectRoot);
const initialize = await client.request(1, "initialize", {
protocolVersion: "2025-06-18",
protocolVersion: "2025-11-25",
capabilities: {},
clientInfo: { name: "aas-preview", version: "1" },
});