Clippy v1.9.1
Slack formatting diagnostics and clearer guidance for agents using copy_slack.
- Correct the tool guidance for CommonMark/GFM code fences and Markdown tables. Pipe tables become unaligned text rows; aligned columns belong inside a fenced code block.
- Return formatting counts and warnings for flattened tables and multiline inline code.
preview: truechecks the generated formatting without changing the clipboard. - Add optional
expected_code_blocksvalidation. A mismatch returns an MCP tool error before copying. - Report formatting warnings in
clippy md2slackand counts with--verbose.
Counts describe generated formatting, not a verified Slack paste. Existing calls remain supported; the new parameters are optional.
Install: brew install clippy through Homebrew Core. Existing installations can use brew upgrade clippy once Core's automated update lands. Restart the MCP server after upgrading to load the new tool guidance and parameters.