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:
15
deploy/cursor/mcp.json.example
Normal file
15
deploy/cursor/mcp.json.example
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"codesys-bridge": {
|
||||
"command": "/Users/nearxos/Project/Codesys MCP/.venv/bin/python",
|
||||
"args": [
|
||||
"/Users/nearxos/Project/Codesys MCP/python_scripting/mcp_codesys_bridge/server.py"
|
||||
],
|
||||
"env": {
|
||||
"CODESYS_AGENT_URL": "http://10.211.55.3:8787",
|
||||
"CODESYS_AGENT_TOKEN": "REPLACE_WITH_TOKEN",
|
||||
"CODESYS_AGENT_REQUEST_TIMEOUT_SEC": "60"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user