-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathcom.smartmcpproxy.mcpproxy.plist
More file actions
53 lines (45 loc) · 1.44 KB
/
com.smartmcpproxy.mcpproxy.plist
File metadata and controls
53 lines (45 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.smartmcpproxy.mcpproxy</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/mcpproxy</string>
<string>serve</string>
<string>--tray=true</string>
<string>--log-to-file=true</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>ProcessType</key>
<string>Interactive</string>
<key>StandardOutPath</key>
<string>/tmp/mcpproxy.out</string>
<key>StandardErrorPath</key>
<string>/tmp/mcpproxy.err</string>
<key>WorkingDirectory</key>
<string>/Applications</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin</string>
<key>HOME</key>
<string>/Users/user</string>
<key>SHELL</key>
<string>/bin/zsh</string>
<key>HOMEBREW_PREFIX</key>
<string>/opt/homebrew</string>
<key>HOMEBREW_CELLAR</key>
<string>/opt/homebrew/Cellar</string>
<key>HOMEBREW_REPOSITORY</key>
<string>/opt/homebrew</string>
</dict>
</dict>
</plist>