Skip to content

Commit fe0597a

Browse files
authored
Fixed the go time server annotation closes #405 (#703)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent e9e0a81 commit fe0597a

File tree

7 files changed

+1917
-1907
lines changed

7 files changed

+1917
-1907
lines changed

mcp-servers/go/fast-time-server/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.10
77
require github.com/mark3labs/mcp-go v0.32.0 // MCP server/runtime
88

99
require (
10-
github.com/google/uuid v1.6.0 // indirect
11-
github.com/spf13/cast v1.7.1 // indirect
12-
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
10+
github.com/google/uuid v1.6.0 // indirect
11+
github.com/spf13/cast v1.7.1 // indirect
12+
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
1313
)

0 commit comments

Comments
 (0)