Commit 1961a19
committed
Fix push_files schema missing AdditionalProperties for Visual Studio 2026
Visual Studio 2026 requires array item schemas to explicitly set
additionalProperties to false. The push_files tool's files array
was missing this, causing HTTP 400 errors when the tool was invoked.
This adds AdditionalProperties: false to the files array items schema
to indicate only path and content properties are allowed.1 parent 486e9fe commit 1961a19
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1233 | 1233 | | |
1234 | 1234 | | |
1235 | 1235 | | |
1236 | | - | |
| 1236 | + | |
| 1237 | + | |
1237 | 1238 | | |
1238 | 1239 | | |
1239 | 1240 | | |
| |||
0 commit comments