6 lines
109 B
Python
6 lines
109 B
Python
"""Application factory for the MCP server."""
|
|
|
|
from .application import create_app
|
|
|
|
__all__ = ["create_app"]
|