Skip to content

Commit 1f94d33

Browse files
Update packages/mcp-server/src/mcp/utils.ts
Co-authored-by: Paolo Ricciuti <[email protected]>
1 parent 937216e commit 1f94d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server/src/mcp/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as v from 'valibot';
22
import { documentation_sections_schema } from '../mcp/schemas/index.js';
3-
import summaryData from '../use_cases.json' with { type: 'json' };
3+
import summary_data from '../use_cases.json' with { type: 'json' };
44

55
export async function fetch_with_timeout(
66
url: string,

0 commit comments

Comments
 (0)