refactor(mcp): remove Core dependency, switch to HttpClient-based architecture

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 20:37:45 -04:00
parent 6c4f4bea7f
commit 4bee73ba26
4 changed files with 7 additions and 32 deletions
+2 -5
View File
@@ -1,8 +1,5 @@
{
"ConnectionStrings": {
"MoneyMapDb": "Server=barge.lan;Database=MoneyMap;User Id=moneymap;Password=Cn87oXQPj7EEkx;TrustServerCertificate=True;"
},
"Receipts": {
"StoragePath": "\\\\TRUENAS\\receipts"
"MoneyMapApi": {
"BaseUrl": "http://barge.lan:5010/"
}
}