@@ -0,0 +1,7 @@
package contracts
import "net/http"
type MCPService interface {
ServeHTTP(w http.ResponseWriter, r *http.Request)
}
The note is not visible to the blocked user.