@idealyst/mcp-server 1.2.114 → 1.2.116
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/{generated/types.json → chunk-TLA6ZBC5.js} +33547 -8687
- package/dist/chunk-TLA6ZBC5.js.map +1 -0
- package/dist/index.cjs +45497 -1681
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +299 -136
- package/dist/index.js.map +1 -1
- package/dist/tools/index.cjs +48570 -4913
- package/dist/tools/index.cjs.map +1 -1
- package/dist/tools/index.d.cts +15 -4
- package/dist/tools/index.d.ts +15 -4
- package/dist/tools/index.js +5 -1
- package/package.json +7 -7
- package/dist/chunk-7WPOVADU.js +0 -22319
- package/dist/chunk-7WPOVADU.js.map +0 -1
package/dist/tools/index.d.cts
CHANGED
|
@@ -124,6 +124,12 @@ interface GetBiometricsGuideArgs {
|
|
|
124
124
|
interface GetPaymentsGuideArgs {
|
|
125
125
|
topic: "overview" | "api" | "examples";
|
|
126
126
|
}
|
|
127
|
+
interface GetNotificationsGuideArgs {
|
|
128
|
+
topic: "overview" | "api" | "examples";
|
|
129
|
+
}
|
|
130
|
+
interface GetLiveActivityGuideArgs {
|
|
131
|
+
topic: "overview" | "api" | "examples";
|
|
132
|
+
}
|
|
127
133
|
interface ListPackagesArgs {
|
|
128
134
|
category?: "core" | "ui" | "media" | "data" | "auth" | "utility" | "tooling";
|
|
129
135
|
}
|
|
@@ -149,8 +155,8 @@ interface GetInstallGuideArgs {
|
|
|
149
155
|
}
|
|
150
156
|
interface GetIntroArgs {
|
|
151
157
|
}
|
|
152
|
-
type ToolName = "list_components" | "get_component_docs" | "get_component_example" | "search_components" | "get_component_types" | "get_component_examples_ts" | "get_cli_usage" | "search_icons" | "get_theme_types" | "get_navigation_types" | "get_translate_guide" | "get_storage_guide" | "get_audio_guide" | "get_camera_guide" | "get_files_guide" | "get_oauth_client_guide" | "get_animate_guide" | "get_datagrid_guide" | "get_datepicker_guide" | "get_lottie_guide" | "get_markdown_guide" | "get_config_guide" | "get_charts_guide" | "get_clipboard_guide" | "get_biometrics_guide" | "get_payments_guide" | "list_packages" | "get_package_docs" | "search_packages" | "list_recipes" | "get_recipe" | "search_recipes" | "get_install_guide" | "get_intro";
|
|
153
|
-
type ToolArgs = ListComponentsArgs | GetComponentDocsArgs | GetComponentExampleArgs | SearchComponentsArgs | GetComponentTypesArgs | GetComponentExamplesTsArgs | GetCliUsageArgs | SearchIconsArgs | GetThemeTypesArgs | GetNavigationTypesArgs | GetTranslateGuideArgs | GetStorageGuideArgs | GetAudioGuideArgs | GetCameraGuideArgs | GetFilesGuideArgs | GetOauthClientGuideArgs | GetAnimateGuideArgs | GetDatagridGuideArgs | GetDatepickerGuideArgs | GetLottieGuideArgs | GetMarkdownGuideArgs | GetConfigGuideArgs | GetChartsGuideArgs | GetClipboardGuideArgs | GetBiometricsGuideArgs | GetPaymentsGuideArgs | ListPackagesArgs | GetPackageDocsArgs | SearchPackagesArgs | ListRecipesArgs | GetRecipeArgs | SearchRecipesArgs | GetInstallGuideArgs | GetIntroArgs;
|
|
158
|
+
type ToolName = "list_components" | "get_component_docs" | "get_component_example" | "search_components" | "get_component_types" | "get_component_examples_ts" | "get_cli_usage" | "search_icons" | "get_theme_types" | "get_navigation_types" | "get_translate_guide" | "get_storage_guide" | "get_audio_guide" | "get_camera_guide" | "get_files_guide" | "get_oauth_client_guide" | "get_animate_guide" | "get_datagrid_guide" | "get_datepicker_guide" | "get_lottie_guide" | "get_markdown_guide" | "get_config_guide" | "get_charts_guide" | "get_clipboard_guide" | "get_biometrics_guide" | "get_payments_guide" | "get_notifications_guide" | "get_live_activity_guide" | "list_packages" | "get_package_docs" | "search_packages" | "list_recipes" | "get_recipe" | "search_recipes" | "get_install_guide" | "get_intro";
|
|
159
|
+
type ToolArgs = ListComponentsArgs | GetComponentDocsArgs | GetComponentExampleArgs | SearchComponentsArgs | GetComponentTypesArgs | GetComponentExamplesTsArgs | GetCliUsageArgs | SearchIconsArgs | GetThemeTypesArgs | GetNavigationTypesArgs | GetTranslateGuideArgs | GetStorageGuideArgs | GetAudioGuideArgs | GetCameraGuideArgs | GetFilesGuideArgs | GetOauthClientGuideArgs | GetAnimateGuideArgs | GetDatagridGuideArgs | GetDatepickerGuideArgs | GetLottieGuideArgs | GetMarkdownGuideArgs | GetConfigGuideArgs | GetChartsGuideArgs | GetClipboardGuideArgs | GetBiometricsGuideArgs | GetPaymentsGuideArgs | GetNotificationsGuideArgs | GetLiveActivityGuideArgs | ListPackagesArgs | GetPackageDocsArgs | SearchPackagesArgs | ListRecipesArgs | GetRecipeArgs | SearchRecipesArgs | GetInstallGuideArgs | GetIntroArgs;
|
|
154
160
|
|
|
155
161
|
/**
|
|
156
162
|
* Tool Definitions
|
|
@@ -185,6 +191,7 @@ declare const getChartsGuideDefinition: ToolDefinition;
|
|
|
185
191
|
declare const getClipboardGuideDefinition: ToolDefinition;
|
|
186
192
|
declare const getBiometricsGuideDefinition: ToolDefinition;
|
|
187
193
|
declare const getPaymentsGuideDefinition: ToolDefinition;
|
|
194
|
+
declare const getNotificationsGuideDefinition: ToolDefinition;
|
|
188
195
|
declare const listPackagesDefinition: ToolDefinition;
|
|
189
196
|
declare const getPackageDocsDefinition: ToolDefinition;
|
|
190
197
|
declare const searchPackagesDefinition: ToolDefinition;
|
|
@@ -211,7 +218,7 @@ declare const toolDefinitionMap: Record<string, ToolDefinition>;
|
|
|
211
218
|
* These handlers can be used directly or through an MCP server.
|
|
212
219
|
*
|
|
213
220
|
* Component documentation now uses:
|
|
214
|
-
* - Types:
|
|
221
|
+
* - Types: Pre-generated and bundled from generated/types.json at build time
|
|
215
222
|
* - Examples: Type-checked .examples.tsx files in examples/components/
|
|
216
223
|
* - Metadata: Minimal static metadata (category, description, features, best practices)
|
|
217
224
|
*/
|
|
@@ -330,6 +337,10 @@ declare function getBiometricsGuide(args: GetBiometricsGuideArgs): ToolResponse;
|
|
|
330
337
|
* Get documentation for the payments package
|
|
331
338
|
*/
|
|
332
339
|
declare function getPaymentsGuide(args: GetPaymentsGuideArgs): ToolResponse;
|
|
340
|
+
/**
|
|
341
|
+
* Get documentation for the notifications package
|
|
342
|
+
*/
|
|
343
|
+
declare function getNotificationsGuide(args: GetNotificationsGuideArgs): ToolResponse;
|
|
333
344
|
/**
|
|
334
345
|
* List all available packages
|
|
335
346
|
*/
|
|
@@ -388,4 +399,4 @@ declare function getComponentRegistry(): Record<string, any>;
|
|
|
388
399
|
*/
|
|
389
400
|
declare function getRegistryThemeValues(): any;
|
|
390
401
|
|
|
391
|
-
export { type GetAnimateGuideArgs, type GetAudioGuideArgs, type GetBiometricsGuideArgs, type GetCameraGuideArgs, type GetChartsGuideArgs, type GetCliUsageArgs, type GetClipboardGuideArgs, type GetComponentDocsArgs, type GetComponentExampleArgs, type GetComponentExamplesTsArgs, type GetComponentTypesArgs, type GetConfigGuideArgs, type GetDatagridGuideArgs, type GetDatepickerGuideArgs, type GetFilesGuideArgs, type GetInstallGuideArgs, type GetIntroArgs, type GetLottieGuideArgs, type GetMarkdownGuideArgs, type GetNavigationTypesArgs, type GetOauthClientGuideArgs, type GetPackageDocsArgs, type GetPaymentsGuideArgs, type GetRecipeArgs, type GetStorageGuideArgs, type GetThemeTypesArgs, type GetTranslateGuideArgs, type ListComponentsArgs, type ListPackagesArgs, type ListRecipesArgs, type PropertySchema, type SearchComponentsArgs, type SearchIconsArgs, type SearchPackagesArgs, type SearchRecipesArgs, type ToolArgs, type ToolContent, type ToolDefinition, type ToolHandler, type ToolInputSchema, type ToolName, type ToolResponse, callTool, getAnimateGuide, getAnimateGuideDefinition, getAudioGuide, getAudioGuideDefinition, getAvailableComponents, getBiometricsGuide, getBiometricsGuideDefinition, getCameraGuide, getCameraGuideDefinition, getChartsGuide, getChartsGuideDefinition, getCliUsage, getCliUsageDefinition, getClipboardGuide, getClipboardGuideDefinition, getComponentDocs, getComponentDocsDefinition, getComponentExample, getComponentExampleDefinition, getComponentExamplesTs, getComponentExamplesTsDefinition, getComponentRegistry, getComponentTypes, getComponentTypesDefinition, getConfigGuide, getConfigGuideDefinition, getDatagridGuide, getDatagridGuideDefinition, getDatepickerGuide, getDatepickerGuideDefinition, getFilesGuide, getFilesGuideDefinition, getInstallGuide, getInstallGuideDefinition, getIntro, getIntroDefinition, getLottieGuide, getLottieGuideDefinition, getMarkdownGuide, getMarkdownGuideDefinition, getNavigationTypes, getNavigationTypesDefinition, getOauthClientGuide, getOauthClientGuideDefinition, getPackageDocs, getPackageDocsDefinition, getPaymentsGuide, getPaymentsGuideDefinition, getRecipe, getRecipeDefinition, getRegistryThemeValues, getStorageGuide, getStorageGuideDefinition, getThemeTypes, getThemeTypesDefinition, getTranslateGuide, getTranslateGuideDefinition, listComponents, listComponentsDefinition, listPackages, listPackagesDefinition, listRecipes, listRecipesDefinition, searchComponents, searchComponentsDefinition, searchIcons, searchIconsDefinition, searchPackages, searchPackagesDefinition, searchRecipes, searchRecipesDefinition, toolDefinitionMap, toolDefinitions, toolHandlers };
|
|
402
|
+
export { type GetAnimateGuideArgs, type GetAudioGuideArgs, type GetBiometricsGuideArgs, type GetCameraGuideArgs, type GetChartsGuideArgs, type GetCliUsageArgs, type GetClipboardGuideArgs, type GetComponentDocsArgs, type GetComponentExampleArgs, type GetComponentExamplesTsArgs, type GetComponentTypesArgs, type GetConfigGuideArgs, type GetDatagridGuideArgs, type GetDatepickerGuideArgs, type GetFilesGuideArgs, type GetInstallGuideArgs, type GetIntroArgs, type GetLottieGuideArgs, type GetMarkdownGuideArgs, type GetNavigationTypesArgs, type GetNotificationsGuideArgs, type GetOauthClientGuideArgs, type GetPackageDocsArgs, type GetPaymentsGuideArgs, type GetRecipeArgs, type GetStorageGuideArgs, type GetThemeTypesArgs, type GetTranslateGuideArgs, type ListComponentsArgs, type ListPackagesArgs, type ListRecipesArgs, type PropertySchema, type SearchComponentsArgs, type SearchIconsArgs, type SearchPackagesArgs, type SearchRecipesArgs, type ToolArgs, type ToolContent, type ToolDefinition, type ToolHandler, type ToolInputSchema, type ToolName, type ToolResponse, callTool, getAnimateGuide, getAnimateGuideDefinition, getAudioGuide, getAudioGuideDefinition, getAvailableComponents, getBiometricsGuide, getBiometricsGuideDefinition, getCameraGuide, getCameraGuideDefinition, getChartsGuide, getChartsGuideDefinition, getCliUsage, getCliUsageDefinition, getClipboardGuide, getClipboardGuideDefinition, getComponentDocs, getComponentDocsDefinition, getComponentExample, getComponentExampleDefinition, getComponentExamplesTs, getComponentExamplesTsDefinition, getComponentRegistry, getComponentTypes, getComponentTypesDefinition, getConfigGuide, getConfigGuideDefinition, getDatagridGuide, getDatagridGuideDefinition, getDatepickerGuide, getDatepickerGuideDefinition, getFilesGuide, getFilesGuideDefinition, getInstallGuide, getInstallGuideDefinition, getIntro, getIntroDefinition, getLottieGuide, getLottieGuideDefinition, getMarkdownGuide, getMarkdownGuideDefinition, getNavigationTypes, getNavigationTypesDefinition, getNotificationsGuide, getNotificationsGuideDefinition, getOauthClientGuide, getOauthClientGuideDefinition, getPackageDocs, getPackageDocsDefinition, getPaymentsGuide, getPaymentsGuideDefinition, getRecipe, getRecipeDefinition, getRegistryThemeValues, getStorageGuide, getStorageGuideDefinition, getThemeTypes, getThemeTypesDefinition, getTranslateGuide, getTranslateGuideDefinition, listComponents, listComponentsDefinition, listPackages, listPackagesDefinition, listRecipes, listRecipesDefinition, searchComponents, searchComponentsDefinition, searchIcons, searchIconsDefinition, searchPackages, searchPackagesDefinition, searchRecipes, searchRecipesDefinition, toolDefinitionMap, toolDefinitions, toolHandlers };
|
package/dist/tools/index.d.ts
CHANGED
|
@@ -124,6 +124,12 @@ interface GetBiometricsGuideArgs {
|
|
|
124
124
|
interface GetPaymentsGuideArgs {
|
|
125
125
|
topic: "overview" | "api" | "examples";
|
|
126
126
|
}
|
|
127
|
+
interface GetNotificationsGuideArgs {
|
|
128
|
+
topic: "overview" | "api" | "examples";
|
|
129
|
+
}
|
|
130
|
+
interface GetLiveActivityGuideArgs {
|
|
131
|
+
topic: "overview" | "api" | "examples";
|
|
132
|
+
}
|
|
127
133
|
interface ListPackagesArgs {
|
|
128
134
|
category?: "core" | "ui" | "media" | "data" | "auth" | "utility" | "tooling";
|
|
129
135
|
}
|
|
@@ -149,8 +155,8 @@ interface GetInstallGuideArgs {
|
|
|
149
155
|
}
|
|
150
156
|
interface GetIntroArgs {
|
|
151
157
|
}
|
|
152
|
-
type ToolName = "list_components" | "get_component_docs" | "get_component_example" | "search_components" | "get_component_types" | "get_component_examples_ts" | "get_cli_usage" | "search_icons" | "get_theme_types" | "get_navigation_types" | "get_translate_guide" | "get_storage_guide" | "get_audio_guide" | "get_camera_guide" | "get_files_guide" | "get_oauth_client_guide" | "get_animate_guide" | "get_datagrid_guide" | "get_datepicker_guide" | "get_lottie_guide" | "get_markdown_guide" | "get_config_guide" | "get_charts_guide" | "get_clipboard_guide" | "get_biometrics_guide" | "get_payments_guide" | "list_packages" | "get_package_docs" | "search_packages" | "list_recipes" | "get_recipe" | "search_recipes" | "get_install_guide" | "get_intro";
|
|
153
|
-
type ToolArgs = ListComponentsArgs | GetComponentDocsArgs | GetComponentExampleArgs | SearchComponentsArgs | GetComponentTypesArgs | GetComponentExamplesTsArgs | GetCliUsageArgs | SearchIconsArgs | GetThemeTypesArgs | GetNavigationTypesArgs | GetTranslateGuideArgs | GetStorageGuideArgs | GetAudioGuideArgs | GetCameraGuideArgs | GetFilesGuideArgs | GetOauthClientGuideArgs | GetAnimateGuideArgs | GetDatagridGuideArgs | GetDatepickerGuideArgs | GetLottieGuideArgs | GetMarkdownGuideArgs | GetConfigGuideArgs | GetChartsGuideArgs | GetClipboardGuideArgs | GetBiometricsGuideArgs | GetPaymentsGuideArgs | ListPackagesArgs | GetPackageDocsArgs | SearchPackagesArgs | ListRecipesArgs | GetRecipeArgs | SearchRecipesArgs | GetInstallGuideArgs | GetIntroArgs;
|
|
158
|
+
type ToolName = "list_components" | "get_component_docs" | "get_component_example" | "search_components" | "get_component_types" | "get_component_examples_ts" | "get_cli_usage" | "search_icons" | "get_theme_types" | "get_navigation_types" | "get_translate_guide" | "get_storage_guide" | "get_audio_guide" | "get_camera_guide" | "get_files_guide" | "get_oauth_client_guide" | "get_animate_guide" | "get_datagrid_guide" | "get_datepicker_guide" | "get_lottie_guide" | "get_markdown_guide" | "get_config_guide" | "get_charts_guide" | "get_clipboard_guide" | "get_biometrics_guide" | "get_payments_guide" | "get_notifications_guide" | "get_live_activity_guide" | "list_packages" | "get_package_docs" | "search_packages" | "list_recipes" | "get_recipe" | "search_recipes" | "get_install_guide" | "get_intro";
|
|
159
|
+
type ToolArgs = ListComponentsArgs | GetComponentDocsArgs | GetComponentExampleArgs | SearchComponentsArgs | GetComponentTypesArgs | GetComponentExamplesTsArgs | GetCliUsageArgs | SearchIconsArgs | GetThemeTypesArgs | GetNavigationTypesArgs | GetTranslateGuideArgs | GetStorageGuideArgs | GetAudioGuideArgs | GetCameraGuideArgs | GetFilesGuideArgs | GetOauthClientGuideArgs | GetAnimateGuideArgs | GetDatagridGuideArgs | GetDatepickerGuideArgs | GetLottieGuideArgs | GetMarkdownGuideArgs | GetConfigGuideArgs | GetChartsGuideArgs | GetClipboardGuideArgs | GetBiometricsGuideArgs | GetPaymentsGuideArgs | GetNotificationsGuideArgs | GetLiveActivityGuideArgs | ListPackagesArgs | GetPackageDocsArgs | SearchPackagesArgs | ListRecipesArgs | GetRecipeArgs | SearchRecipesArgs | GetInstallGuideArgs | GetIntroArgs;
|
|
154
160
|
|
|
155
161
|
/**
|
|
156
162
|
* Tool Definitions
|
|
@@ -185,6 +191,7 @@ declare const getChartsGuideDefinition: ToolDefinition;
|
|
|
185
191
|
declare const getClipboardGuideDefinition: ToolDefinition;
|
|
186
192
|
declare const getBiometricsGuideDefinition: ToolDefinition;
|
|
187
193
|
declare const getPaymentsGuideDefinition: ToolDefinition;
|
|
194
|
+
declare const getNotificationsGuideDefinition: ToolDefinition;
|
|
188
195
|
declare const listPackagesDefinition: ToolDefinition;
|
|
189
196
|
declare const getPackageDocsDefinition: ToolDefinition;
|
|
190
197
|
declare const searchPackagesDefinition: ToolDefinition;
|
|
@@ -211,7 +218,7 @@ declare const toolDefinitionMap: Record<string, ToolDefinition>;
|
|
|
211
218
|
* These handlers can be used directly or through an MCP server.
|
|
212
219
|
*
|
|
213
220
|
* Component documentation now uses:
|
|
214
|
-
* - Types:
|
|
221
|
+
* - Types: Pre-generated and bundled from generated/types.json at build time
|
|
215
222
|
* - Examples: Type-checked .examples.tsx files in examples/components/
|
|
216
223
|
* - Metadata: Minimal static metadata (category, description, features, best practices)
|
|
217
224
|
*/
|
|
@@ -330,6 +337,10 @@ declare function getBiometricsGuide(args: GetBiometricsGuideArgs): ToolResponse;
|
|
|
330
337
|
* Get documentation for the payments package
|
|
331
338
|
*/
|
|
332
339
|
declare function getPaymentsGuide(args: GetPaymentsGuideArgs): ToolResponse;
|
|
340
|
+
/**
|
|
341
|
+
* Get documentation for the notifications package
|
|
342
|
+
*/
|
|
343
|
+
declare function getNotificationsGuide(args: GetNotificationsGuideArgs): ToolResponse;
|
|
333
344
|
/**
|
|
334
345
|
* List all available packages
|
|
335
346
|
*/
|
|
@@ -388,4 +399,4 @@ declare function getComponentRegistry(): Record<string, any>;
|
|
|
388
399
|
*/
|
|
389
400
|
declare function getRegistryThemeValues(): any;
|
|
390
401
|
|
|
391
|
-
export { type GetAnimateGuideArgs, type GetAudioGuideArgs, type GetBiometricsGuideArgs, type GetCameraGuideArgs, type GetChartsGuideArgs, type GetCliUsageArgs, type GetClipboardGuideArgs, type GetComponentDocsArgs, type GetComponentExampleArgs, type GetComponentExamplesTsArgs, type GetComponentTypesArgs, type GetConfigGuideArgs, type GetDatagridGuideArgs, type GetDatepickerGuideArgs, type GetFilesGuideArgs, type GetInstallGuideArgs, type GetIntroArgs, type GetLottieGuideArgs, type GetMarkdownGuideArgs, type GetNavigationTypesArgs, type GetOauthClientGuideArgs, type GetPackageDocsArgs, type GetPaymentsGuideArgs, type GetRecipeArgs, type GetStorageGuideArgs, type GetThemeTypesArgs, type GetTranslateGuideArgs, type ListComponentsArgs, type ListPackagesArgs, type ListRecipesArgs, type PropertySchema, type SearchComponentsArgs, type SearchIconsArgs, type SearchPackagesArgs, type SearchRecipesArgs, type ToolArgs, type ToolContent, type ToolDefinition, type ToolHandler, type ToolInputSchema, type ToolName, type ToolResponse, callTool, getAnimateGuide, getAnimateGuideDefinition, getAudioGuide, getAudioGuideDefinition, getAvailableComponents, getBiometricsGuide, getBiometricsGuideDefinition, getCameraGuide, getCameraGuideDefinition, getChartsGuide, getChartsGuideDefinition, getCliUsage, getCliUsageDefinition, getClipboardGuide, getClipboardGuideDefinition, getComponentDocs, getComponentDocsDefinition, getComponentExample, getComponentExampleDefinition, getComponentExamplesTs, getComponentExamplesTsDefinition, getComponentRegistry, getComponentTypes, getComponentTypesDefinition, getConfigGuide, getConfigGuideDefinition, getDatagridGuide, getDatagridGuideDefinition, getDatepickerGuide, getDatepickerGuideDefinition, getFilesGuide, getFilesGuideDefinition, getInstallGuide, getInstallGuideDefinition, getIntro, getIntroDefinition, getLottieGuide, getLottieGuideDefinition, getMarkdownGuide, getMarkdownGuideDefinition, getNavigationTypes, getNavigationTypesDefinition, getOauthClientGuide, getOauthClientGuideDefinition, getPackageDocs, getPackageDocsDefinition, getPaymentsGuide, getPaymentsGuideDefinition, getRecipe, getRecipeDefinition, getRegistryThemeValues, getStorageGuide, getStorageGuideDefinition, getThemeTypes, getThemeTypesDefinition, getTranslateGuide, getTranslateGuideDefinition, listComponents, listComponentsDefinition, listPackages, listPackagesDefinition, listRecipes, listRecipesDefinition, searchComponents, searchComponentsDefinition, searchIcons, searchIconsDefinition, searchPackages, searchPackagesDefinition, searchRecipes, searchRecipesDefinition, toolDefinitionMap, toolDefinitions, toolHandlers };
|
|
402
|
+
export { type GetAnimateGuideArgs, type GetAudioGuideArgs, type GetBiometricsGuideArgs, type GetCameraGuideArgs, type GetChartsGuideArgs, type GetCliUsageArgs, type GetClipboardGuideArgs, type GetComponentDocsArgs, type GetComponentExampleArgs, type GetComponentExamplesTsArgs, type GetComponentTypesArgs, type GetConfigGuideArgs, type GetDatagridGuideArgs, type GetDatepickerGuideArgs, type GetFilesGuideArgs, type GetInstallGuideArgs, type GetIntroArgs, type GetLottieGuideArgs, type GetMarkdownGuideArgs, type GetNavigationTypesArgs, type GetNotificationsGuideArgs, type GetOauthClientGuideArgs, type GetPackageDocsArgs, type GetPaymentsGuideArgs, type GetRecipeArgs, type GetStorageGuideArgs, type GetThemeTypesArgs, type GetTranslateGuideArgs, type ListComponentsArgs, type ListPackagesArgs, type ListRecipesArgs, type PropertySchema, type SearchComponentsArgs, type SearchIconsArgs, type SearchPackagesArgs, type SearchRecipesArgs, type ToolArgs, type ToolContent, type ToolDefinition, type ToolHandler, type ToolInputSchema, type ToolName, type ToolResponse, callTool, getAnimateGuide, getAnimateGuideDefinition, getAudioGuide, getAudioGuideDefinition, getAvailableComponents, getBiometricsGuide, getBiometricsGuideDefinition, getCameraGuide, getCameraGuideDefinition, getChartsGuide, getChartsGuideDefinition, getCliUsage, getCliUsageDefinition, getClipboardGuide, getClipboardGuideDefinition, getComponentDocs, getComponentDocsDefinition, getComponentExample, getComponentExampleDefinition, getComponentExamplesTs, getComponentExamplesTsDefinition, getComponentRegistry, getComponentTypes, getComponentTypesDefinition, getConfigGuide, getConfigGuideDefinition, getDatagridGuide, getDatagridGuideDefinition, getDatepickerGuide, getDatepickerGuideDefinition, getFilesGuide, getFilesGuideDefinition, getInstallGuide, getInstallGuideDefinition, getIntro, getIntroDefinition, getLottieGuide, getLottieGuideDefinition, getMarkdownGuide, getMarkdownGuideDefinition, getNavigationTypes, getNavigationTypesDefinition, getNotificationsGuide, getNotificationsGuideDefinition, getOauthClientGuide, getOauthClientGuideDefinition, getPackageDocs, getPackageDocsDefinition, getPaymentsGuide, getPaymentsGuideDefinition, getRecipe, getRecipeDefinition, getRegistryThemeValues, getStorageGuide, getStorageGuideDefinition, getThemeTypes, getThemeTypesDefinition, getTranslateGuide, getTranslateGuideDefinition, listComponents, listComponentsDefinition, listPackages, listPackagesDefinition, listRecipes, listRecipesDefinition, searchComponents, searchComponentsDefinition, searchIcons, searchIconsDefinition, searchPackages, searchPackagesDefinition, searchRecipes, searchRecipesDefinition, toolDefinitionMap, toolDefinitions, toolHandlers };
|
package/dist/tools/index.js
CHANGED
|
@@ -42,6 +42,8 @@ import {
|
|
|
42
42
|
getMarkdownGuideDefinition,
|
|
43
43
|
getNavigationTypes,
|
|
44
44
|
getNavigationTypesDefinition,
|
|
45
|
+
getNotificationsGuide,
|
|
46
|
+
getNotificationsGuideDefinition,
|
|
45
47
|
getOauthClientGuide,
|
|
46
48
|
getOauthClientGuideDefinition,
|
|
47
49
|
getPackageDocs,
|
|
@@ -74,7 +76,7 @@ import {
|
|
|
74
76
|
toolDefinitionMap,
|
|
75
77
|
toolDefinitions,
|
|
76
78
|
toolHandlers
|
|
77
|
-
} from "../chunk-
|
|
79
|
+
} from "../chunk-TLA6ZBC5.js";
|
|
78
80
|
export {
|
|
79
81
|
callTool,
|
|
80
82
|
getAnimateGuide,
|
|
@@ -119,6 +121,8 @@ export {
|
|
|
119
121
|
getMarkdownGuideDefinition,
|
|
120
122
|
getNavigationTypes,
|
|
121
123
|
getNavigationTypesDefinition,
|
|
124
|
+
getNotificationsGuide,
|
|
125
|
+
getNotificationsGuideDefinition,
|
|
122
126
|
getOauthClientGuide,
|
|
123
127
|
getOauthClientGuideDefinition,
|
|
124
128
|
getPackageDocs,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idealyst/mcp-server",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.116",
|
|
4
4
|
"description": "MCP server providing documentation and examples for the Idealyst framework",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"validate-examples": "tsx scripts/validate-examples.ts",
|
|
32
32
|
"test": "tsx scripts/test-examples.ts",
|
|
33
33
|
"prebuild": "yarn extract-types && yarn validate-examples",
|
|
34
|
-
"build": "tsup
|
|
35
|
-
"dev": "tsup --watch",
|
|
34
|
+
"build": "tsup",
|
|
35
|
+
"dev": "yarn extract-types && tsup --watch",
|
|
36
36
|
"start": "node dist/index.js",
|
|
37
37
|
"eval": "tsx eval/src/run-eval.ts",
|
|
38
38
|
"eval:all": "tsx eval/src/run-eval.ts --scenarios all",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"author": "Idealyst",
|
|
55
55
|
"license": "MIT",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@idealyst/components": "^1.2.
|
|
58
|
-
"@idealyst/navigation": "^1.2.
|
|
59
|
-
"@idealyst/theme": "^1.2.
|
|
60
|
-
"@idealyst/tooling": "^1.2.114",
|
|
57
|
+
"@idealyst/components": "^1.2.116",
|
|
58
|
+
"@idealyst/navigation": "^1.2.116",
|
|
59
|
+
"@idealyst/theme": "^1.2.116",
|
|
61
60
|
"@modelcontextprotocol/sdk": "^1.0.4"
|
|
62
61
|
},
|
|
63
62
|
"devDependencies": {
|
|
63
|
+
"@idealyst/tooling": "^1.2.116",
|
|
64
64
|
"@types/better-sqlite3": "^7.6.12",
|
|
65
65
|
"@types/node": "^20.0.0",
|
|
66
66
|
"@types/react": "^19.1.0",
|