Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-otzaria-server
by
Sivan22
Verified
GitHub
Search
Python
MIT License
11
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-otzaria-server
src
jewish_library
src/jewish_library/demo.py
src/jewish_library/__init__.py
src/jewish_library/server.py
src/jewish_library/tantivy_search_agent.py
from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) # Optionally expose other important items at package level __all__ = ['main', 'server']