Repository avatar
Developer Tools
v0.1.0
active

PictMCP

io.github.takeyaqa/PictMCP

Pairwise Testing for the AI

Documentation

PictMCP

Pairwise Independent Combinatorial Testings for MCP

🚧 Work in Progress 🚧

[!WARNING] This project is currently under active development. It is not yet stable and its API and features may change without notice.

Use in production environments is not recommended at this time.

Install

Prerequisites

Commands

In your terminal

git clone https://github.com/takeyaqa/PictMCP.git
cd PictMCP
pnpm install
pnpm build

In your MCP client

{
  "mcpServers": {
    "PictMCP": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/PictMCP/dist/index.js"]
    }
  }
}