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
this.server.tool('container_files_list','List working directory file tree',{},async({})=>{
98
-
constfiles=awaitthis.container_ls()
98
+
// This approach relies on resources, which aren't handled well by Claude right now. Until that's sorted, we can just use file read, since it lists all files in a directory if a directory is passed to it.
99
+
//const files = await this.container_ls()
99
100
100
-
// this is a bit of a hack around the poor handling of resources in claude desktop
0 commit comments