generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels