feat: add MCP search server

This commit is contained in:
Tim
2025-10-25 21:58:11 +08:00
parent a24bd81942
commit bcd6a3249d
11 changed files with 637 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""OpenIsle MCP server package."""
from .server import main
__all__ = ["main"]