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

View File

@@ -0,0 +1,19 @@
# Python Scripting in CODESYS
This folder contains practical documentation for using Python scripting with the CODESYS IDE.
## Files
- `setup-in-codesys-ide.md` - step-by-step setup and verification in the IDE
- `what-you-can-do.md` - real use cases, limits, and automation ideas
- `mcp_codesys_bridge/` - Linux MCP server for Cursor
- `windows_codesys_agent/` - Windows VM service that executes CODESYS actions
- `codesys-mcp-bridge-operations.md` - deployment, security, and smoke-test guide
- `how-to-use-codesys-mcp.md` - day-to-day usage, workflow, and FAQ
## Quick Start
1. Open `setup-in-codesys-ide.md` and complete the environment setup.
2. Run the small validation script from the guide.
3. Use `what-you-can-do.md` to choose your first automation workflow.
4. Follow `codesys-mcp-bridge-operations.md` to deploy MCP + VM agent bridge.