Skip to content

Commit 50fe69e

Browse files
committed
Use Zod v3
1 parent 44986c6 commit 50fe69e

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

pnpm-lock.yaml

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
ObservationObject,
66
RelationObject,
77
} from "./types";
8-
import { z } from "zod";
8+
import z from "zod";
99

1010
export const createMCPServer = (
1111
knowledgeGraphManager: KnowledgeGraphManagerInterface

0 commit comments

Comments
 (0)