modality-mcp-kit 1.2.0 → 1.2.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.
@@ -23,7 +23,7 @@
23
23
  * https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/schema
24
24
  * https://modelcontextprotocol.io/specification/2025-11-25/schema
25
25
  */
26
- import { ModalityFastMCP } from "modality-mcp-kit";
26
+ import { ModalityFastMCP } from "./util_mcp_tools_converter.js";
27
27
  import { JSONRPCManager, getLoggerInstance, } from "modality-kit";
28
28
  import { sseNotification, sseError, SSE_HEADERS, createSSEStream, } from "./sse-wrapper.js";
29
29
  import { McpSessionManager } from "./McpSessionManager.js";
@@ -24,7 +24,7 @@
24
24
  * https://modelcontextprotocol.io/specification/2025-11-25/schema
25
25
  */
26
26
  import type { MiddlewareHandler, Hono } from "hono";
27
- import { ModalityFastMCP } from "modality-mcp-kit";
27
+ import { ModalityFastMCP } from "./util_mcp_tools_converter.js";
28
28
  import { getLoggerInstance } from "modality-kit";
29
29
  import { McpSessionManager } from "./McpSessionManager.js";
30
30
  export interface FastHonoMcpConfig extends Record<string, unknown> {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.0",
2
+ "version": "1.2.2",
3
3
  "name": "modality-mcp-kit",
4
4
  "repository": {
5
5
  "type": "git",
@@ -23,14 +23,14 @@
23
23
  "license": "ISC",
24
24
  "peerDependencies": {
25
25
  "zod": "^4.3.5",
26
- "hono": "^4.11.2"
26
+ "hono": "*"
27
27
  },
28
28
  "dependencies": {
29
- "modality-kit": "^0.14.17",
30
- "xsschema": "0.3.5",
31
29
  "@valibot/to-json-schema": "^1.5.0",
32
30
  "effect": "^3.19.14",
31
+ "modality-kit": "^0.14.17",
33
32
  "sury": "^11.0.0-alpha.4",
33
+ "xsschema": "0.3.5",
34
34
  "zod-to-json-schema": "^3.25.1"
35
35
  },
36
36
  "devDependencies": {