diff --git a/docs/SMOKE-TEST-2026-04-25.md b/docs/SMOKE-TEST-2026-04-25.md index c4a377f..5dab417 100644 --- a/docs/SMOKE-TEST-2026-04-25.md +++ b/docs/SMOKE-TEST-2026-04-25.md @@ -1,8 +1,7 @@ # Smoke test -- 2026-04-25 (post device-side fix + late-day extensions) -End-to-end test of every MCP tool exposed by `codesys-mcp-persistent` -on the [`sp21-plus-migration-notes`](https://github.com/phobicdotno/Codesys-MCP/tree/sp21-plus-migration-notes) -branch as of end-of-day 2026-04-25. Covers the watcher rewrite that +End-to-end test of every MCP tool exposed by [`phobicdotno/Codesys-MCP-SP21-plus`](https://github.com/phobicdotno/Codesys-MCP-SP21-plus) +as of end-of-day 2026-04-25 (then on the now-deleted `sp21-plus-migration-notes` working branch; the same commits are reachable from `main`). Covers the watcher rewrite that unblocked SP21+/SP22, the device-side login + write API fixes, and the late-afternoon additions: six new `git_*` tools, `mirror_export`, launcher refuse-on-duplicate guard, and the `list_project_libraries` @@ -10,7 +9,7 @@ rewrite. ## Environment -- MCP server source: this fork @ `sp21-plus-migration-notes` HEAD +- MCP server source: this fork @ HEAD on 2026-04-25 (commits `93a105a`..`0a4c1a0` -- inclusive of the late-afternoon additions: `e236a0c` git tools, `3623c45` license-gate rewrite, `95a884b` launcher refuse-on-duplicate, `9b766c8` list_project_libraries @@ -176,4 +175,4 @@ the `(* Project path: ... *)` header convention. --- -*Smoke test executed against this fork @ `sp21-plus-migration-notes` HEAD on 2026-04-25.* +*Smoke test executed against this fork @ HEAD on 2026-04-25.* diff --git a/src/server.ts b/src/server.ts index 4ec9a9c..5e8974f 100644 --- a/src/server.ts +++ b/src/server.ts @@ -261,7 +261,7 @@ function renderLibraryMd(libs: LibrariesData, runtimeAnchorVersion?: string): st const L: string[] = []; L.push('# Library inventory -- ' + (libs.project ?? '?')); L.push(''); - L.push('Auto-generated by `list_project_libraries` from the [`phobicdotno/Codesys-MCP @ sp21-plus-migration-notes`](https://github.com/phobicdotno/Codesys-MCP/tree/sp21-plus-migration-notes) fork.'); + L.push('Auto-generated by `list_project_libraries` from the [`phobicdotno/Codesys-MCP-SP21-plus`](https://github.com/phobicdotno/Codesys-MCP-SP21-plus) fork.'); L.push(''); L.push('## Versions'); L.push(''); @@ -319,7 +319,7 @@ function renderPouDumpMd(pou: PouEntry[], projectName: string): string { const L: string[] = []; L.push(`# POU dump -- ${projectName}`); L.push(''); - L.push(`Generated ${today} from the live CODESYS instance via the [\`phobicdotno/Codesys-MCP @ sp21-plus-migration-notes\`](https://github.com/phobicdotno/Codesys-MCP/tree/sp21-plus-migration-notes) fork.`); + L.push(`Generated ${today} from the live CODESYS instance via the [\`phobicdotno/Codesys-MCP-SP21-plus\`](https://github.com/phobicdotno/Codesys-MCP-SP21-plus) fork.`); L.push(''); L.push(`**Total:** ${pou.length} objects with textual code.`); L.push('');