File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11.aider *
22.opencode *
33OpenCode.md
4+ dist /
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ builds:
1616 - amd64
1717 - arm64
1818 ldflags :
19- - -s -w
19+ - -s -w -X github.com/mark3labs/mcp-filesystem-server/filesystemserver.Version={{.Version}}
2020 binary : mcp-filesystem-server
2121 main : .
2222
@@ -40,7 +40,7 @@ checksum:
4040
4141# Using new snapshot configuration
4242snapshot :
43- name_template : " {{ .Version }}-SNAPSHOT-{{ .ShortCommit }}"
43+ version_template : " {{ .Version }}-SNAPSHOT-{{ .ShortCommit }}"
4444
4545changelog :
4646 sort : asc
Original file line number Diff line number Diff line change 55"github.com/mark3labs/mcp-go/server"
66)
77
8- var Version = "0.4.1 "
8+ var Version = "dev "
99
1010func NewFilesystemServer (allowedDirs []string ) (* server.MCPServer , error ) {
1111
You can’t perform that action at this time.
0 commit comments