0
0
Fork 0
Codesys-MCP-SP21-plus/src
Karstein Phobic Nyvold Kvistad 5d812ea941 feat(postinstall): tell users WHERE to put the snippet (project vs user scope)
After printing the .mcp.json snippet, also print:
- Project-scoped path: <project>/.mcp.json (recommended, git-shareable)
- User-scoped path: %USERPROFILE%/.claude.json (resolved for the current user)
- 'claude mcp add' CLI alternative
- Restart-Claude-Code reminder

The path interpolation uses USERPROFILE so the printed path matches
the user's actual home, not a generic placeholder.
2026-04-27 20:32:30 +02:00
..
scripts fix(read_running_version_online): document the real root cause + fix 2026-04-26 20:13:25 +02:00
bin.ts feat(cli): --print-config emits ready-to-paste .mcp.json for every detected install 2026-04-27 20:22:15 +02:00
detect.ts feat(cli): --print-config emits ready-to-paste .mcp.json for every detected install 2026-04-27 20:22:15 +02:00
headless.ts Initial release: MCP server for CODESYS with persistent UI instance 2026-02-08 18:59:16 +10:00
ipc.ts Initial release: MCP server for CODESYS with persistent UI instance 2026-02-08 18:59:16 +10:00
launcher.ts rename: Codesys-MCP-SP22+ -> Codesys-MCP-SP21+ + multi-install README + missing tools 2026-04-26 22:02:46 +02:00
logger.ts Initial release: MCP server for CODESYS with persistent UI instance 2026-02-08 18:59:16 +10:00
postinstall.ts feat(postinstall): tell users WHERE to put the snippet (project vs user scope) 2026-04-27 20:32:30 +02:00
script-manager.ts fix(create_folder): try project.create_folder(name, SV_POU) first; drop ScriptManager cache 2026-04-26 17:16:44 +02:00
server.ts fix: drop dead sp21-plus-migration-notes branch refs from generated md + smoke-test doc 2026-04-26 22:56:43 +02:00
types.ts rename: Codesys-MCP-SP22+ -> Codesys-MCP-SP21+ + multi-install README + missing tools 2026-04-26 22:02:46 +02:00