@insforge/mcp 1.1.7-dev.6 → 1.1.7-dev.7
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.
|
@@ -850,8 +850,8 @@ function registerInsforgeTools(server, config = {}) {
|
|
|
850
850
|
"fetch-docs",
|
|
851
851
|
'Fetch Insforge documentation. Use "instructions" for essential backend setup (MANDATORY FIRST), or select specific SDK docs for database, auth, storage, functions, or AI integration.',
|
|
852
852
|
{
|
|
853
|
-
docType: z14.enum(["instructions", "db-sdk", "auth-sdk", "storage-sdk", "functions-sdk", "ai-integration-sdk", "auth-components-nextjs"]).describe(
|
|
854
|
-
'Documentation type: "instructions" (essential backend setup - use FIRST), "db-sdk" (database operations), "auth-sdk" (authentication), "storage-sdk" (file storage), "functions-sdk" (edge functions), "ai-integration-sdk" (AI features), "auth-components-nextjs" (authentication components for Next.js applications)'
|
|
853
|
+
docType: z14.enum(["instructions", "db-sdk", "auth-sdk", "storage-sdk", "functions-sdk", "ai-integration-sdk", "auth-components-nextjs", "auth-components-react", "auth-components-customization"]).describe(
|
|
854
|
+
'Documentation type: "instructions" (essential backend setup - use FIRST), "db-sdk" (database operations), "auth-sdk" (authentication), "storage-sdk" (file storage), "functions-sdk" (edge functions), "ai-integration-sdk" (AI features), "auth-components-nextjs" (authentication components for Next.js applications) "auth-components-react" (authentication components for React applications) "auth-components-customization" (authentication components customization)'
|
|
855
855
|
)
|
|
856
856
|
},
|
|
857
857
|
withUsageTracking("fetch-docs", async ({ docType }) => {
|
package/dist/http-server.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED