Skip to content

Commit 5913013

Browse files
committed
fix package naming
1 parent 0d549a5 commit 5913013

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

apps/workers-observability/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
import { CloudflareMCPServer } from '@repo/mcp-common/src/server'
1010
import { registerAccountTools } from '@repo/mcp-common/src/tools/account'
1111
import { registerWorkersTools } from '@repo/mcp-common/src/tools/worker'
12-
import { MetricsTracker } from '@repo/mcp-observability'
12+
import { MetricsTracker } from '../../../packages/mcp-observability/src'
1313

1414
import { registerLogsTools } from './tools/logs'
1515

packages/mcp-common/src/cloudflare-oauth-handler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { zValidator } from '@hono/zod-validator'
22
import { Hono } from 'hono'
33
import { z } from 'zod'
44

5-
import { AuthUser } from '@repo/mcp-observability'
5+
import { AuthUser } from '../../mcp-observability/src'
66

77
import { getAuthorizationURL, getAuthToken, refreshAuthToken } from './cloudflare-auth'
88
import { McpError } from './mcp-error'
@@ -13,7 +13,7 @@ import type {
1313
TokenExchangeCallbackResult,
1414
} from '@cloudflare/workers-oauth-provider'
1515
import type { Context } from 'hono'
16-
import type { MetricsTracker } from '@repo/mcp-observability'
16+
import type { MetricsTracker } from '../../mcp-observability/src'
1717

1818
type AuthContext = {
1919
Bindings: {

packages/mcp-common/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { type ServerOptions } from '@modelcontextprotocol/sdk/server/index.js'
33
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'
44
import { type ZodRawShape } from 'zod'
55

6-
import { MetricsTracker, SessionStart, ToolCall } from '@repo/mcp-observability'
6+
import { MetricsTracker, SessionStart, ToolCall } from '../../mcp-observability/src'
77

88
import { McpError } from './mcp-error'
99

File renamed without changes.
File renamed without changes.
File renamed without changes.

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)