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 5e85032 commit 9a7ba27Copy full SHA for 9a7ba27
apps/workers-observability/src/tools/workers-observability.tools.ts
@@ -16,9 +16,7 @@ import {
16
import type { ObservabilityMCP } from '../workers-observability.app'
17
18
type Tags = {
19
- toolName: string
20
- request_id: string
21
- source?: string // source is often added automatically
+ toolName?: string
22
}
23
const logger = new WorkersLogger<Tags>()
24
/**
0 commit comments