Ragex.MCP.Handlers.SCIPTools (Ragex v0.32.0)

View Source

MCP tool definitions and handlers for SCIP bridge features.

Provides 2 tools:

  • scip_status -- show available SCIP indexers, detected languages, CLI status
  • scip_index -- run SCIP indexer and ingest results into the knowledge graph

Summary

Functions

Dispatch a SCIP tool call.

Returns the list of SCIP tool definitions for tools/list.

Functions

call_tool(name, arguments)

@spec call_tool(String.t(), map()) :: {:ok, term()} | {:error, term()}

Dispatch a SCIP tool call.

tool_definitions()

@spec tool_definitions() :: [map()]

Returns the list of SCIP tool definitions for tools/list.