We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsoft/genaiscript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
counting.py•166 B
# This is my favorite program!
for i in range(1, 45):
print(i)
for c in range(ord('a'), ord('z') + 1):
print(chr(c))
# And now, at the end:
print("The end")