Skip to main content
Glama
test_imports.py535 B
import sys def test_import(module_name): try: __import__(module_name) print(f"{module_name}: OK") return True except ImportError as e: print(f"{module_name}: ERROR - {e}") return False modules = ["mcp", "jsonschema", "PIL", "svgwrite"] all_ok = True for module in modules: if not test_import(module): all_ok = False if all_ok: print("\nAll dependencies imported successfully!") sys.exit(0) else: print("\nSome dependencies failed to import.") sys.exit(1)

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/Cam10001110101/mcp-server-obsidian-jsoncanvas'

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