Skip to main content
Glama

Kerry MCP Tools Collection

decorator_test.py405 B
import time def calculate_time(func): def wrapper(*args,**kwargs): time_start=time.time() result=func(*args,**kwargs) time_end=time.time() print(f"Time taken: {time_end-time_start} seconds") return result return wrapper @calculate_time def say_hi_slow(): print("Hi, how are you?") time.sleep(1) print("I'm fine, thank you!") say_hi_slow()

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/Formyselfonly/mcp-demo'

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