@insforge/mcp 1.1.7-dev.26 → 1.1.7-dev.28
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.
|
@@ -855,8 +855,8 @@ function registerInsforgeTools(server, config = {}) {
|
|
|
855
855
|
"fetch-docs",
|
|
856
856
|
'Fetch Insforge documentation. Use "instructions" for essential backend setup (MANDATORY FIRST), or select specific SDK docs for database, auth, storage, functions, or AI integration.',
|
|
857
857
|
{
|
|
858
|
-
docType: z14.enum(["instructions", "db-sdk", "storage-sdk", "functions-sdk", "ai-integration-sdk", "auth-components-react"
|
|
859
|
-
'Documentation type: "instructions" (essential backend setup - use FIRST), "db-sdk" (database operations), "storage-sdk" (file storage), "functions-sdk" (edge functions), "ai-integration-sdk" (AI features), "auth-components-react" (authentication components for React+Vite applications
|
|
858
|
+
docType: z14.enum(["instructions", "db-sdk", "storage-sdk", "functions-sdk", "ai-integration-sdk", "auth-components-react"]).describe(
|
|
859
|
+
'Documentation type: "instructions" (essential backend setup - use FIRST), "db-sdk" (database operations), "storage-sdk" (file storage), "functions-sdk" (edge functions), "ai-integration-sdk" (AI features), "auth-components-react" (authentication components for React+Vite applications,'
|
|
860
860
|
)
|
|
861
861
|
},
|
|
862
862
|
withUsageTracking("fetch-docs", async ({ docType }) => {
|
|
@@ -1087,7 +1087,7 @@ ${JSON.stringify(metadata, null, 2)}`
|
|
|
1087
1087
|
}
|
|
1088
1088
|
} catch (error) {
|
|
1089
1089
|
}
|
|
1090
|
-
const command = `npx create-insforge-app ${targetDir} --frame ${frame} --base-url ${API_BASE_URL} --anon-key ${anonKey}`;
|
|
1090
|
+
const command = `npx create-insforge-app ${targetDir} --frame ${frame} --base-url ${API_BASE_URL} --anon-key ${anonKey} --skip-install`;
|
|
1091
1091
|
const { stdout, stderr } = await execAsync(command, {
|
|
1092
1092
|
maxBuffer: 10 * 1024 * 1024,
|
|
1093
1093
|
// 10MB buffer
|
package/dist/http-server.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED