mcp-probe v1.6.0: Stricter GitHub Actions checks for MCP CI gates Mcp-probe v1.6.0 ships with a stricter `mcp-probe doctor` command that now validates GitHub Actions workflows for proper CI gate configuration. The update checks that workflows include `actions/checkout@v6`, a `--config ` flag, and `--github-summary` — warning developers when any piece is missing before trusting the CI result. I shipped mcp-probe v1.6.0 with a small but useful improvement to mcp-probe doctor . Previous behavior: .github/workflows exists mcp-probe That was useful, but too shallow. A workflow can mention mcp-probe and still not run the actual CI gate correctly. mcp-probe doctor now warns when the matching GitHub Actions workflow is missing any of these pieces: actions/checkout@v6 --config