Skip to main content
Glama

MCP Development Server

by dillip285
base_manager.py447 B
"""Base manager class with common functionality.""" import uuid from typing import Dict, Any class BaseManager: """Base class for all managers.""" def _generate_id(self) -> str: """Generate a unique identifier. Returns: str: Unique identifier """ return str(uuid.uuid4()) async def cleanup(self): """Clean up resources. Override in subclasses.""" pass

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/dillip285/mcp-dev-server'

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