multisite-cms-mcp 1.7.3 → 1.7.4

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.
@@ -1 +1 @@
1
- {"version":3,"file":"device-flow.d.ts","sourceRoot":"","sources":["../../src/lib/device-flow.ts"],"names":[],"mappings":"AA0DA;;;GAGG;AACH,wBAAsB,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC,CA+FvD;AA0ED;;;GAGG;AACH,wBAAsB,mBAAmB,IAAI,OAAO,CAAC;IAAE,aAAa,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC,CAuBhG"}
1
+ {"version":3,"file":"device-flow.d.ts","sourceRoot":"","sources":["../../src/lib/device-flow.ts"],"names":[],"mappings":"AA0DA;;;GAGG;AACH,wBAAsB,eAAe,IAAI,OAAO,CAAC,MAAM,CAAC,CAqGvD;AA0ED;;;GAGG;AACH,wBAAsB,mBAAmB,IAAI,OAAO,CAAC;IAAE,aAAa,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC,CAuBhG"}
@@ -130,6 +130,9 @@ ${authResponse.verification_uri}
130
130
 
131
131
  And enter this code: ${authResponse.user_code}
132
132
 
133
+ **Don't have a Fast Mode account?**
134
+ Sign up at https://fastmode.ai first, then return here.
135
+
133
136
  Waiting for authorization...
134
137
  `);
135
138
  // Start polling
@@ -151,7 +154,10 @@ You can now use FastMode MCP tools.
151
154
 
152
155
  ${pollResult.error || 'Authorization timed out or was denied.'}
153
156
 
154
- Please try again with \`list_projects\` or \`get_tenant_schema\`.
157
+ **Don't have an account?**
158
+ Sign up at https://fastmode.ai and then try again.
159
+
160
+ **To retry:** Call any authenticated tool like \`list_projects\` to start a new auth flow.
155
161
  `;
156
162
  }
157
163
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multisite-cms-mcp",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "MCP server for Fast Mode CMS. Convert websites, validate packages, and deploy directly to Fast Mode. Includes authentication, project creation, schema sync, and one-click deployment.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {