Skip to main content
Glama

Flappy MCP Server

tool.py480 B
"""python-sdk MCP integration helper for Flappy.""" from __future__ import annotations from mcp.server.fastmcp import FastMCP from .core import execute_flappy from .models import FlappyRequest, FlappyResponse def build_tool(app: FastMCP) -> None: """Register the Flappy tool on the given MCP instance.""" @app.tool() def run(request: FlappyRequest) -> FlappyResponse: # type: ignore[valid-type] return execute_flappy(request) __all__ = ["build_tool"]

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/yevheniikravchuk/flappy-mcp'

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