diff --git a/run_mcp_server.py b/run_mcp_server.py index 28c0592..00a86b3 100644 --- a/run_mcp_server.py +++ b/run_mcp_server.py @@ -1,6 +1,7 @@ # coding: utf-8 # A shortcut to launch OpenManus MCP server, where its introduction also solves other import issues. -from app.mcp.server import * +from app.mcp.server import MCPServer, parse_args + if __name__ == "__main__": args = parse_args()