module
CrystalMcp::Tools::Ecosystem
Overview
Ecosystem related tools for the Crystal MCP server.
Extended Modules
Defined in:
tools/ecosystem.crInstance Method Summary
-
#definitions
Returns the tool definitions for ecosystem tools.
-
#inspect_dependencies : String
Inspects project dependencies by reading
shard.lockorshard.yml. -
#read_stdlib_signature(search_term : String) : String
Searches for method definitions in the Crystal standard library.
Instance Method Detail
def inspect_dependencies : String
#
Inspects project dependencies by reading shard.lock or shard.yml.
Returns a JSON string containing an array of dependencies.
def read_stdlib_signature(search_term : String) : String
#
Searches for method definitions in the Crystal standard library.
Returns a JSON string with the search results.
Parameters:
search_term: The term to search for (e.g., a method name).