@tanstack/cta-framework-react-cra 0.34.15 → 0.34.16

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,5 +1,4 @@
1
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <ellipse cx="16.0003" cy="16" rx="4.99998" ry="5" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
3
- <path d="M25.0091 27.8382C25.4345 28.2636 25.3918 28.9679 24.8919 29.3027C22.3488 31.0062 19.2899 31.9997 15.9991 31.9997C12.7082 31.9997 9.64935 31.0062 7.10616 29.3027C6.60633 28.9679 6.56361 28.2636 6.98901 27.8382L10.6429 24.1843C10.9732 23.854 11.4855 23.8019 11.9012 24.0148C13.1303 24.6445 14.5232 24.9997 15.9991 24.9997C17.4749 24.9997 18.8678 24.6445 20.0969 24.0148C20.5126 23.8019 21.0249 23.854 21.3552 24.1843L25.0091 27.8382Z" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
4
- <path opacity="0.6" d="M24.8928 2.697C25.3926 3.0318 25.4353 3.73609 25.0099 4.16149L21.356 7.81544C21.0258 8.14569 20.5134 8.19785 20.0978 7.98491C18.8687 7.35525 17.4758 7 15.9999 7C11.0294 7 6.99997 11.0294 6.99997 16C6.99997 17.4759 7.35522 18.8688 7.98488 20.0979C8.19782 20.5136 8.14565 21.0259 7.81541 21.3561L4.16147 25.0101C3.73607 25.4355 3.03178 25.3927 2.69698 24.8929C0.993522 22.3497 0 19.2909 0 16C0 7.16344 7.16341 0 15.9999 0C19.2908 0 22.3496 0.993529 24.8928 2.697Z" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
1
+ <svg width="32" height="32" viewBox="0 0 242 242" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1 120.999C1 125.559 2.2 130.119 4.52 134.039L46.5999 206.919C50.9199 214.359 57.4799 220.44 65.6399 223.16C81.7199 228.52 98.3599 221.64 106.28 207.88L116.44 190.279L76.3599 120.999L128.84 30.04C131.88 24.76 135.96 20.44 140.76 17H75.4799C64.0399 17 53.4799 23.08 47.7999 33L4.52 107.96C2.2 111.88 1 116.439 1 120.999Z" fill="#FFFFFF"/>
3
+ <path d="M241 120.999C241 116.439 239.8 111.879 237.48 107.959L194.84 34.1192C186.92 20.4392 170.28 13.5592 154.2 18.8392C146.04 21.5592 139.48 27.6392 135.16 35.0792L125.56 51.6392L165.64 120.999L113.16 211.958C110.12 217.158 106.04 221.558 101.24 224.998H166.52C177.96 224.998 188.52 218.918 194.2 208.998L237.48 134.039C239.8 130.119 241 125.559 241 120.999Z" fill="#FFFFFF"/>
5
4
  </svg>
package/dist/checksum.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  // Generated from add-ons, examples, hosts, project, and toolchains directories
3
- export const contentChecksum = 'b8aed4bd3da4fd99c4df983c4bf13aaeabc3f044035f5b2849a4075ccb244ce6';
3
+ export const contentChecksum = 'e38819db387988a9b4668e428b3622f34968b38be60bded5fa0c739030a03d34';
@@ -1 +1 @@
1
- export declare const contentChecksum = "b8aed4bd3da4fd99c4df983c4bf13aaeabc3f044035f5b2849a4075ccb244ce6";
1
+ export declare const contentChecksum = "e38819db387988a9b4668e428b3622f34968b38be60bded5fa0c739030a03d34";
@@ -1,5 +1,6 @@
1
- import { experimental_createMCPClient, tool } from 'ai'
2
- //import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js";
1
+ import { tool } from 'ai'
2
+ // import { experimental_createMCPClient } from '@ai-sdk/mcp'
3
+ // import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js";
3
4
  import { z } from 'zod'
4
5
 
5
6
  import guitars from '../data/example-guitars'
@@ -44,7 +45,7 @@ const recommendGuitar = tool({
44
45
  })
45
46
 
46
47
  export default async function getTools() {
47
- // const mcpTools = await mcpCient.tools()
48
+ // const mcpTools = await mcpClient.tools()
48
49
  return {
49
50
  // ...mcpTools,
50
51
  getGuitars,
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "@ai-sdk/anthropic": "^2.0.1",
4
+ "@ai-sdk/mcp": "^0.0.5",
4
5
  "@ai-sdk/react": "^2.0.8",
5
6
  "@modelcontextprotocol/sdk": "^1.8.0",
6
7
  "ai": "^5.0.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-framework-react-cra",
3
- "version": "0.34.15",
3
+ "version": "0.34.16",
4
4
  "description": "CTA Framework for React (Create React App)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/checksum.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  // Generated from add-ons, examples, hosts, project, and toolchains directories
3
- export const contentChecksum = 'b8aed4bd3da4fd99c4df983c4bf13aaeabc3f044035f5b2849a4075ccb244ce6'
3
+ export const contentChecksum = 'e38819db387988a9b4668e428b3622f34968b38be60bded5fa0c739030a03d34'