Skip to main content
Glama

GemForge-Gemini-Tools-MCP

models.d.ts627 B
/** * Configuration for supported Gemini models */ import { TaskType } from '../interfaces/common.js'; /** * Available Gemini models with their capabilities */ export declare const MODELS: Record<string, any>; /** * Get the recommended model ID for a specific task type */ export declare function getModelForTask(taskType: TaskType): string; /** * Get the recommended model ID based on file type */ export declare function getModelForFileType(fileType: string): string; /** * Default model to use when no specific model is specified */ export declare const DEFAULT_MODEL_ID = "gemini-2.0-flash"; export { TaskType };

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