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 5e57506 commit 9f2e9e3Copy full SHA for 9f2e9e3
packages/mcp-server/package.json
@@ -50,6 +50,7 @@
50
"@types/cors": "^2.8.19",
51
"@types/express": "^5.0.3",
52
"@types/jest": "^29.4.0",
53
+ "@types/qs": "^6.14.0",
54
"@types/yargs": "^17.0.8",
55
"@typescript-eslint/eslint-plugin": "8.31.1",
56
"@typescript-eslint/parser": "8.31.1",
packages/mcp-server/src/headers.ts
@@ -1,8 +1,7 @@
1
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
3
-import { type ClientOptions } from 'isaacus/client';
4
-
5
import { IncomingMessage } from 'node:http';
+import { ClientOptions } from 'isaacus';
6
7
export const parseAuthHeaders = (req: IncomingMessage): Partial<ClientOptions> => {
8
if (req.headers.authorization) {
0 commit comments