Skip to content

Commit 435be2a

Browse files
committed
bump version
1 parent 2dd3cc1 commit 435be2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func NewFilesystemServer(allowedDirs []string) (*FilesystemServer, error) {
6868
allowedDirs: normalized,
6969
server: server.NewMCPServer(
7070
"secure-filesystem-server",
71-
"0.4.0",
71+
"0.4.1",
7272
server.WithResourceCapabilities(true, true),
7373
),
7474
}
@@ -461,7 +461,7 @@ func (s *FilesystemServer) handleReadFile(
461461
) (*mcp.CallToolResult, error) {
462462
path, ok := request.Params.Arguments["path"].(string)
463463
if !ok {
464-
return nil, fmt.Errorf("path must be a string")
464+
return nil, fmt.Errorf("path must be a string")
465465
}
466466

467467
// Handle empty or relative paths like "." or "./" by converting to absolute path

0 commit comments

Comments
 (0)