feat: add packaged mcp launcher for macos

This commit is contained in:
ILoveBingLu
2026-04-07 10:52:18 +08:00
parent 6c79328b5e
commit 892bb38105
8 changed files with 119 additions and 8 deletions
+4
View File
@@ -118,6 +118,10 @@ function parsePositiveInt(value: unknown, fallback: number): number {
}
export function getPackagedLauncherPath(): string {
if (process.platform === 'darwin') {
return join(dirname(getExePath()), 'ciphertalk-mcp')
}
return join(dirname(getExePath()), 'ciphertalk-mcp.cmd')
}