Hi
I tried to use the PD MCP in VSCODE for auto create Schedule Overides but I’m always getting the error: “Sorry, no response was returned.”
Â
My MCP config is below:
"io.github.PagerDuty/pagerduty-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pagerduty-mcp==0.2.1",
"--enable-write-tools"
],
Â
“Get” operations are working fine.
Â
My request is:
Â
schedule_id: "P76S19G"
override_request: {
 "start": "2026-02-08T18:00:00+02:00",
 "end": "2026-02-09T08:00:00+02:00",
 "user": {
  "id": "PNBBMSL",
  "type": "user_reference"
 },
 "time_zone": "Asia/Jerusalem"
}
Â
will appreciate any help here