We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a1046 commit f2727e3Copy full SHA for f2727e3
contrib/mark3labs/mcp-go/mcpgo.go
@@ -91,7 +91,7 @@ func newHooks() *hooks {
91
}
92
93
func (h *hooks) onBeforeInitialize(ctx context.Context, id any, request *mcp.InitializeRequest) {
94
- taskSpan, _ := llmobs.StartTaskSpan(ctx, "mcp.initialize")
+ taskSpan, _ := llmobs.StartTaskSpan(ctx, "mcp.initialize", llmobs.WithIntegration("mark3labs/mcp-go"))
95
h.spanCache.Set(id, taskSpan, ttlcache.DefaultTTL)
96
97
0 commit comments