castrel-proxy 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -178,7 +178,7 @@ def pair(
178
178
  @app.command()
179
179
  def start(
180
180
  daemon: bool = typer.Option(
181
- True, "--daemon/--foreground", "-d/-f", help="Run in background (default) or foreground"
181
+ False, "--daemon/--foreground", "-d/-f", help="Run in background or foreground (default)"
182
182
  ),
183
183
  ):
184
184
  """
@@ -186,14 +186,14 @@ def start(
186
186
 
187
187
  Start bridge and connect to paired server.
188
188
 
189
- Run in background (default):
189
+ Run in foreground (default):
190
190
  castrel-proxy start
191
- castrel-proxy start --daemon
192
- castrel-proxy start -d
193
-
194
- Run in foreground:
195
191
  castrel-proxy start --foreground
196
192
  castrel-proxy start -f
193
+
194
+ Run in background:
195
+ castrel-proxy start --daemon
196
+ castrel-proxy start -d
197
197
  """
198
198
  config = get_config()
199
199
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: castrel-proxy
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A lightweight remote command execution bridge client with MCP integration
5
5
  Project-URL: Homepage, https://github.com/castrel-ai/castrel-proxy
6
6
  Project-URL: Documentation, https://github.com/castrel-ai/castrel-proxy#readme
@@ -1,6 +1,6 @@
1
1
  castrel_proxy/__init__.py,sha256=toQT6mtxjfUBSr2T7ajweV6APYrExW0_ykD8H28SW1U,550
2
2
  castrel_proxy/cli/__init__.py,sha256=qc0mPeDSpBEb8cT0MAMJTAu2NPouLI96XXtKiuFRXVk,112
3
- castrel_proxy/cli/commands.py,sha256=B0v8EY2gU8C8ln2ff7vKCg7CgqE-9DSuzTEp8zAVHp4,21840
3
+ castrel_proxy/cli/commands.py,sha256=FcqUjRossMQG95fLW6S0J-Jec_1W4QafV8Jt6OR7AT4,21841
4
4
  castrel_proxy/core/__init__.py,sha256=ID7EHJ0ILIGZYUJPWoYfyJIjXWTcu9EsaA4h7IsExLw,479
5
5
  castrel_proxy/core/client_id.py,sha256=uU3YF2kxyFHfysMkRRjR13Ic-F5nl9fAa4vUyTui5fU,2364
6
6
  castrel_proxy/core/config.py,sha256=SoxVyRs4K4iWBmDq2EgA9goeTdLerfturb0ZnfORHcw,4668
@@ -17,8 +17,8 @@ castrel_proxy/operations/__init__.py,sha256=NGv4Z-8Fek9KiDv630CmekWvbC2n-BKlc2yq
17
17
  castrel_proxy/operations/document.py,sha256=UnybzI3FCOVteMHkd88JaR6WvU2YS1e9Rf45wTttGss,10673
18
18
  castrel_proxy/security/__init__.py,sha256=aC0CcnM4mfuuXfYJniMbn47JN1eQUXU-k3ByqfWuK4s,352
19
19
  castrel_proxy/security/whitelist.py,sha256=nU5_ovpGZOgZfhMofoxt9ImxJR8boYdk937Tz-K34C4,11493
20
- castrel_proxy-0.1.2.dist-info/METADATA,sha256=RtmzYM-E2d3CeDerhRqjgnSRbPyzc1jRr4Oj7EGaxWI,10041
21
- castrel_proxy-0.1.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
22
- castrel_proxy-0.1.2.dist-info/entry_points.txt,sha256=5X5vHpAFgIFpvt2CmI5U0d_naKA64eE-IZKEqvnS7VE,65
23
- castrel_proxy-0.1.2.dist-info/licenses/LICENSE,sha256=cqP1Kg_ECZMt4RPE8h5uL4-qpEaYTgca7r4aHtMIDGk,1066
24
- castrel_proxy-0.1.2.dist-info/RECORD,,
20
+ castrel_proxy-0.1.3.dist-info/METADATA,sha256=RY7MOzOtV9yJoPnGnEEXxa8g6-dk1xQlFRZXEqX2oIA,10041
21
+ castrel_proxy-0.1.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
22
+ castrel_proxy-0.1.3.dist-info/entry_points.txt,sha256=5X5vHpAFgIFpvt2CmI5U0d_naKA64eE-IZKEqvnS7VE,65
23
+ castrel_proxy-0.1.3.dist-info/licenses/LICENSE,sha256=cqP1Kg_ECZMt4RPE8h5uL4-qpEaYTgca7r4aHtMIDGk,1066
24
+ castrel_proxy-0.1.3.dist-info/RECORD,,