Skip to main content
Glama

Gemini MCP Server

__init__.pyโ€ข522 B
""" Shared infrastructure for Zen MCP tools. This module contains the core base classes and utilities that are shared across all tool types. It provides the foundation for the tool architecture. """ from .base_models import BaseWorkflowRequest, ConsolidatedFindings, ToolRequest, WorkflowRequest from .base_tool import BaseTool from .schema_builders import SchemaBuilder __all__ = [ "BaseTool", "ToolRequest", "BaseWorkflowRequest", "WorkflowRequest", "ConsolidatedFindings", "SchemaBuilder", ]

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

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