@homespunapps/mcp
Advanced tools
@@ -1,1 +0,1 @@ | ||
| export declare const VERSION = "1.6.74"; | ||
| export declare const VERSION = "1.6.75"; |
+1
-1
| // Single source of the package version, reported in the MCP server's | ||
| // serverInfo. Kept in sync with package.json by the release tooling. | ||
| export const VERSION = "1.6.74"; | ||
| export const VERSION = "1.6.75"; |
+2
-2
| { | ||
| "name": "@homespunapps/mcp", | ||
| "mcpName": "dev.homespun/homespun", | ||
| "version": "1.6.74", | ||
| "version": "1.6.75", | ||
| "description": "Model Context Protocol (stdio) server for Homespun: lets any MCP client (Claude Desktop, Cursor, …) deploy a multi-user web app with hosting, auth, a shared database and permissions included.", | ||
@@ -49,3 +49,3 @@ "license": "MIT", | ||
| "@modelcontextprotocol/sdk": "^1.30.0", | ||
| "@homespunapps/core": "^1.6.74", | ||
| "@homespunapps/core": "^1.6.75", | ||
| "zod": "^4.4.3" | ||
@@ -52,0 +52,0 @@ }, |
+2
-2
@@ -6,3 +6,3 @@ { | ||
| "description": "Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.", | ||
| "version": "1.6.74", | ||
| "version": "1.6.75", | ||
| "websiteUrl": "https://homespun.dev", | ||
@@ -14,3 +14,3 @@ "packages": [ | ||
| "identifier": "@homespunapps/mcp", | ||
| "version": "1.6.74", | ||
| "version": "1.6.75", | ||
| "transport": { | ||
@@ -17,0 +17,0 @@ "type": "stdio" |
Updated