- version: intero per-connector (parte da 1) - version_string: semver ereditato (display only) - version_release_date: ISO 8601 (display only) - Campi identici in index (connectors.json) e manifest (connector.json) - Aggiunto connector.json alle files[] di gmail, gcal, email, ssh, tavily - Aggiornata documentazione in SKALD.md
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"id": "tavily",
|
|
"name": "Tavily",
|
|
"type": "mcp_remote",
|
|
"mcp_config": {
|
|
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey={SECRET:tavilyApiKey}",
|
|
"transport": "streamable-http"
|
|
},
|
|
"verify": {
|
|
"command": "python3 verify.py",
|
|
"timeout_secs": 15
|
|
},
|
|
"docs": [
|
|
{
|
|
"lang": "en",
|
|
"description": "Real-time web search and page extraction via Tavily.",
|
|
"llm_short_description": "Search the web and extract page content through Tavily."
|
|
}
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"env": [
|
|
{
|
|
"name": "tavilyApiKey",
|
|
"label": "Tavily API key",
|
|
"description": "Create one at https://app.tavily.com (your account dashboard).",
|
|
"required": true,
|
|
"secret": true,
|
|
"example": "tvly-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
}
|
|
],
|
|
"homepage": "https://tavily.com",
|
|
"icon_small": "icon_sm.png",
|
|
"icon_large": "icon_lg.png",
|
|
"scope": "global",
|
|
"tags": [
|
|
"search",
|
|
"mcp",
|
|
"remote"
|
|
],
|
|
"version": 1,
|
|
"version_string": "1.0.0",
|
|
"version_release_date": "2026-07-19"
|
|
}
|