Open
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:
- Continue version:
- IDE version:
- Model:
- config:
OR link to assistant in Continue hub:
Description
I'm trying to use a prompt loaded in an MCP server to execute steps.
The MCP prompt is used with the "/" and is loaded correctly, but once the tool calls are received from the model, continue doesn't execute them. Adding a second message allows executing the process, but I want the process to run automatically without additional user intervention.
If the prompt message is "written" manually, the tool calls are executed immediately
I'm using the example MCP server provided here
@mcp.prompt()
def debug_routine() -> str:
return """
Execute the following steps
1. Call terminal tool and execute a ls command
2. Call terminal tool and execute a git status
"""
To reproduce
Tested with 1.1.37 (pre-release) and 1.0.7, 1.0.11
Log output
Metadata
Metadata
Assignees
Type
Projects
Status
Todo