Refactor module structure and improve Docker configuration
Reorganized module directories under `phoenix_technologies` for better namespace clarity and maintainability. Updated the Dockerfile to use an environment variable for the application entry point, enhancing flexibility in deployment. Additionally, revamped the README to reflect the new structure and provide clearer project documentation.
This commit is contained in:
parent
6bab336883
commit
eec1b34517
7 changed files with 117 additions and 67 deletions
8
src/phoenix_technologies/gpt_researcher/__init__.py
Normal file
8
src/phoenix_technologies/gpt_researcher/__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