Files
cowork-local/mcp_servers/project_context/__init__.py
T
2026-08-20 20:50:37 +07:00

6 lines
144 B
Python

"""Provider-neutral Project Context MCP server template."""
from .server import build_server, dispatch
__all__ = ["build_server", "dispatch"]