"""
Basic utility tools for the MCP server.
"""
import logging
from . import mcp
@mcp.tool()
async def echo(text: str) -> str:
"""Echo back the input text.
Args:
text: The text to echo back
"""
logging.info(f"Echo called with text: {text!r}")
return f"Echo: {text}"
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/karar-hayder/Simple-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server