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 1f94d33 commit 522fae6Copy full SHA for 522fae6
packages/mcp-server/src/mcp/utils.ts
@@ -17,7 +17,7 @@ export async function fetch_with_timeout(
17
}
18
19
20
-const summaries = (summaryData.summaries || {}) as Record<string, string>;
+const summaries = (summary_data.summaries || {}) as Record<string, string>;
21
22
export async function get_sections() {
23
const sections = await fetch_with_timeout(
0 commit comments