@idealyst/mcp-server 1.2.123 → 1.2.124
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/{chunk-RVMPULO4.js → chunk-EALTHXKT.js} +691 -20
- package/dist/chunk-EALTHXKT.js.map +1 -0
- package/dist/index.cjs +693 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/tools/index.cjs +690 -19
- package/dist/tools/index.cjs.map +1 -1
- package/dist/tools/index.js +1 -1
- package/package.json +5 -5
- package/dist/chunk-RVMPULO4.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
storageGuides,
|
|
8
8
|
toolDefinitions,
|
|
9
9
|
translateGuides
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-EALTHXKT.js";
|
|
11
11
|
|
|
12
12
|
// src/index.ts
|
|
13
13
|
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
|
|
@@ -4441,7 +4441,9 @@ import { Button, Icon, List, Badge } from '@idealyst/components';
|
|
|
4441
4441
|
<Icon
|
|
4442
4442
|
name="home" // Icon name (required) \u2014 type: IconName
|
|
4443
4443
|
size="xs|sm|md|lg|xl|number" // Icon size
|
|
4444
|
-
color="primary|secondary|..." //
|
|
4444
|
+
color="primary|secondary|..." // Palette color (Color type)
|
|
4445
|
+
// OR textColor="primary|secondary|tertiary|inverse" \u2014 Text color type
|
|
4446
|
+
// NEVER use both color and textColor \u2014 they are mutually exclusive (discriminated union)
|
|
4445
4447
|
/>
|
|
4446
4448
|
\`\`\`
|
|
4447
4449
|
|