BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.

8,265 stars JavaScript 1 file ยท ~2,001 tokens #assertions#bdd#chai#javascript#tdd

chai MCP Server

MCP server for chaijs/chai

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "chai": {
      "command": "npx",
      "args": [
        "-y",
        "@chaijs/chai"
      ]
    }
  }
}