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:
-
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"
]
}
}
}
-
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.)
-
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.


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:
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" ] } } }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.)
Set the Rules
Why am I still getting an error? My Cursor version is the latest.