mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-23 04:17:29 +08:00
feat: add mcp
This commit is contained in:
6
mcp/src/openisle_mcp/__init__.py
Normal file
6
mcp/src/openisle_mcp/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""OpenIsle MCP server package."""
|
||||
|
||||
from .config import Settings, get_settings
|
||||
|
||||
__all__ = ["Settings", "get_settings"]
|
||||
|
||||
Reference in New Issue
Block a user