wet-mcp 1.1.0__py3-none-any.whl → 1.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
wet_mcp/config.py CHANGED
@@ -25,7 +25,7 @@ class Settings(BaseSettings):
25
25
 
26
26
  # Media Analysis (LiteLLM)
27
27
  api_keys: str | None = None # provider:key,provider:key
28
- llm_models: str = "gemini/gemini-2.0-flash-exp" # provider/model (fallback chain)
28
+ llm_models: str = "gemini/gemini-3-flash-preview" # provider/model (fallback chain)
29
29
 
30
30
  def setup_api_keys(self) -> dict[str, list[str]]:
31
31
  """Parse API_KEYS and set environment variables for LiteLLM."""
wet_mcp/llm.py CHANGED
@@ -14,7 +14,7 @@ def get_llm_config() -> dict:
14
14
  """Build LLM configuration with fallback."""
15
15
  models = [m.strip() for m in settings.llm_models.split(",") if m.strip()]
16
16
  if not models:
17
- models = ["gemini/gemini-2.0-flash-exp"]
17
+ models = ["gemini/gemini-3-flash-preview"]
18
18
 
19
19
  primary = models[0]
20
20
  fallbacks = models[1:] if len(models) > 1 else None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wet-mcp
3
- Version: 1.1.0
3
+ Version: 1.2.0
4
4
  Summary: Open-source MCP Server thay thế Tavily - Web search, extract, crawl với SearXNG
5
5
  Project-URL: Homepage, https://github.com/n24q02m/wet-mcp
6
6
  Project-URL: Repository, https://github.com/n24q02m/wet-mcp.git
@@ -1,8 +1,8 @@
1
1
  wet_mcp/__init__.py,sha256=I6YcMMy-wD5AY49rICs4lkd3tZQ4-XWkPpvoj7KwsKs,152
2
2
  wet_mcp/__main__.py,sha256=fjPYOwPnE1LDxkSbFZH0NjH8WLx8F2NjsO8vD-ujVbw,106
3
- wet_mcp/config.py,sha256=gkF_i2TJVyM469OgMQtufidjtdb-icN2N7w2UgeD7Kk,2048
3
+ wet_mcp/config.py,sha256=q9CXgWJi3pxVcx-18sL4KE4Z0dhpJi09W7HFM9nJnlA,2050
4
4
  wet_mcp/docker_manager.py,sha256=bin5Y1hTMB9DPEq5oV1xJOSRx2FjUQvay4x922CAYMs,5122
5
- wet_mcp/llm.py,sha256=GbCtxoHoclfWP_SesIrgKcOSPChchO1Iaswbud3QR-g,2460
5
+ wet_mcp/llm.py,sha256=jbCgRUuQlIMiUNVvKrHBemFwcpCvCnHwf7XZd3kd76E,2462
6
6
  wet_mcp/searxng_settings.yml,sha256=mB-AgqDGzoEG5xF5gHfPtH3s3TRyt3wV9FYC3b6wdIY,524
7
7
  wet_mcp/server.py,sha256=UL3ViBa7kDiNm3Ha4L18awBfCH9cAJNDwX9H3EL8UO8,5445
8
8
  wet_mcp/setup.py,sha256=NyQiViQ80u28-sJCGfi4Oh17AmYqYWKSOlzxPzyqGho,2968
@@ -13,8 +13,8 @@ wet_mcp/docs/web.md,sha256=Ts7hBo_TEBcfT10iscag9-PxAKUkhhiaywricUTj3to,1691
13
13
  wet_mcp/sources/__init__.py,sha256=NzIac1ha0nZR93Uivsq0GqBxdJrfm0q83IQAPeip4I4,42
14
14
  wet_mcp/sources/crawler.py,sha256=qjGQZjcgKXc8DftnUXInJin8-Nn87rSa8T_0EClcCT0,9717
15
15
  wet_mcp/sources/searxng.py,sha256=147yRT75vD2E5GdvYceoTqGRTqqCo8W1tpjXsZRaUhw,2029
16
- wet_mcp-1.1.0.dist-info/METADATA,sha256=-jlSAeMqkTK9Z398VhlJGSsdhqeQ6Kj6soKdG4wYtgU,6531
17
- wet_mcp-1.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
18
- wet_mcp-1.1.0.dist-info/entry_points.txt,sha256=MvjtmQDh--zOPfnE-21Q861RFRLkE1xDbcTGAgURT_Y,41
19
- wet_mcp-1.1.0.dist-info/licenses/LICENSE,sha256=d7xQ6sRyeGus6gnvwgqiQtSY7XdFw0Jd0w5-Co_xHnk,1064
20
- wet_mcp-1.1.0.dist-info/RECORD,,
16
+ wet_mcp-1.2.0.dist-info/METADATA,sha256=KTmxqwvNOzOJ6baX4p3yC6_bL8p_8_v_E_HWRTx0nYU,6531
17
+ wet_mcp-1.2.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
18
+ wet_mcp-1.2.0.dist-info/entry_points.txt,sha256=MvjtmQDh--zOPfnE-21Q861RFRLkE1xDbcTGAgURT_Y,41
19
+ wet_mcp-1.2.0.dist-info/licenses/LICENSE,sha256=d7xQ6sRyeGus6gnvwgqiQtSY7XdFw0Jd0w5-Co_xHnk,1064
20
+ wet_mcp-1.2.0.dist-info/RECORD,,