open-edison 0.1.76rc1__py3-none-any.whl → 0.1.78rc1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: open-edison
3
- Version: 0.1.76rc1
3
+ Version: 0.1.78rc1
4
4
  Summary: Open-source MCP security, aggregation, and monitoring. Single-user, self-hosted MCP proxy.
5
5
  Author-email: Hugo Berg <hugo@edison.watch>
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  src/__init__.py,sha256=bEYMwBiuW9jzF07iWhas4Vb30EcpnqfpNfz_Q6yO1jU,209
2
2
  src/__main__.py,sha256=kQsaVyzRa_ESC57JpKDSQJAHExuXme0rM5beJsYxFeA,161
3
- src/cli.py,sha256=kr93TljS2y8E0N-L0Cga0udJpa1POo4bjmJbtg1WJ-s,4737
3
+ src/cli.py,sha256=FUq9t5jOjbhdkIX-NhTdiQQs9AZZCH3hi-qPen0XoBk,4740
4
4
  src/config.py,sha256=cFbdY55w2JimV6kLv3XDnxDORz533R-GkW0EmKfNqCc,11325
5
5
  src/config.pyi,sha256=FgehEGli8ZXSjGlANBgMGv5497q4XskQciOc1fUcxqM,2033
6
6
  src/events.py,sha256=KkhrQ9CE5-WBBCeDkUgdCZURKsXakNP3Kj3gP91NYQM,5046
@@ -34,8 +34,8 @@ src/middleware/session_tracking.py,sha256=_igPVEH_l2hQ5onLb5cdn7MOXNtSxr9USEdJkl
34
34
  src/setup_tui/__init__.py,sha256=mDFrQoiOtQOHc0sFfGKrNXVLEDeB1S0O5aISBVzfxYo,184
35
35
  src/setup_tui/main.py,sha256=9-m5p3HUnENGbfzd7Mk6LI5NjWtgMeXCWtFi65EBsVc,11257
36
36
  src/tools/io.py,sha256=hhc4pv3eUzYWSZ7BbThclxSMwWBQaGMoGsItIPf_pco,1047
37
- open_edison-0.1.76rc1.dist-info/METADATA,sha256=eti3m4c5kiuGoxk_xjzLp2QkruhUWcF-ElKFjn6YbrY,11996
38
- open_edison-0.1.76rc1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
39
- open_edison-0.1.76rc1.dist-info/entry_points.txt,sha256=YiGNm9x2I00hgT10HDyB4gxC1LcaV_mu8bXFjolu0Yw,171
40
- open_edison-0.1.76rc1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
41
- open_edison-0.1.76rc1.dist-info/RECORD,,
37
+ open_edison-0.1.78rc1.dist-info/METADATA,sha256=oUkfAF2BycT7liOFk0fyuEMXqztx9kMgHD3e9KJi7BU,11996
38
+ open_edison-0.1.78rc1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
39
+ open_edison-0.1.78rc1.dist-info/entry_points.txt,sha256=YiGNm9x2I00hgT10HDyB4gxC1LcaV_mu8bXFjolu0Yw,171
40
+ open_edison-0.1.78rc1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
41
+ open_edison-0.1.78rc1.dist-info/RECORD,,
src/cli.py CHANGED
@@ -1,7 +1,6 @@
1
1
  """
2
2
  CLI entrypoint for Open Edison.
3
-
4
- Provides `open-edison` executable when installed via pip/uvx/pipx.
3
+ Provides the `open-edison` executable when installed via pip/uvx/pipx.
5
4
  """
6
5
 
7
6
  import argparse