mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-06 10:07:36 +08:00
feat: add MCP search server
This commit is contained in:
5
mcp/src/openisle_mcp/__init__.py
Normal file
5
mcp/src/openisle_mcp/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""OpenIsle MCP server package."""
|
||||
|
||||
from .server import main
|
||||
|
||||
__all__ = ["main"]
|
||||
Reference in New Issue
Block a user