Commit ee9d702
committed
Add oauth field to OpenCode Nightwatch MCP config
Add empty oauth object to OpenCode httpMcpServerConfig to properly support Nightwatch MCP authentication. Uses stdClass to ensure it serializes as {} in JSON rather than being filtered out as an empty array.1 parent b3e5f87 commit ee9d702
File tree
2 files changed
+5
-1
lines changed- src/Install/Agents
- tests/Unit/Install/Agents
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
23 | 26 | | |
0 commit comments