rust-gvm-e2e-tests

clawosiris/rust-gvm-e2e-tests
★ 0 stars Rust 🔌 API Integration Updated 2d ago
End-to-end integration tests for the rust-gvm ecosystem (rust-gvm, gvm-rools, rust-gvm-api, openvas-mcp-server)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rust-gvm-e2e-tests": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-gvm-e2e-tests"
      ]
    }
  }
}

README Excerpt

End-to-end integration tests for the [rust-gvm](https://github.com/clawosiris/rust-gvm) ecosystem — validating Rust GVM/OpenVAS tooling against a real Greenbone Community Edition container stack. ``` ┌─────────────────────────────────────────────────────────┐ │ rust-gvm-e2e-tests │

Tools (3)

cleanmainrepository_dispatch