feat: add MCP SDK dependency and stdio server setup

This commit is contained in:
2026-02-20 20:22:16 -06:00
parent 713b2e7363
commit 1d7b4cf495
3 changed files with 189 additions and 0 deletions

View File

@@ -16,5 +16,8 @@
},
"scripts": {
"prepare": "bun .husky/install.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0"
}
}