Update .gitignore and README.md for CODESYS MCP project. Added entries to .gitignore for VSIX files and VS Code settings. Expanded README to include architecture, components, deployment instructions, and details about the Cursor extension.

This commit is contained in:
2026-05-24 15:47:21 +03:00
parent acdd740d01
commit bedc5d0628
55 changed files with 11120 additions and 3 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "codesys-mcp-workspace",
"private": true,
"description": "CODESYS MCP workspace root",
"scripts": {
"compile:extension": "npm run compile --prefix vscode_codesys_companion",
"watch:extension": "npm run watch --prefix vscode_codesys_companion",
"package:extension": "npm run package --prefix vscode_codesys_companion",
"check:extension": "npm run check --prefix vscode_codesys_companion"
}
}