Open
Description
I installed the latest version using the git clone
method, and (as directed by Issue #35) performed the manual configuration for Cursor. Upon saving, I get the following output in my "MCP Logs" output:
2025-06-15 18:56:22.409 [info] user-task-orchestrator: Handling CreateClient action
2025-06-15 18:56:22.409 [info] user-task-orchestrator: Starting new stdio process with command: python3 -m mcp_task_orchestrator.server
2025-06-15 18:56:22.416 [info] user-task-orchestrator: Handling CreateClient action
2025-06-15 18:56:22.416 [info] user-task-orchestrator: Starting new stdio process with command: python3 -m mcp_task_orchestrator.server
2025-06-15 18:56:22.457 [error] user-task-orchestrator: Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.10/runpy.py", line 157, in _get_module_details
2025-06-15 18:56:22.457 [error] user-task-orchestrator: code = loader.get_code(mod_name)
File "<frozen importlib._bootstrap_external>", line 1017, in get_code
File "<frozen importlib._bootstrap_external>", line 947, in source_to_code
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/matt/.local/lib/python3.10/site-packages/mcp_task_orchestrator/server.py", line 429
"subtasks": [
^
SyntaxError: asynchronous comprehension outside of an asynchronous function
2025-06-15 18:56:22.463 [error] user-task-orchestrator: Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.10/runpy.py", line 157, in _get_module_details
code = loader.get_code(mod_name)
File "<frozen importlib._bootstrap_external>", line 1017, in get_code
File "<frozen importlib._bootstrap_external>", line 947, in source_to_code
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/matt/.local/lib/python3.10/site-packages/mcp_task_orchestrator/server.py", line 429
"subtasks": [
^
SyntaxError: asynchronous comprehension outside of an asynchronous function
2025-06-15 18:56:22.464 [info] user-task-orchestrator: Client closed for command
2025-06-15 18:56:22.465 [info] user-task-orchestrator: Handling ListOfferings action
2025-06-15 18:56:22.465 [error] user-task-orchestrator: No server info found
2025-06-15 18:56:22.465 [info] user-task-orchestrator: Handling ListOfferings action
2025-06-15 18:56:22.465 [error] user-task-orchestrator: No server info found
2025-06-15 18:56:22.470 [info] user-task-orchestrator: Client closed for command
2025-06-15 18:56:22.470 [info] user-task-orchestrator: Handling ListOfferings action
2025-06-15 18:56:22.470 [error] user-task-orchestrator: No server info found
2025-06-15 18:56:22.471 [info] user-task-orchestrator: Handling ListOfferings action
2025-06-15 18:56:22.471 [error] user-task-orchestrator: No server info found
Metadata
Metadata
Assignees
Labels
No labels