Skip to main content
Glama

dev-kit-mcp-server

hello_world.py384 B
"""A simple hello world example.""" def hello_world(): """Print a greeting to the world.""" print("Hello, World!") def greet(name): """Greet someone by name. Args: name: The name of the person to greet Returns: A greeting message """ return f"Hello, {name}!" if __name__ == "__main__": hello_world() print(greet("Python"))

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/DanielAvdar/dev-kit-mcp-server'

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