Skip to content

Commit 12563a9

Browse files
chore(mcp): update types
1 parent 9f2e9e3 commit 12563a9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/mcp-server/src/code-tool-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
import { type ClientOptions } from 'isaacus/client';
3+
import { ClientOptions } from 'isaacus';
44

55
export type WorkerInput = {
66
opts: ClientOptions;

packages/mcp-server/src/code-tool.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
import { type ClientOptions } from 'isaacus/client';
4-
53
import { dirname } from 'node:path';
64
import { pathToFileURL } from 'node:url';
7-
import Isaacus from 'isaacus';
5+
import Isaacus, { ClientOptions } from 'isaacus';
86
import { Endpoint, ContentBlock, Metadata } from './tools/types';
97

108
import { Tool } from '@modelcontextprotocol/sdk/types.js';

0 commit comments

Comments
 (0)