Skip to main content
Glama

GemForge-Gemini-Tools-MCP

reason.d.ts442 B
/** * Interface for reasoning arguments */ export interface ReasonArgs { /** The problem to reason about */ problem: string; /** Whether to show reasoning steps */ showSteps?: boolean; /** Optional model ID override */ modelId?: string; } /** * Handles complex reasoning operations * @param request The MCP request * @returns The MCP response */ export declare function handleReason(request: any): Promise<any>;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PV-Bhat/GemForge-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server