Skip to content

Commit fa495cb

Browse files
chore(mcp): update types
1 parent 3e6dbd9 commit fa495cb

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 '@flowglad/node/client';
3+
import { ClientOptions } from '@flowglad/node';
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 '@flowglad/node/client';
4-
53
import { dirname } from 'node:path';
64
import { pathToFileURL } from 'node:url';
7-
import Flowglad from '@flowglad/node';
5+
import Flowglad, { ClientOptions } from '@flowglad/node';
86
import { Endpoint, ContentBlock, Metadata } from './tools/types';
97

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

0 commit comments

Comments
 (0)