Add Logger for command history (#435)

This commit is contained in:
Seth Troisi
2025-05-21 07:36:22 +00:00
committed by GitHub
parent bda472f147
commit cd13c5881b
9 changed files with 1777 additions and 26 deletions

View File

@@ -25,7 +25,8 @@
"@modelcontextprotocol/sdk": "^1.11.0",
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"fast-glob": "^3.3.3"
"fast-glob": "^3.3.3",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@types/diff": "^7.0.2",