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

@ -114,7 +114,10 @@ setup(
install_requires=INSTALL_REQUIRE,
extras_require=EXTRA_REQUIRE,
entry_points={
'console_scripts': ['g4f=g4f.cli:main'],
'console_scripts': [
'g4f=g4f.cli:main',
'g4f-mcp=g4f.mcp.server:main',
],
},
url='https://github.com/xtekky/gpt4free', # Link to your GitHub repository
project_urls={