Skip to content
v0.10.14

Capture local AI candidates, interpret measured evidence, and expose read-only role summaries through MCP.

MCP servers

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

fitr-evidencestdio
{
  "type": "stdio",
  "command": "fitr",
  "args": [
    "mcp",
    "serve"
  ],
  "env": {
    "FITR_RESULTS": "${PLUGIN_DATA}/results"
  }
}

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": "fitr",
  "version": "0.10.14",
  "description": "Capture local AI candidates, interpret measured evidence, and expose read-only role summaries through MCP.",
  "repository": "https://github.com/blisspixel/fitr"
}