Versions in this module Expand all Collapse all v0 v0.5.0 Mar 15, 2026 v0.4.0 May 31, 2025 Changes in this version + const FileSystemPromptDefault + const FilesystemServerName + const MaxBase64Size + const MaxInlineSize + func NewFilesystemServer(ctx context.Context) (abstract.Service, error) + type FileInfo struct + Accessed time.Time + Created time.Time + IsDirectory bool + IsFile bool + Modified time.Time + Permissions string + Size int64 + type FileSystemConfig struct + AllowedDir string + CachePath string + PromptFile string + func NewFileSystemConfig(path string) *FileSystemConfig + func (fc *FileSystemConfig) Check() error + type FilesystemServer struct + func (fs *FilesystemServer) Close() error + func (fs *FilesystemServer) Config() string + func (fs *FilesystemServer) Init() error + func (fs *FilesystemServer) LoadConfig(jsonData map[string]any) error + func (fs *FilesystemServer) Name() comm.MoLingServerType