(ctx *gin.Context)
| 239 | } |
| 240 | |
| 241 | func (i *imlMcpController) ServiceHandleMessage(ctx *gin.Context) { |
| 242 | i.handleMessage(ctx, mcp_server.DefaultMCPServer()) |
| 243 | } |
| 244 | |
| 245 | func (i *imlMcpController) ServiceHandleStreamHTTP(ctx *gin.Context) { |
| 246 | apikey := ctx.Request.Header.Get("Authorization") |
nothing calls this directly
no test coverage detected