Skip to content

Failure to launch via Cursor after manual configuration #39

Open
@matthewaburton

Description

@matthewaburton

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions