We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chidvilas1234/Project-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
python_script.py•217 B
#!/usr/bin/env python3
"""Sample Python script for Kiro editing."""
def main():
print("This script can be edited through Kiro chat!")
# Add your code here
pass
if __name__ == "__main__":
main()