Skip to content

Commit 04d9bfa

Browse files
OzTamirOrKoN
authored andcommitted
fix: don't export filterable resource
1 parent db218d2 commit 04d9bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import z from 'zod';
1010
import { ToolCategories } from './categories.js';
1111
import { defineTool } from './ToolDefinition.js';
1212

13-
export const FILTERABLE_RESOURCE_TYPES = [
13+
const FILTERABLE_RESOURCE_TYPES = [
1414
'document',
1515
'stylesheet',
1616
'image',

0 commit comments

Comments
 (0)