Skip to content

Why Won’t MCP Launch Even After Configuration? #31

@Yichi-W

Description

@Yichi-W

Hello! Does the status shown in the screenshot mean I can already call MCP? I connected to the remote server via SSH, configured it there, and ran it.My conversation still ends abruptly and no window pops up. Here’s what I’ve done so far:

  1. Modified the mcp.json

    {
      "mcpServers": {
        "interactive-feedback-mcp": {
          "command": "uv",
          "args": [
            "--directory",
            "/home/SpatialVLA/scripts/spatialvla_4b_finetune/interactive-feedback-mcp",
            "run",
            "server.py"
          ],
          "timeout": 600,
          "autoApprove": [
            "interactive_feedback"
          ]
        }
      }
    }
  2. Started the server from the terminal

    (spatialvla) (base) 4090-8:~/SpatialVLA/scripts/spatialvla_4b_finetune/interactive-feedback-mcp$ uv run server.py

    (No error messages appeared.)

  3. Set the Rules

    Whenever you want to ask a question, always call the MCP interactive_feedback.
    Whenever you’re about to complete a user request, call the MCP interactive_feedback instead of simply ending the process. Keep calling MCP until the user’s feedback is empty, then end the request.
    

Why am I still getting an error? My Cursor version is the latest.

Image

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions