style(pre-commit): fix
This commit is contained in:
parent
30342247c0
commit
65470c2ae9
@ -1,6 +1,7 @@
|
|||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
# A shortcut to launch OpenManus MCP server, where its introduction also solves other import issues.
|
# 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__":
|
if __name__ == "__main__":
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user