mirror of
https://github.com/taigrr/gotify-mcp.git
synced 2025-10-23 01:27:18 +03:00
11 lines
222 B
Modula-2
11 lines
222 B
Modula-2
module github.com/taigrr/gotify-mcp
|
|
|
|
go 1.25.2
|
|
|
|
require github.com/modelcontextprotocol/go-sdk v1.0.0
|
|
|
|
require (
|
|
github.com/google/jsonschema-go v0.3.0 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
)
|