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

Method ServiceHandleMessage

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

Source from the content-addressed store, hash-verified

239}
240
241func (i *imlMcpController) ServiceHandleMessage(ctx *gin.Context) {
242 i.handleMessage(ctx, mcp_server.DefaultMCPServer())
243}
244
245func (i *imlMcpController) ServiceHandleStreamHTTP(ctx *gin.Context) {
246 apikey := ctx.Request.Header.Get("Authorization")

Callers

nothing calls this directly

Calls 1

handleMessageMethod · 0.95

Tested by

no test coverage detected