- Step1: Set environment variable PYATS_TESTBED_PATH to your testbed.yaml file location
- Step2: Run the server with 'python3 pyats_mcp_server.py' for continuous mode or use '--oneshot' for a single request
- Step3: Send JSON-RPC requests such as tool discovery or command execution via stdin
- Step4: Receive structured or raw responses via stdout
- Step5: For Docker, build image with 'docker build -t pyats-mcp-server .' and run with appropriate environment variables and volume mounts.