Feature: MCP Server

This commit is contained in:
AniviaTn
2025-05-12 20:15:56 +08:00
parent 898fadc88f
commit 6f8acd38b9
19 changed files with 19 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ class ServerApplication:
@classmethod
def start(cls):
AgentUniverse().start()
AgentUniverse().start(core_mode=True)
MCPServerManager().start_server()
if __name__ == "__main__":