{
  "specVersion": "1.0",
  "host": {
    "displayName": "Nimbus",
    "identifier": "did:web:testnimbus.dev",
    "documentationUrl": "https://testnimbus.dev/docs"
  },
  "entries": [
    {
      "identifier": "urn:air:testnimbus.dev:mcp:nimbus",
      "displayName": "Nimbus local Apex runtime",
      "type": "application/mcp-server-card+json",
      "url": "https://testnimbus.dev/.well-known/mcp/server-card.json",
      "description": "Run and diagnose Salesforce Apex tests locally without a Salesforce org, including coverage, governor usage, schema inspection, SOQL, anonymous Apex, and mutation testing.",
      "tags": [
        "apex",
        "salesforce",
        "local-testing",
        "code-coverage",
        "mcp"
      ],
      "capabilities": [
        "run_apex_tests",
        "get_coverage",
        "list_test_classes",
        "get_governor_usage",
        "execute_anonymous",
        "query",
        "describe_schema",
        "run_mutation_tests"
      ],
      "representativeQueries": [
        "run my Salesforce Apex tests locally without an org",
        "diagnose this failing Apex test and rerun it",
        "show the uncovered lines in my Apex classes",
        "check whether this Apex code will hit governor limits",
        "measure how well my Apex tests detect code mutations"
      ]
    }
  ]
}
