Nuovo sistema: index.json + fragment.json + compile.py (SHA-256 automatici)

This commit is contained in:
2026-07-22 22:52:01 +01:00
parent 5f254d9a96
commit ccab72c586
20 changed files with 1121 additions and 240 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"id": "tavily",
"name": "Tavily",
"type": "mcp_remote",
"scope": "global",
"icon_small": "tavily/icon_sm.png",
"icon_large": "tavily/icon_lg.png",
"user_description": "Web search API for LLMs \u2014 real-time results, news, and content extraction.",
"tags": [
"search",
"mcp",
"remote"
],
"auth": {
"type": "api_key"
},
"folder": "tavily",
"version": 5,
"version_string": "1.0.4",
"version_release_date": "2026-07-22",
"tools": [
{
"name": "tavily_search",
"display_name": "Web Search"
},
{
"name": "tavily_extract",
"display_name": "Extract Content"
},
{
"name": "tavily_crawl",
"display_name": "Crawl Site"
},
{
"name": "tavily_map",
"display_name": "Map Site"
},
{
"name": "tavily_research",
"display_name": "Deep Research"
}
]
}