@insforge/mcp 1.1.7-dev.17 → 1.1.7-dev.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1055,7 +1055,7 @@ ${JSON.stringify(metadata, null, 2)}`
|
|
|
1055
1055
|
);
|
|
1056
1056
|
server.tool(
|
|
1057
1057
|
"download-template",
|
|
1058
|
-
|
|
1058
|
+
"CRITICAL: MANDATORY FIRST STEP for all new InsForge projects. Download pre-configured starter template (React/Next.js/React Router). ALWAYS use this tool BEFORE any other setup when starting a new project.",
|
|
1059
1059
|
{
|
|
1060
1060
|
frame: z14.enum(["react"]).describe("Framework to use for the template (currently only React is supported)")
|
|
1061
1061
|
},
|
|
@@ -1069,7 +1069,7 @@ ${JSON.stringify(metadata, null, 2)}`
|
|
|
1069
1069
|
}
|
|
1070
1070
|
});
|
|
1071
1071
|
const result = await handleApiResponse(response);
|
|
1072
|
-
const anonKey = result.
|
|
1072
|
+
const anonKey = result.accessToken;
|
|
1073
1073
|
if (!anonKey) {
|
|
1074
1074
|
throw new Error("Failed to retrieve anon key from backend");
|
|
1075
1075
|
}
|
package/dist/http-server.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED