f568728de1
- Adds a new autonomous agent template that monitors competitor websites, news, and GitHub - Implements a 7-node graph workflow to collect, aggregate, and analyze competitive data - Generates a weekly structured HTML digest with key highlights and 30-day trends - Utilizes existing web_scrape, web_search, and github MCP tools - Addresses issue #4153 Closes #4153
14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
"hive-tools": {
|
|
"transport": "stdio",
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"python",
|
|
"mcp_server.py",
|
|
"--stdio"
|
|
],
|
|
"cwd": "../../../tools",
|
|
"description": "Hive tools MCP server providing web_search, web_scrape, github tools, and file utilities"
|
|
}
|
|
} |