Skip to content

Commit 103073d

Browse files
committed
fix: align logger branch with package split
1 parent 99ae2db commit 103073d

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

packages/client/test/client/logger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { InMemoryTransport, LATEST_PROTOCOL_VERSION } from '@modelcontextprotocol/core';
1+
import { InMemoryTransport, LATEST_PROTOCOL_VERSION } from '@modelcontextprotocol/core-internal';
22
import { describe, expect, it, vi } from 'vitest';
33
import { Client } from '../../src/client/client';
44

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// AUTO-GENERATED — do not edit. Run `pnpm run generate:versions` to regenerate.
22
export const V2_PACKAGE_VERSIONS: Record<string, string> = {
3-
'@modelcontextprotocol/client': '^2.0.0-alpha.2',
4-
'@modelcontextprotocol/server': '^2.0.0-alpha.2',
5-
'@modelcontextprotocol/node': '^2.0.0-alpha.2',
6-
'@modelcontextprotocol/express': '^2.0.0-alpha.2',
7-
'@modelcontextprotocol/server-legacy': '^2.0.0-alpha.2',
8-
'@modelcontextprotocol/core': '^2.0.0-alpha.0'
3+
'@modelcontextprotocol/client': '^2.0.0-alpha.3',
4+
'@modelcontextprotocol/server': '^2.0.0-alpha.3',
5+
'@modelcontextprotocol/node': '^2.0.0-alpha.3',
6+
'@modelcontextprotocol/express': '^2.0.0-alpha.3',
7+
'@modelcontextprotocol/server-legacy': '^2.0.0-alpha.3',
8+
'@modelcontextprotocol/core': '^2.0.0-alpha.1'
99
};

packages/core-internal/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export * from './auth/errors';
22
export * from './errors/sdkErrors';
33
export * from './shared/auth';
44
export * from './shared/authUtils';
5+
export * from './shared/logger';
56
export * from './shared/metadataUtils';
67
export * from './shared/protocol';
78
export * from './shared/stdio';

0 commit comments

Comments
 (0)