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
description: `Set extra HTTP headers to be sent with every request made by the selected page. Headers persist across navigations until cleared. Pass an empty object to clear all extra headers.`,
145
+
annotations: {
146
+
category: ToolCategory.NETWORK,
147
+
readOnlyHint: false,
148
+
},
149
+
schema: {
150
+
headers: zod
151
+
.record(zod.string(),zod.string())
152
+
.describe(
153
+
'Header name-value pairs to set, e.g. {"X-Custom": "value"}. Pass an empty object {} to clear all extra headers.',
0 commit comments