Skip to main content
Glama

Mnemosyne MCP

by MumuTW
__init__.py1 kB
""" Mnemosyne MCP - 數據模型定義 這個模組包含了所有的 Pydantic 數據模型定義,是系統的數據契約。 """ from .api import ErrorResponse, HealthResponse, IngestRequest, IngestResponse from .constraints import Constraint, ConstraintType, Lock, LockStatus from .core import BaseEntity, Class, File, Function, Package, ThirdPartyPackage from .relationships import ( BaseRelationship, CallsRelationship, ContainsRelationship, DependsOnRelationship, InheritsFromRelationship, ) __all__ = [ # Core entities "BaseEntity", "File", "Function", "Class", "Package", "ThirdPartyPackage", # Relationships "BaseRelationship", "CallsRelationship", "ContainsRelationship", "DependsOnRelationship", "InheritsFromRelationship", # Constraints "Constraint", "Lock", "ConstraintType", "LockStatus", # API models "HealthResponse", "ErrorResponse", "IngestRequest", "IngestResponse", ]

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/MumuTW/Mnemosyne-mcp'

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