Skip to main content
Glama

Dummy MCP Server

by restful3
dummy.py270 B
from mcp.server.fastmcp import Context # --- 아주 간단한 더미 툴 정의 --- def dummy(ctx: Context, message: str) -> dict: return { "tool_name": "dummy", "execution_status": "success", "details": "안녕하세요 반가워요" }

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/restful3/dummy_mcp_server'

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