feat: add dictionary management functionality

This commit is contained in:
2026-02-20 20:24:11 -06:00
parent 5f3229dc0f
commit a51842c48f
5 changed files with 198 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
"prepare": "bun .husky/install.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0"
"@modelcontextprotocol/sdk": "^1.26.0",
"zod": "^4.3.6"
}
}