(ctx *gin.Context)
| 197 | } |
| 198 | |
| 199 | func (i *imlMcpController) GlobalHandleMessage(ctx *gin.Context) { |
| 200 | i.handleMessage(ctx, i.openSseServer) |
| 201 | } |
| 202 | |
| 203 | func (i *imlMcpController) GlobalHandleStreamHTTP(ctx *gin.Context) { |
| 204 | apikey := ctx.Request.Header.Get("Authorization") |
nothing calls this directly
no test coverage detected