You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mcp-server/src/tools/beta/v2/files/upload-v2-beta-files.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -110,12 +110,6 @@ export const tool: Tool = {
110
110
],
111
111
},
112
112
},
113
-
selectedFieldsSchema: {
114
-
type: 'object',
115
-
description:
116
-
'This field is included in the response only if the Path policy feature is available in the plan.\nIt contains schema definitions for the custom metadata fields selected for the specified file path.\nField selection can only be done when the Path policy feature is enabled.\n\nKeys are the names of the custom metadata fields; the value object has details about the custom metadata schema.\n',
Copy file name to clipboardExpand all lines: packages/mcp-server/src/tools/files/upload-files.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -121,12 +121,6 @@ export const tool: Tool = {
121
121
],
122
122
},
123
123
},
124
-
selectedFieldsSchema: {
125
-
type: 'object',
126
-
description:
127
-
'This field is included in the response only if the Path policy feature is available in the plan.\nIt contains schema definitions for the custom metadata fields selected for the specified file path.\nField selection can only be done when the Path policy feature is enabled.\n\nKeys are the names of the custom metadata fields; the value object has details about the custom metadata schema.\n',
0 commit comments