"""Muse MCP server — domain-scoped tool/resource/prompt surfaces. Phase KD-5b mounts the ``knowtation`` namespace when ``.muse/repo.json`` ``domain == "knowtation"``. See ``MUSEHUB-ROADMAP.md`` §KD-5a Contract. """ from muse.mcp.bootstrap import bootstrap_knowtation_mcp from muse.mcp.server import MuseMCPServer __all__ = ["MuseMCPServer", "bootstrap_knowtation_mcp"]