Skip to main content
Glama

mcp-otzaria-server

demo.py591 B
from tantivy_search_agent import TantivySearchAgent import os import asyncio # Initialize TantivySearchAgent with the index path current_dir = os.path.dirname(os.path.abspath(__file__)) index_path = os.path.join(os.path.dirname(os.path.dirname(current_dir)), "index") search_agent = TantivySearchAgent(index_path) import os async def print_search (): results = await search_agent.search("גזלן קונה בשינוי") print(results) async def main(): print ("searchoing...") await print_search() if __name__ == "__main__": asyncio.run(main())

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sivan22/mcp-otzaria-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server