Skip to content

Commit c9fcc39

Browse files
committed
test fix
1 parent f20be12 commit c9fcc39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/examples/shared/src/demoInMemoryOAuthProvider.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import type {
77
OAuthMetadata,
88
OAuthTokens,
99
AuthInfo,
10+
} from '@modelcontextprotocol/sdk-server';
11+
import {
1012
createOAuthMetadata,
1113
mcpAuthRouter,
1214
resourceUrlFromServerUrl,

packages/examples/shared/test/demoInMemoryOAuthProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Response } from 'express';
1+
import type { Response } from 'express';
22
import { DemoInMemoryAuthProvider, DemoInMemoryClientsStore } from '../src/demoInMemoryOAuthProvider.js';
33
import type { AuthorizationParams } from '@modelcontextprotocol/sdk-server';
44
import type { OAuthClientInformationFull } from '@modelcontextprotocol/sdk-core';

0 commit comments

Comments
 (0)