module CrystalMcp::Tools::Ecosystem

Overview

Ecosystem related tools for the Crystal MCP server.

Extended Modules

Defined in:

tools/ecosystem.cr

Instance Method Summary

Instance Method Detail

def definitions #

Returns the tool definitions for ecosystem tools.


[View source]
def inspect_dependencies : String #

Inspects project dependencies by reading shard.lock or shard.yml.

Returns a JSON string containing an array of dependencies.


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

[View source]