@idealyst/mcp-server 1.2.138 → 1.2.140
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-WWUXNKB4.js → chunk-OZEXGM75.js} +4 -4
- package/dist/chunk-OZEXGM75.js.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tools/index.cjs +3 -3
- package/dist/tools/index.cjs.map +1 -1
- package/dist/tools/index.js +1 -1
- package/package.json +5 -5
- package/dist/chunk-WWUXNKB4.js.map +0 -1
|
@@ -11622,9 +11622,9 @@ function AnimatedComponent() {
|
|
|
11622
11622
|
category: "media",
|
|
11623
11623
|
platforms: ["web", "native"],
|
|
11624
11624
|
documentationStatus: "full",
|
|
11625
|
-
installation: "yarn add @idealyst/files react-native-
|
|
11625
|
+
installation: "yarn add @idealyst/files @react-native-documents/picker react-native-image-picker react-native-blob-util",
|
|
11626
11626
|
peerDependencies: [
|
|
11627
|
-
"react-native-
|
|
11627
|
+
"@react-native-documents/picker (native)",
|
|
11628
11628
|
"react-native-image-picker (native)",
|
|
11629
11629
|
"react-native-blob-util (native)"
|
|
11630
11630
|
],
|
|
@@ -15865,7 +15865,7 @@ export default {
|
|
|
15865
15865
|
},
|
|
15866
15866
|
peerDependencies: [
|
|
15867
15867
|
{
|
|
15868
|
-
name: "react-native-
|
|
15868
|
+
name: "@react-native-documents/picker",
|
|
15869
15869
|
required: true,
|
|
15870
15870
|
platforms: ["native"],
|
|
15871
15871
|
note: "Required for document selection on native"
|
|
@@ -67731,4 +67731,4 @@ export {
|
|
|
67731
67731
|
toolHandlers,
|
|
67732
67732
|
callTool
|
|
67733
67733
|
};
|
|
67734
|
-
//# sourceMappingURL=chunk-
|
|
67734
|
+
//# sourceMappingURL=chunk-OZEXGM75.js.map
|