Skip to content

Commit

Permalink
Remvoing Zod stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Jan 11, 2025
1 parent 504b76c commit e1ecedf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"json-schema-to-zod": "^0.1.5",
"@apidevtools/json-schema-ref-parser": "^11.7.3",
"vitest": "^1.6.0"
},
"stylelint": {
Expand Down
2 changes: 1 addition & 1 deletion provider/modelcontextprotocoltools/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ index.test.ts
package-lock.json
dist/
vitest.config.ts
vitest.config.t
vitest.config.t
5 changes: 1 addition & 4 deletions provider/modelcontextprotocoltools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
"@modelcontextprotocol/sdk": "1.0.1",
"@openctx/provider": "workspace:*",
"ajv": "^8.17.1",
"express": "^4.21.1",
"json-schema-to-zod": "^0.1.5",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1"
"express": "^4.21.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit e1ecedf

Please sign in to comment.