We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2c34b commit e4ba592Copy full SHA for e4ba592
examples/mcp/tool-filter-example.ts
@@ -29,7 +29,10 @@ async function main() {
29
});
30
31
console.log('Listing sample files:');
32
- let result = await run(agent, 'List the files in the current directory.');
+ let result = await run(
33
+ agent,
34
+ 'List the files in the sample_files directory.',
35
+ );
36
console.log(result.finalOutput);
37
38
console.log('\nAttempting to write a file (should be blocked):');
0 commit comments