{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_ccwg2mr92pk8","handle":"digline-mcp","url":"https://wellknown.network/agents/digline-mcp","links":{"self":"https://wellknown.network/agents/digline-mcp/record.json","html":"https://wellknown.network/agents/digline-mcp","markdown":"https://wellknown.network/agents/digline-mcp/record.md","api":"https://wellknown.network/api/v1/agents/digline-mcp","status":"https://wellknown.network/api/v1/agents/digline-mcp/status","claim":"https://wellknown.network/agents/digline-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/digline-mcp/claim.json","badge":"https://wellknown.network/agents/digline-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/digline-mcp/history","tools":"https://wellknown.network/api/v1/agents/digline-mcp/tools"},"ard":{"identifier":"urn:air::server:digline-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"digline-mcp","summary":"MCP server for digline: an agent can read a result and measure one, and cannot promote a baseline.","description":"# digline-mcp\n\nThe [MCP](https://modelcontextprotocol.io) server for\n[digline](https://github.com/digline/digline): it lets a coding agent **read** a\ndigline result and **measure** a new one, and it does not let the agent promote\na baseline.\n\nNot because promotion is refused. Because there is no such tool.\n\n## The six tools\n\n| tool | what it does |\n|---|---|\n| `list_runs` | every stored run of a suite, newest first, with the baseline marked |\n| `get_run` | one stored run — the verdicts, never the payload |\n| `get_baseline` | the approved reference, same shape |\n| `compare` | a run against the baseline: did it get worse? |\n| `diff` | two runs, neither of them a reference: should I switch? |\n| `run` | execute the suite, with the call count acknowledged first |\n\n`promote` is **absent by construction**, and so are `migrate`, `view` and\n`report`. A baseline is an *approved reference*, and `promote` writes into\n`.digline/<tenant>/baselines/`, which is committed — anything landing there\narrives in somebody's diff and must arrive because they put it there. A refusal\nwould be a conversation an agent could argue with; an absence is not.\n\nThe reasoning is [ADR 0011](../../docs/adr/0011-the-mcp-server.md), and the\njudgement layer it turns into surface is [`AGENTS.md`](../../AGENTS.md).\n\n## Install and configure\n\n```bash\nuv pip install digline-mcp\n```\n\nOne server serves **one repository**: the perimeter is the repo, and\nmulti-project is N named servers rather than a registry.\n\n```json\n{\n  \"mcpServers\": {\n    \"digline-northwind\": {\n      \"command\": \"digline-mcp\",\n      \"args\": [\"--root\", \"/Users/you/src/northwind\"]\n    }\n  }\n}\n```\n\n`--tenant` and `--env` are accepted and **verify**; they never override. The\nsuite decides, as it does everywhere else in digline.\n\n## What `run` costs, before it costs it\n\n`run` takes a mandatory `acknowledge_calls` that must equal the suite's planned\ncalls to the target. Called without it, the tool refuses **and hands back the\nnumber**:\n\n```\nrun(sui…","publisher":null,"homepage":null,"repository":null,"version":"0.1.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:digline-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.825,"provenance":"derived"},{"slug":"dev.docs-lookup","name":"Documentation Lookup","confidence":0.791,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"digline-mcp","registry":"pypi","observedAt":"2026-09-12T08:20:42.269Z","publishedAt":"2026-09-10T06:27:26.076739Z","latestVersion":"0.1.1"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"digline-mcp","url":"https://pypi.org/project/digline-mcp/","firstSeenAt":"2026-09-12T08:20:24.402Z","fetchedAt":"2026-09-12T08:20:24.402Z","normalizedAt":"2026-09-12T08:20:24.402Z"}]},"firstSeenAt":"2026-09-12T08:20:24.402Z","updatedAt":"2026-09-12T08:20:42.269Z"}