feat(mcp): add MCP endpoint; fix TODOs (pkg.json name/version, NestJS Logger)

This commit is contained in:
2026-04-07 13:20:15 +03:00
parent 6f23c0f736
commit bf1b6249a9
10 changed files with 417 additions and 18 deletions
+2 -1
View File
@@ -15,6 +15,7 @@
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
"noFallthroughCasesInSwitch": false,
"resolveJsonModule": true
}
}