mirror of
https://github.com/taigrr/gotify-mcp.git
synced 2025-10-23 01:27:18 +03:00
12 lines
245 B
Modula-2
12 lines
245 B
Modula-2
module github.com/taigrr/gotify-mcp
|
|
|
|
go 1.24.5
|
|
|
|
require github.com/mark3labs/mcp-go v0.33.0
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
)
|