Skip to content

v0.5.0 - Argot MCP Server

Latest

Choose a tag to compare

@victornicolet victornicolet released this 11 Dec 15:30
bfaf91e

The main feature added in this release is the argot-mcp-server. The MCP server exposes some of the CLI's commands to allow LLMs to analyze Go programs more precisely and more efficiently. The documentation in doc/13_mcp_server.md explains how to install and use the mcp server.
Also added the ability to specify that reading from a given global can be a source of tainted data in the taint analysis:

dataflow-problems:
  taint-tracking:
    <some options>
    sources:
      - package: mypack
        global: myVar
        kind: load

What's Changed

Full Changelog: v0.4.11...v0.5.0