feat: 升级 samber/do v1 → v2

This commit is contained in:
2026-05-15 09:04:12 +08:00
parent 7741f7584d
commit 9ad5d25836
47 changed files with 1456 additions and 684 deletions
+7
View File
@@ -0,0 +1,7 @@
package contracts
import "net/http"
type MCPService interface {
ServeHTTP(w http.ResponseWriter, r *http.Request)
}