Skip to main content
Glama

Gemini MCP Server

__init__.pyโ€ข781 B
""" Workflow tools for Zen MCP. Workflow tools follow a multi-step pattern with forced pauses between steps to encourage thorough investigation and analysis. They inherit from WorkflowTool which combines BaseTool with BaseWorkflowMixin. Available workflow tools: - debug: Systematic investigation and root cause analysis - planner: Sequential planning (special case - no AI calls) - analyze: Code analysis workflow - codereview: Code review workflow - precommit: Pre-commit validation workflow - refactor: Refactoring analysis workflow - thinkdeep: Deep thinking workflow """ from .base import WorkflowTool from .schema_builders import WorkflowSchemaBuilder from .workflow_mixin import BaseWorkflowMixin __all__ = ["WorkflowTool", "WorkflowSchemaBuilder", "BaseWorkflowMixin"]

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