Skip to content

pactflow/swagger-contract-testing

v1.1.0

Expert assistant for PactFlow and Pact contract testing — consumer-driven contracts, provider verification, can-i-deploy, BDCT, Drift CLI, and OpenAPI spec parsing. Includes specialized agents for reviewing and generating pact tests.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

smartbearstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@smartbear/mcp@latest"
  ],
  "env": {
    "PACT_BROKER_BASE_URL": "${user_config.pact_broker_base_url}",
    "PACT_BROKER_TOKEN": "${user_config.pact_broker_token}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "swagger-contract-testing",
  "version": "1.1.0",
  "description": "Expert assistant for PactFlow and Pact contract testing — consumer-driven contracts, provider verification, can-i-deploy, BDCT, Drift CLI, and OpenAPI spec parsing. Includes specialized agents for reviewing and generating pact tests.",
  "author": {
    "name": "Kevin Rohan Vaz",
    "email": "kevin.rohanvaz@smartbear.com"
  },
  "homepage": "https://github.com/pactflow/pactflow-agent-skills",
  "repository": "https://github.com/pactflow/pactflow-agent-skills",
  "extensions": {
    "com.anthropic.claude": {
      "agents": [
        "./agents/pact-generator.md",
        "./agents/pact-implementor.md",
        "./agents/pact-reviewer.md",
        "./agents/bdct-tester.md",
        "./agents/pact-maintainer.md"
      ],
      "userConfig": {
        "pact_broker_base_url": {
          "title": "PactFlow Base URL",
          "description": "Your PactFlow or Pact Broker URL (e.g. https://yourorg.pactflow.io)",
          "type": "string",
          "sensitive": false
        },
        "pact_broker_token": {
          "title": "PactFlow API Token",
          "description": "PactFlow API token — get it from app.pactflow.io/settings/api-tokens",
          "type": "string",
          "sensitive": true
        }
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 4shell scripts
  • 2Python files
  • 7JSON files
  • 4YAML files
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.anthropic.claude