Description
After editting config.toml as
[[mcp_servers]]
name = "tavily"
timeout_secs = 60
env = ["TAVILY_API_KEY=tvly-YOUR_ACTUAL_API_KEY"]
[mcp_servers.transport]
type = "stdio"
command = "npx"
args = ["-y", "tavily-mcp@latest"]
We can clearly see on the dashboard-skills-MCP servers that Tavily is connected (green). However, when we tell the agent to use it to gather information, the agent returns
Permission denied: agent does not have capability to use tool 'mcp_tavily_search'
Expected Behavior
Is this related to the security policy or is there any setup I missed?
Steps to Reproduce
.
OpenFang Version
0.3.23
Operating System
Windows
Logs / Screenshots
No response
Description
After editting config.toml as
We can clearly see on the dashboard-skills-MCP servers that Tavily is connected (green). However, when we tell the agent to use it to gather information, the agent returns
Expected Behavior
Is this related to the security policy or is there any setup I missed?
Steps to Reproduce
.
OpenFang Version
0.3.23
Operating System
Windows
Logs / Screenshots
No response