module CrystalMcp::Tools::Quality

Overview

Code quality tools for the Crystal MCP server.

Extended Modules

Defined in:

tools/quality.cr

Instance Method Summary

Instance Method Detail

def definitions #

Returns the tool definitions for code quality tools.


[View source]
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.

[View source]