6 lines
144 B
Python
6 lines
144 B
Python
"""Provider-neutral Project Context MCP server template."""
|
|
|
|
from .server import build_server, dispatch
|
|
|
|
__all__ = ["build_server", "dispatch"]
|