"""
User Management System
A sample application for testing Code Index MCP's Python analysis capabilities.
"""
__version__ = "0.1.0"
__author__ = "Test Author"
from .models.person import Person
from .models.user import User
from .services.user_manager import UserManager
__all__ = ["Person", "User", "UserManager"]
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/johnhuang316/code-index-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server