__init__.py python
10 lines 376 B
Raw
sha256:cf6265cea8c21d9228d90dec13ef6ec2dab5103d466db9cc4590681832de4bf8 docs(KD-STAGING): sync governance after KD-6b DONE Human 12 days ago
1 """Muse MCP server — domain-scoped tool/resource/prompt surfaces.
2
3 Phase KD-5b mounts the ``knowtation`` namespace when ``.muse/repo.json``
4 ``domain == "knowtation"``. See ``MUSEHUB-ROADMAP.md`` §KD-5a Contract.
5 """
6
7 from muse.mcp.bootstrap import bootstrap_knowtation_mcp
8 from muse.mcp.server import MuseMCPServer
9
10 __all__ = ["MuseMCPServer", "bootstrap_knowtation_mcp"]
File History 1 commit
sha256:cf6265cea8c21d9228d90dec13ef6ec2dab5103d466db9cc4590681832de4bf8 docs(KD-STAGING): sync governance after KD-6b DONE Human 12 days ago