Steps to reproduce:
- Install VSCode, Cline on Windows
- Configure Cline to use the server
"oci-api-mcp-server": {
"disabled": false,
"timeout": 60,
"type": "stdio",
"command": "uv",
"args": [
"run",
"oracle.oci-api-mcp-server"
],
"env": {
"OCI_CONFIG_PROFILE": "<profile name>"
}
}
- Authenticate
- Submit some prompts
list my instances in <compartment>
Expected results:
Successful execution
Actual results:
Request hangs and Cline returns a failure indicating the request has timed out.
Steps to reproduce:
list my instances in <compartment>Expected results:
Successful execution
Actual results:
Request hangs and Cline returns a failure indicating the request has timed out.