Skip to content

Commit e628b05

Browse files
committed
feat(mcp): add local resilience and splitwise provider auth
1 parent 9a560c1 commit e628b05

6 files changed

Lines changed: 813 additions & 112 deletions

File tree

packages/zee/src/cli/cmd/auth.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ const AUTH_ONLY_PROVIDERS: Record<string, { name: string; hint?: string }> = {
5252
name: "LanguageTool",
5353
hint: "LanguageTool API key (premium)",
5454
},
55+
splitwise: {
56+
name: "Splitwise",
57+
hint: "Splitwise API key (Bearer token)",
58+
},
5559
}
5660

5761
const DEFAULT_DAEMON_PORT = 3210
@@ -1033,6 +1037,7 @@ const SERVICE_LABELS: Record<ServiceType, string> = {
10331037
tts: "Text-to-Speech",
10341038
stt: "Speech-to-Text",
10351039
image: "Image Generation",
1040+
expenses: "Expense Tracking",
10361041
}
10371042

10381043
export const AuthProvidersCommand = cmd({

0 commit comments

Comments
 (0)