# This is a file-level comment.
class MyClass:
"""
This is a docstring for MyClass.
"""
# This is a comment for a method.
def my_method(self, arg1, arg2):
"""This is a docstring for my_method."""
return arg1 + arg2
def my_function():
"""This is a docstring for my_function."""
pass
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/otdavies/Rapid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server