"""Application factory for the MCP server.""" from .application import create_app __all__ = ["create_app"]