Background
As I understand it, the lat MCP server is for the coding agents, and the lat CLI for human developers.
Agents can call 'lat' from the command line, but an MCP server gives lat more visibility and makes agents more likely to use it proactively.
Problem
Some coding agents resort to the use of the CLI, since the equivalent MCP tool is not available. Although sub-commands such as lat check md are not in the MCP tool list, the agents are aware of the command through Context7.
Feature Request
Please add an optional parameter to lat_check, so that the CLI commands below are available as MCP tools.
lat check md
lat check code-refs
lat check index
lat check sections
Background
As I understand it, the
latMCP server is for the coding agents, and thelatCLI for human developers.Problem
Some coding agents resort to the use of the CLI, since the equivalent MCP tool is not available. Although sub-commands such as
lat check mdare not in the MCP tool list, the agents are aware of the command through Context7.Feature Request
Please add an optional parameter to
lat_check, so that the CLI commands below are available as MCP tools.lat check mdlat check code-refslat check indexlat check sections