mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
Feature: MCP Server
This commit is contained in:
@@ -35,7 +35,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ class ServerApplication:
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
MCPServerManager().start_server()
|
||||
MCPServerManager().start_server(core_mode=True)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ServerApplication:
|
||||
|
||||
@classmethod
|
||||
def start(cls):
|
||||
AgentUniverse().start()
|
||||
AgentUniverse().start(core_mode=True)
|
||||
MCPServerManager().start_server()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user