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 937216e commit 1f94d33Copy full SHA for 1f94d33
packages/mcp-server/src/mcp/utils.ts
@@ -1,6 +1,6 @@
1
import * as v from 'valibot';
2
import { documentation_sections_schema } from '../mcp/schemas/index.js';
3
-import summaryData from '../use_cases.json' with { type: 'json' };
+import summary_data from '../use_cases.json' with { type: 'json' };
4
5
export async function fetch_with_timeout(
6
url: string,
0 commit comments