Skip to main content
Glama
__init__.py697 B
# Utilities module for Alfresco MCP Server from .connection import ( get_alfresco_config, get_connection, get_search_utils, get_node_utils, ) from .file_type_analysis import ( detect_file_extension_from_content, analyze_content_type, ) from .json_utils import ( make_json_safe, safe_format_output, escape_unicode_for_json, ) __all__ = [ # Connection utilities "get_alfresco_config", "get_connection", "get_search_utils", "get_node_utils", # File type analysis "detect_file_extension_from_content", "analyze_content_type", # JSON utilities "make_json_safe", "safe_format_output", "escape_unicode_for_json", ]

Latest Blog Posts

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/stevereiner/python-alfresco-mcp-server'

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