Add MCP server implementation with web search, scraping, and image generation tools

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-01 05:06:46 +00:00
parent 58d95cb491
commit e1214e4372
10 changed files with 964 additions and 2 deletions

View file

@ -15,5 +15,6 @@ from .retry_provider import *
from .thinking import *
from .web_search import *
from .models import *
from .mcp import *
unittest.main()