mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
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:
parent
58d95cb491
commit
e1214e4372
10 changed files with 964 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -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={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue