@idealyst/mcp-server 1.2.133 → 1.2.134

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/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  storageGuides,
8
8
  toolDefinitions,
9
9
  translateGuides
10
- } from "./chunk-QM67ZCZ4.js";
10
+ } from "./chunk-WWUXNKB4.js";
11
11
 
12
12
  // src/index.ts
13
13
  import { Server } from "@modelcontextprotocol/sdk/server/index.js";
@@ -24295,7 +24295,7 @@ var import_url = require("url");
24295
24295
  // src/generated/types.json
24296
24296
  var types_default = {
24297
24297
  version: "1.0.93",
24298
- extractedAt: "2026-03-26T20:48:57.849Z",
24298
+ extractedAt: "2026-03-26T21:04:11.154Z",
24299
24299
  components: {
24300
24300
  Accordion: {
24301
24301
  name: "Accordion",
@@ -26657,13 +26657,13 @@ var types_default = {
26657
26657
  },
26658
26658
  {
26659
26659
  name: "onPress",
26660
- type: "(() => void) | undefined",
26660
+ type: '((event: import("/home/nicho/Development/idealyst-framework/packages/components/src/utils/events/types").PressEvent) => void) | undefined',
26661
26661
  required: false,
26662
26662
  description: "Called when the button is pressed"
26663
26663
  },
26664
26664
  {
26665
26665
  name: "onClick",
26666
- type: "(() => void) | undefined",
26666
+ type: '((event: import("/home/nicho/Development/idealyst-framework/packages/components/src/utils/events/types").PressEvent) => void) | undefined',
26667
26667
  required: false,
26668
26668
  description: ""
26669
26669
  },
@@ -26716,7 +26716,7 @@ var types_default = {
26716
26716
  description: "Test ID for testing"
26717
26717
  }
26718
26718
  ],
26719
- typeDefinition: "export interface IconButtonProps extends BaseProps, InteractiveAccessibilityProps {\n /**\n * The icon to display. Can be an icon name string or a custom ReactNode.\n */\n icon: IconName | ReactNode;\n\n /**\n * Called when the button is pressed\n */\n onPress?: () => void;\n\n /**\n * @deprecated Use `onPress` instead. This prop exists for web compatibility only.\n * Using onClick will log a deprecation warning in development.\n */\n onClick?: () => void;\n\n /**\n * Whether the button is disabled\n */\n disabled?: boolean;\n\n /**\n * The visual style type of the button\n */\n type?: IconButtonType;\n\n /**\n * The intent/color scheme of the button\n */\n intent?: IconButtonIntentVariant;\n\n /**\n * The size of the button\n */\n size?: IconButtonSizeVariant;\n\n /**\n * Apply a gradient background enhancement.\n * Only applies to 'contained' button type.\n */\n gradient?: IconButtonGradient;\n\n /**\n * Whether the button is in a loading state.\n * When true, shows a spinner and disables interaction.\n * The spinner color matches the icon color.\n */\n loading?: boolean;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
26719
+ typeDefinition: "export interface IconButtonProps extends BaseProps, InteractiveAccessibilityProps {\n /**\n * The icon to display. Can be an icon name string or a custom ReactNode.\n */\n icon: IconName | ReactNode;\n\n /**\n * Called when the button is pressed\n */\n onPress?: (event: PressEvent) => void;\n\n /**\n * @deprecated Use `onPress` instead. This prop exists for web compatibility only.\n * Using onClick will log a deprecation warning in development.\n */\n onClick?: (event: PressEvent) => void;\n\n /**\n * Whether the button is disabled\n */\n disabled?: boolean;\n\n /**\n * The visual style type of the button\n */\n type?: IconButtonType;\n\n /**\n * The intent/color scheme of the button\n */\n intent?: IconButtonIntentVariant;\n\n /**\n * The size of the button\n */\n size?: IconButtonSizeVariant;\n\n /**\n * Apply a gradient background enhancement.\n * Only applies to 'contained' button type.\n */\n gradient?: IconButtonGradient;\n\n /**\n * Whether the button is in a loading state.\n * When true, shows a spinner and disables interaction.\n * The spinner color matches the icon color.\n */\n loading?: boolean;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
26720
26720
  relatedTypes: {
26721
26721
  IconButtonType: "export type IconButtonType = 'contained' | 'outlined' | 'text';",
26722
26722
  IconButtonIntentVariant: "export type IconButtonIntentVariant = Intent;",
@@ -26739,13 +26739,13 @@ var types_default = {
26739
26739
  },
26740
26740
  onPress: {
26741
26741
  name: "onPress",
26742
- type: "(() => void) | undefined",
26742
+ type: "((event: PressEvent) => void) | undefined",
26743
26743
  description: "Called when the button is pressed",
26744
26744
  required: false
26745
26745
  },
26746
26746
  onClick: {
26747
26747
  name: "onClick",
26748
- type: "(() => void) | undefined",
26748
+ type: "((event: PressEvent) => void) | undefined",
26749
26749
  required: false
26750
26750
  },
26751
26751
  disabled: {
@@ -63318,13 +63318,13 @@ var types_default = {
63318
63318
  },
63319
63319
  onPress: {
63320
63320
  name: "onPress",
63321
- type: "(() => void) | undefined",
63321
+ type: "((event: PressEvent) => void) | undefined",
63322
63322
  description: "Called when the button is pressed",
63323
63323
  required: false
63324
63324
  },
63325
63325
  onClick: {
63326
63326
  name: "onClick",
63327
- type: "(() => void) | undefined",
63327
+ type: "((event: PressEvent) => void) | undefined",
63328
63328
  required: false
63329
63329
  },
63330
63330
  disabled: {