@withgoogle/stitch-sdk 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/bin/cli.js +5 -6
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -31,13 +31,12 @@ let _mainDone = false;
31
31
 
32
32
  function _finish() {
33
33
  process.stderr.write(`
34
- stitch-sdk has not yet been released.
34
+ @withgoogle/stitch-sdk has not yet been released.
35
35
 
36
- While the command-line interface is still in development, the Stitch
37
- MCP server already provides the full feature set. Setup instructions
38
- for the MCP server are available at:
39
-
40
- https://stitch-production.org/docs/mcp/setup
36
+ @withgoogle/stitch-sdk is the new version but is still under development. Currently you
37
+ still need to use the old Vercel AI SDK (install with 'npm install @google/stitch-sdk ai @ai-sdk/google').
38
+ Alternitevly you can use the Stitch MCP server for full functionality.
39
+ Consult the documentation: https://stitch.withgoogle.com/docs/mcp/setup
41
40
 
42
41
  `);
43
42
  process.exit(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withgoogle/stitch-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "cli for the stitch design platform",
5
5
  "type": "module",
6
6
  "bin": {