Initial commit.

This commit is contained in:
2026-05-24 14:42:28 +03:00
commit acdd740d01
2 changed files with 17 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
.DS_Store
.env
.env.*
__pycache__/
*.pyc
node_modules/
dist/
build/
.venv/
venv/

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Codesys MCP
MCP server for CODESYS integration.
## Status
Initial project setup.