Skip to content

Commit 9a7ba27

Browse files
committed
fix type issues
1 parent 5e85032 commit 9a7ba27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/workers-observability/src/tools/workers-observability.tools.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ import {
1616
import type { ObservabilityMCP } from '../workers-observability.app'
1717

1818
type Tags = {
19-
toolName: string
20-
request_id: string
21-
source?: string // source is often added automatically
19+
toolName?: string
2220
}
2321
const logger = new WorkersLogger<Tags>()
2422
/**

0 commit comments

Comments
 (0)