We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jezweb/australian-postcodes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
isoerror.py•168 B
"""
This module defines all exception classes in the whole package.
"""
class ISO8601Error(ValueError):
"""Raised when the given ISO string can not be parsed."""