From 11527f6e5d0d1dac78aaa33498ea754f365df6d2 Mon Sep 17 00:00:00 2001 From: Andrew Hoh Date: Wed, 16 Apr 2025 16:02:40 -0400 Subject: [PATCH] Adding link to MCP-Agent github repo Adding link to MCP-Agent github repo for documentation to limit context window lengths. --- mcp_ai_agents/browser_mcp_agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_ai_agents/browser_mcp_agent/README.md b/mcp_ai_agents/browser_mcp_agent/README.md index 4863013..8ead4b4 100644 --- a/mcp_ai_agents/browser_mcp_agent/README.md +++ b/mcp_ai_agents/browser_mcp_agent/README.md @@ -86,5 +86,5 @@ The application uses: - Streamlit for the user interface - MCP (Model Context Protocol) to connect the LLM with tools - Puppeteer for browser automation -- MCP-Agent for the Agentic Framework +- [MCP-Agent](https://github.com/lastmile-ai/mcp-agent/) for the Agentic Framework - OpenAI's models to interpret commands and generate responses