Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:43 +08:00
commit 0784802e81
8 changed files with 263 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "websearch-tools",
"description": "Smart web tool routing via hooks that redirect WebFetch/WebSearch to Tavily. Includes context7 MCP for library docs and a skill for tool selection.",
"version": "1.2.1",
"author": {
"name": "Fatih Akyon"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}