loading…
Search for a command to run...
loading…
Enables querying real-time weather data for Israeli cities through natural language, using Playwright to scrape weather2day and Gemini LLM to answer.
Enables querying real-time weather data for Israeli cities through natural language, using Playwright to scrape weather2day and Gemini LLM to answer.
פרויקט זה מציג סוכן חכם (AI Agent) המבוסס על מודל Gemini ומשתמש בפרוטוקול MCP (Model Context Protocol). הסוכן מסוגל לאסוף נתוני אמת מאתר מזג האוויר הישראלי ולהשיב על שאלות משתמשים בשפה טבעית.
המטרה היא להדגים Agentic Workflow מלא, הכולל:
uv.env תחת GEMINI_API_KEY)שכפול המאגר (Clone):
git clone [https://github.com/YourUsername/weather-mcp-agent.git](https://github.com/YourUsername/weather-mcp-agent.git)
cd weather-mcp-agent
התקנת תלויות והגדרת דפדפנים: ודאו שהסביבה הווירטואלית פעילה, והתקינו את דפדפני Playwright:
uv sync
playwright install chromium
הפעלת הסוכן: הריצו את השרת המארח כדי להתחיל את הצ'אט:
uv run host.py
כאשר חלון השיחה נפתח בטרמינל (Query), ניתן לשאול שאלות כמו:
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"weather-mcp-agent": {
"command": "npx",
"args": []
}
}
}