diff --git a/prompts/base/mcp_agent.txt b/prompts/base/mcp_agent.txt index 534b2eb..8289963 100644 --- a/prompts/base/mcp_agent.txt +++ b/prompts/base/mcp_agent.txt @@ -56,7 +56,8 @@ Now that I know how to use the MCP, I will choose the search-stock-news tool and "type": "object", "required": ["symbol"], "properties": { - "symbol": "IBM" + "symbol": "AAPL", + "companyName": "IBM" } } }