$npx -y skills add amtiYo/agents --skill mcp-troubleshootingDiagnose and fix MCP configuration/runtime issues across supported integrations using agents CLI checks.
| 1 | When MCP servers are failing or not visible: |
| 2 | |
| 3 | 1. Run `agents status --fast` to inspect configured vs enabled integrations. |
| 4 | 2. Run `agents mcp test` for schema/config validation. |
| 5 | 3. Run `agents mcp test --runtime` to check integration CLI/runtime connectivity. |
| 6 | 4. Run `agents doctor` for environment and binary diagnostics. |
| 7 | 5. Apply the smallest safe fix, then run `agents sync` and verify with `agents sync --check`. |
| 8 | |
| 9 | Troubleshooting priorities: |
| 10 | - Missing binaries or PATH issues. |
| 11 | - Invalid server names/transport fields. |
| 12 | - Missing required environment variables or secrets. |
| 13 | - Target mismatch (server not routed to expected integration). |