Skip to main content
Glama

MCP Gemini Server

by bsmi021
index.ts1.28 kB
/** * Tool Schemas Index * * This barrel file exports all standardized schema definitions * for tools, providing a central access point. */ // Base schema pattern export * from "./BaseToolSchema.js"; // Common shared schema definitions export * from "./CommonSchemas.js"; // Tool-specific schemas export * from "./ToolSchemas.js"; // Note: Example tool params removed as per refactoring // Re-export other schemas with namespacing to avoid export conflicts import * as GeminiGenerateContentConsolidatedParamsModule from "../geminiGenerateContentConsolidatedParams.js"; export { GeminiGenerateContentConsolidatedParamsModule }; import * as GeminiChatParamsModule from "../geminiChatParams.js"; export { GeminiChatParamsModule }; import * as GeminiCacheParamsModule from "../geminiCacheParams.js"; export { GeminiCacheParamsModule }; import * as GeminiCodeReviewParamsModule from "../geminiCodeReviewParams.js"; export { GeminiCodeReviewParamsModule }; import * as McpClientParamsModule from "../mcpClientParams.js"; export { McpClientParamsModule }; import * as WriteToFileParamsModule from "./writeToFileParams.js"; export { WriteToFileParamsModule }; // Add exports for other tool parameter schemas as they are added // export * from "./yourNewToolParams.js";

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/bsmi021/mcp-gemini-server'

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