Skip to content

Commit e4ba592

Browse files
committed
chore(example): update tool-filter example after seratch 73eb37a merge
1 parent 3e2c34b commit e4ba592

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/mcp/tool-filter-example.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ async function main() {
2929
});
3030

3131
console.log('Listing sample files:');
32-
let result = await run(agent, 'List the files in the current directory.');
32+
let result = await run(
33+
agent,
34+
'List the files in the sample_files directory.',
35+
);
3336
console.log(result.finalOutput);
3437

3538
console.log('\nAttempting to write a file (should be blocked):');

0 commit comments

Comments
 (0)