@insforge/mcp 1.2.6-dev.0 → 1.2.6-dev.1
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.
package/README.md
CHANGED
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
|
|
13
13
|
# Insforge MCP Server
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
InsForge turns your coding agents into full-stack builders, letting them add backend features like auth, databases, file storage, serverless functions, and LLMs to your apps in seconds.
|
|
16
|
+
|
|
17
|
+
This repo is Model Context Protocol server for [Insforge](https://github.com/InsForge/insforge).
|
|
16
18
|
|
|
17
19
|
<a href="https://glama.ai/mcp/servers/@InsForge/insforge-mcp">
|
|
18
20
|
<img width="380" height="200" src="https://glama.ai/mcp/servers/@InsForge/insforge-mcp/badge" alt="Insforge Server MCP server" />
|
|
@@ -90,4 +92,4 @@ Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
|
|
|
90
92
|
|
|
91
93
|
---
|
|
92
94
|
|
|
93
|
-
Part of the [Insforge](https://github.com/InsForge/insforge) project.
|
|
95
|
+
Part of the [Insforge](https://github.com/InsForge/insforge) project.
|
|
@@ -1305,8 +1305,8 @@ var TOOL_VERSION_REQUIREMENTS = {
|
|
|
1305
1305
|
// 'delete-schedule': { minVersion: '1.1.1' },
|
|
1306
1306
|
// 'get-schedules': { minVersion: '1.1.1' },
|
|
1307
1307
|
// 'get-schedule-logs': { minVersion: '1.1.1' },
|
|
1308
|
-
"create-deployment": { minVersion: "1.4.7" }
|
|
1309
|
-
|
|
1308
|
+
"create-deployment": { minVersion: "1.4.7" },
|
|
1309
|
+
"fetch-sdk-docs": { minVersion: "1.5.1" }
|
|
1310
1310
|
// Example of a deprecated tool (uncomment when needed):
|
|
1311
1311
|
// 'legacy-tool': { minVersion: '1.0.0', maxVersion: '1.5.0' },
|
|
1312
1312
|
};
|
package/dist/http-server.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@insforge/mcp",
|
|
3
|
-
"version": "1.2.6-dev.
|
|
3
|
+
"version": "1.2.6-dev.1",
|
|
4
4
|
"description": "MCP (Model Context Protocol) server for Insforge backend-as-a-service",
|
|
5
5
|
"mcpName": "io.github.InsForge/insforge-mcp",
|
|
6
6
|
"type": "module",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"server.json"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@insforge/shared-schemas": "1.1.
|
|
39
|
+
"@insforge/shared-schemas": "1.1.42",
|
|
40
40
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
41
41
|
"@types/express": "^5.0.3",
|
|
42
42
|
"archiver": "^7.0.1",
|