module
CrystalMcp::Tools::Quality
Overview
Code quality tools for the Crystal MCP server.
Extended Modules
Defined in:
tools/quality.crInstance Method Summary
-
#definitions
Returns the tool definitions for code quality tools.
-
#lint_code(file_path : String) : String
Lints a Crystal file using Ameba.
Instance Method Detail
def lint_code(file_path : String) : String
#
Lints a Crystal file using Ameba.
Returns a JSON string with the linting results or an error message.
Parameters:
file_path: Path to the file to be linted.