Skip to content

v0.6.0

Choose a tag to compare

@TheCrazyAnt TheCrazyAnt released this 27 Aug 02:59
· 84 commits to main since this release
f1c3227

Any agent can now read a repository as a map.

For agents

@agent-runtime-map/mcp is a Model Context Protocol server. Register it:

{
  "mcpServers": {
    "agent-runtime-map": {
      "command": "node",
      "args": ["/absolute/path/to/agent-runtime-map/packages/mcp/dist/index.js"]
    }
  }
}

Four tools — analyze_project, list_features, describe_feature, get_evidence — each answering one question and naming the tool that answers the next. No tool returns the whole graph: a compiled map of a real repository is hundreds of kilobytes, and an agent that receives it spends its context on JSON punctuation.

Every answer keeps the source location and confidence behind each step, reports a documented-capability match separately from code confidence, and says in the answer itself that a route is statically inferred rather than recorded.

The server writes nothing into the analyzed project unless asked, does not execute it, and is not a file reader: get_evidence returns source lines only for a path the graph already points at, inside the project, bounded.

For humans

Unchanged:

npm install --save-dev https://github.com/tangyishun9846/agent-runtime-map/releases/download/v0.6.0/agent-runtime-map-0.6.0.tgz
npx agent-runtime-map .