We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/simplenote-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""Utils package for the Simplenote MCP server."""
from .content_type import ContentType, detect_content_type, get_content_type_hint
__all__ = ["ContentType", "detect_content_type", "get_content_type_hint"]