We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NiclasOlofsson/mode-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•325 B
"""
Mode Manager MCP Server.
This package provides an MCP server for managing VS Code chatmode files
and GitHub Copilot instructions. The server uses a singleton orchestration
pattern with tools organized in separate modules.
"""
from .simple_server import create_server
__version__ = "0.1.19"
__all__ = ["create_server"]