modality-ai 0.1.0 → 0.1.2

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
@@ -1778,7 +1778,7 @@ var init_versions = __esm(() => {
1778
1778
  version = {
1779
1779
  major: 4,
1780
1780
  minor: 3,
1781
- patch: 4
1781
+ patch: 5
1782
1782
  };
1783
1783
  });
1784
1784
 
@@ -1,4 +1,4 @@
1
- import { ModalityFastMCP, type AITools } from "modality-mcp-kit";
1
+ import { type ModalityFastMCP, type AITools } from "modality-mcp-kit";
2
2
  interface StdioToHttpOptions {
3
3
  command?: string;
4
4
  args?: string[];
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.0",
2
+ "version": "0.1.2",
3
3
  "name": "modality-ai",
4
4
  "repository": {
5
5
  "type": "git",
@@ -11,14 +11,14 @@
11
11
  "author": "Hill <hill@kimo.com>",
12
12
  "license": "ISC",
13
13
  "peerDependencies": {
14
- "@modelcontextprotocol/sdk": "^1.25.1"
14
+ "@modelcontextprotocol/sdk": "^1.25.1",
15
+ "modality-mcp-kit": "^1.x"
15
16
  },
16
17
  "dependencies": {
17
18
  "@ai-sdk/google": "^3.0.2",
18
19
  "@valibot/to-json-schema": "^1.5.0",
19
20
  "ai": "^6.0.6",
20
21
  "effect": "^3.19.14",
21
- "modality-mcp-kit": "^1.x",
22
22
  "ollama-ai-provider": "^1.2.0",
23
23
  "sury": "^11.0.0-alpha.4"
24
24
  },