AGENTS.md instructions for WagoAlex/wago-plc-mcp-server, covering agents.md — ai agent guide for wago-plc-mcp-server, what this project is, repository map, architecture in one paragraph and 13 mcp tools — quick reference.
Use when an autonomous agent (not a human in a chat UI) needs to call the WAGO PLC MCP server's tools programmatically — orchestration pipelines, monitoring daemons, multi-agent systems, scheduled jobs, or any caller that consumes tool output as structured data rather than reading prose. Covers call-sequencing rules…
Use this skill whenever the user wants to check on, read from, write to, or monitor a WAGO PLC (PFC200, PFC300, CC100, or Edge Controller) through plain English requests — e.g. "what's the firmware on the PLC at 192.168.1.10?", "turn on NTP sync", "is the SD card present?", "watch the LED status every 30 seconds"…
Use this skill whenever the user is working on the wago-plc-mcp-server project or any WAGO WDA-based MCP server. Triggers include: writing or fixing Python modules (main.py, wdaclient.py, plcmanager.py, enricher.py, loggingconfig.py), configuring .env or docker-compose.yml for WAGO PLC deployments, debugging WDA REST…