Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Fleet Of One Server

БесплатноНе проверен

MCP server providing tools to verify task completion (tests pass and changes match claim) and confirm bug reproduction before fixing.

GitHubEmbed

Описание

MCP server providing tools to verify task completion (tests pass and changes match claim) and confirm bug reproduction before fixing.

README

Proof-of-production tools for AI coding agents — the core Fleet of One discipline as callable MCP tools. Make "done" earn itself.

Two tools, one job: stop trusting an agent's word for it.

Tool What it does
verify_done Runs your test command and, in a git repo, diffs the actual changes. Returns PASS only if tests pass (exit 0) and every claimed change is really there. The gate between "agent says done" and "I believe it."
check_repro Bug-first discipline: runs a command you expect to fail and confirms it actually fails, so you've reproduced the bug before you start fixing it.

It only ever runs the command you pass, in the directory you specify. No network, no file changes of its own. Local stdio server.

Install

npm install
npm run build
npm test        # end-to-end smoke test against the built server

Use it with Claude Code

Add to your MCP config (e.g. .mcp.json in your project, or the global config):

{
  "mcpServers": {
    "fleet-of-one": {
      "command": "node",
      "args": ["/absolute/path/to/fleet-of-one-mcp-server/dist/index.js"]
    }
  }
}

Then an agent can call verify_done before claiming a task is complete:

verify_done(test_command="npm test", expect_changed=["src/auth.ts"], claim="wired up login")
→ PASS / FAIL with the test exit code, the real git changes, and the evidence tail.

The free skills this is built from

proof-of-production-lite, bug-first-tdd, and agent-lane-operations-lite — the free MIT starter repo: https://github.com/Johnny-Martinez/fleet-of-one-free

The full operating system (95-page playbook, 27 skills, 13 tool dossiers) is Fleet of One.

MIT.

from github.com/Johnny-Martinez/fleet-of-one-mcp

Установка Fleet Of One Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Johnny-Martinez/fleet-of-one-mcp

FAQ

Fleet Of One Server MCP бесплатный?

Да, Fleet Of One Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Fleet Of One Server?

Нет, Fleet Of One Server работает без API-ключей и переменных окружения.

Fleet Of One Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Fleet Of One Server в Claude Desktop, Claude Code или Cursor?

Открой Fleet Of One Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Fleet Of One Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity