MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / GlobalHandleMessage

Method GlobalHandleMessage

controller/mcp/iml.go:199–201  ·  view source on GitHub ↗
(ctx *gin.Context)

Source from the content-addressed store, hash-verified

197}
198
199func (i *imlMcpController) GlobalHandleMessage(ctx *gin.Context) {
200 i.handleMessage(ctx, i.openSseServer)
201}
202
203func (i *imlMcpController) GlobalHandleStreamHTTP(ctx *gin.Context) {
204 apikey := ctx.Request.Header.Get("Authorization")

Callers

nothing calls this directly

Calls 1

handleMessageMethod · 0.95

Tested by

no test coverage detected