We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca21c8c commit 6685839Copy full SHA for 6685839
1 file changed
src/tools/network.ts
@@ -10,7 +10,7 @@ import z from 'zod';
10
import { ToolCategories } from './categories.js';
11
import { defineTool } from './ToolDefinition.js';
12
13
-export const FILTERABLE_RESOURCE_TYPES = [
+const FILTERABLE_RESOURCE_TYPES = [
14
'document',
15
'stylesheet',
16
'image',
0 commit comments