Skip to content

OCI API MCP server tools hang on Windows #89

@gebhardtr

Description

@gebhardtr

Steps to reproduce:

  1. Install VSCode, Cline on Windows
  2. 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>"
  }
}
  1. Authenticate
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions