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.
8 lines
No EOL
217 B
Python
8 lines
No EOL
217 B
Python
"""
|
|
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" |