You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Purpose**: Provides MCP protocol services and proxy management (internal service)
58
58
-**Features**: MCP protocol standard, supports local services and remote proxies, primarily called by main service
59
-
-**Startup File**: `nexent_mcp_service.py`
59
+
-**Startup File**: `mcp_service.py`
60
60
61
61
**Important Note**: Frontend clients only directly access the main service (5010). All MCP-related operations are completed by the main service proxying calls to the MCP service (5011).
62
62
@@ -190,12 +190,12 @@ curl -X POST http://localhost:5011/add-remote-proxies \
190
190
191
191
## Code Structure
192
192
193
-
### Main Service Components (main_service.py)
193
+
### Main Service Components (config_service.py, runtime_service.py)
194
194
-**FastAPI Application**: Provides Web API and management interface
195
195
-**Multi-tenant Support**: Multi-tenant management based on authentication
196
196
-**Router Management**: Contains routers for multiple functional modules
197
197
198
-
### MCP Service Components (nexent_mcp_service.py)
198
+
### MCP Service Components (mcp_service.py)
199
199
200
200
#### RemoteProxyManager Class
201
201
Responsible for managing the lifecycle of all remote proxies:
0 commit comments