Add GPT Researcher MCP server implementation
Introduce an MCP server for GPT Researcher using FastMCP, enabling AI assistants to perform web research and generate reports via SSE. Includes async processing steps with real-time updates and a runnable server script.
This commit is contained in:
parent
895671189e
commit
60c441c817
2 changed files with 91 additions and 0 deletions
8
src/phoenix_technologies/test/__init__.py
Normal file
8
src/phoenix_technologies/test/__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
GPT Researcher MCP Server
|
||||
|
||||
This module provides an MCP server implementation for GPT Researcher,
|
||||
allowing AI assistants to perform web research and generate reports via the MCP protocol.
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
Loading…
Add table
Add a link
Reference in a new issue