mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat: mcp server
This commit is contained in:
parent
c4a9d03bb3
commit
e8ee931e16
51 changed files with 2749 additions and 1526 deletions
2
go.mod
2
go.mod
|
@ -27,6 +27,7 @@ require (
|
|||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/jpillora/overseer v1.1.6
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/mark3labs/mcp-go v0.23.1
|
||||
github.com/minio/selfupdate v0.6.0
|
||||
github.com/nikoksr/notify v1.3.0
|
||||
github.com/nxadm/tail v1.4.11
|
||||
|
@ -263,6 +264,7 @@ require (
|
|||
github.com/x448/float16 v0.8.4 // indirect
|
||||
github.com/yandex-cloud/go-genproto v0.0.0-20250415125903-e04f82fce08c // indirect
|
||||
github.com/yandex-cloud/go-sdk v0.0.0-20250415134549-3e9c77f74bb7 // indirect
|
||||
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
||||
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
||||
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
||||
go.mongodb.org/mongo-driver v1.17.3 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue