open-edison 0.1.36__py3-none-any.whl → 0.1.38__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.
- __init__.py +8 -0
- {open_edison-0.1.36.dist-info → open_edison-0.1.38.dist-info}/METADATA +47 -2
- open_edison-0.1.38.dist-info/RECORD +22 -0
- open_edison-0.1.38.dist-info/entry_points.txt +5 -0
- open_edison-0.1.36.dist-info/RECORD +0 -22
- open_edison-0.1.36.dist-info/entry_points.txt +0 -3
- src/__init__.py +0 -11
- /src/__main__.py → /__main__.py +0 -0
- /src/cli.py → /cli.py +0 -0
- /src/config.py → /config.py +0 -0
- /src/config.pyi → /config.pyi +0 -0
- /src/events.py → /events.py +0 -0
- {src/frontend_dist → frontend_dist}/assets/index-BUUcUfTt.js +0 -0
- {src/frontend_dist → frontend_dist}/assets/index-o6_8mdM8.css +0 -0
- {src/frontend_dist → frontend_dist}/index.html +0 -0
- {src/frontend_dist → frontend_dist}/sw.js +0 -0
- {src/middleware → middleware}/data_access_tracker.py +0 -0
- {src/middleware → middleware}/session_tracking.py +0 -0
- /src/oauth_manager.py → /oauth_manager.py +0 -0
- {open_edison-0.1.36.dist-info → open_edison-0.1.38.dist-info}/WHEEL +0 -0
- {open_edison-0.1.36.dist-info → open_edison-0.1.38.dist-info}/licenses/LICENSE +0 -0
- /src/permissions.py → /permissions.py +0 -0
- /src/server.py → /server.py +0 -0
- /src/single_user_mcp.py → /single_user_mcp.py +0 -0
- /src/telemetry.py → /telemetry.py +0 -0
__init__.py
ADDED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: open-edison
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.38
|
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
|
@@ -26,7 +26,7 @@ Description-Content-Type: text/markdown
|
|
26
26
|
|
27
27
|
> The Secure MCP Control Panel
|
28
28
|
|
29
|
-
Connect AI to your data/software securely without risk of data exfiltration. Gain visibility, block threats, and get alerts on the data your agent is reading/writing.
|
29
|
+
Connect AI to your data/software securely without risk of data exfiltration. Gain visibility, block threats, and get alerts on the data your agent is reading/writing.
|
30
30
|
|
31
31
|
OpenEdison solves the [lethal trifecta problem](https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/), which can cause agent hijacking & data exfiltration by malicious actors.
|
32
32
|
|
@@ -72,6 +72,13 @@ curl -fsSL https://raw.githubusercontent.com/Edison-Watch/open-edison/main/curl_
|
|
72
72
|
|
73
73
|
Run locally with uvx: `uvx open-edison`
|
74
74
|
|
75
|
+
Optionally, import your existing MCP configs from Cursor, VS Code, or Claude Code with:
|
76
|
+
|
77
|
+
```bash
|
78
|
+
# From source (no install) — quick one-liner (add --dry-run to preview)
|
79
|
+
uv run python -m mcp_importer.quick_cli --yes
|
80
|
+
```
|
81
|
+
|
75
82
|
<details>
|
76
83
|
<summary>⬇️ Install Node.js/npm (optional for MCP tools)</summary>
|
77
84
|
|
@@ -121,6 +128,44 @@ OPEN_EDISON_CONFIG_DIR=~/edison-config open-edison run
|
|
121
128
|
|
122
129
|
</details>
|
123
130
|
|
131
|
+
<details>
|
132
|
+
<summary>🔄 Import from Cursor/VS Code/Claude Code</summary>
|
133
|
+
|
134
|
+
### Import from Cursor/VS Code/Claude Code
|
135
|
+
|
136
|
+
- **CLI**
|
137
|
+
|
138
|
+
- Import & configure to use edison as your MCP server:
|
139
|
+
|
140
|
+
```bash
|
141
|
+
# From source (no install)
|
142
|
+
uv run python -m mcp_importer.quick_cli --yes
|
143
|
+
```
|
144
|
+
|
145
|
+
- Preview what will be imported (no writes):
|
146
|
+
|
147
|
+
```bash
|
148
|
+
uv run python -m mcp_importer --source cursor --dry-run
|
149
|
+
```
|
150
|
+
|
151
|
+
- Import servers into Open Edison `config.json` (merge policy defaults to `skip`):
|
152
|
+
|
153
|
+
```bash
|
154
|
+
uv run python -m mcp_importer --source cursor
|
155
|
+
uv run python -m mcp_importer --source vscode
|
156
|
+
uv run python -m mcp_importer --source claude-code
|
157
|
+
```
|
158
|
+
|
159
|
+
- Point your editor to Open Edison (backup original config and replace with a single Open Edison server):
|
160
|
+
|
161
|
+
```bash
|
162
|
+
uv run python -m mcp_importer export --target cursor --yes
|
163
|
+
uv run python -m mcp_importer export --target vscode --yes
|
164
|
+
uv run python -m mcp_importer export --target claude-code --yes
|
165
|
+
```
|
166
|
+
|
167
|
+
</details>
|
168
|
+
|
124
169
|
<details>
|
125
170
|
<summary><img src="https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white" alt="Docker"> Run with Docker</summary>
|
126
171
|
|
@@ -0,0 +1,22 @@
|
|
1
|
+
__init__.py,sha256=bEYMwBiuW9jzF07iWhas4Vb30EcpnqfpNfz_Q6yO1jU,209
|
2
|
+
__main__.py,sha256=kQsaVyzRa_ESC57JpKDSQJAHExuXme0rM5beJsYxFeA,161
|
3
|
+
cli.py,sha256=P38IWER41S5oAfbd_7p89hBpnjClsNHpmE5pSsJc6uU,9733
|
4
|
+
config.py,sha256=RSsAYzl8cj6eaDN1RORMcfKKWBcp4bKTQp2BdhAL9mg,10258
|
5
|
+
config.pyi,sha256=FgehEGli8ZXSjGlANBgMGv5497q4XskQciOc1fUcxqM,2033
|
6
|
+
events.py,sha256=aFQrVXDIZwt55Dz6OtyoXu2yi9evqo-8jZzo3CR2Tto,4965
|
7
|
+
oauth_manager.py,sha256=qcQa5BDRZr4bjqiXNflCnrXOh9mo9JVjvP2Caseg2Uc,9943
|
8
|
+
permissions.py,sha256=NGAnlG_z59HEiVA-k3cYvwmmiuHzxuNb5Tbd5umbL00,10483
|
9
|
+
server.py,sha256=cnO5bgxT-lrfuwk9AIvB_HBV8SWOtFClfGUn5_zFWyo,45652
|
10
|
+
single_user_mcp.py,sha256=rJrlqHcIubGkos_24ux5rb3OoKYDzvagCHghhfDeXTI,18535
|
11
|
+
telemetry.py,sha256=-RZPIjpI53zbsKmp-63REeZ1JirWHV5WvpSRa2nqZEk,11321
|
12
|
+
frontend_dist/index.html,sha256=s95FMkH8VLisvawLH7bZxbLzRUFvMhHkH6ZMzpVBngs,673
|
13
|
+
frontend_dist/sw.js,sha256=rihX1es-vWwjmtnXyaksJjs2dio6MVAOTAWwQPeJUYw,2164
|
14
|
+
frontend_dist/assets/index-BUUcUfTt.js,sha256=awoyPI6u0v6ao2iarZdSkrSDUvyU8aNkMLqHMvgVgyY,257666
|
15
|
+
frontend_dist/assets/index-o6_8mdM8.css,sha256=nwmX_6q55mB9463XN2JM8BdeihjkALpQK83Fc3_iGvE,15936
|
16
|
+
middleware/data_access_tracker.py,sha256=bArBffWgYmvxOx9z_pgXQhogvnWQcc1m6WvEblDD4gw,15039
|
17
|
+
middleware/session_tracking.py,sha256=5W1VH9HNqIZeX0HNxDEm41U4GY6SqKSXtApDEeZK2qo,23084
|
18
|
+
open_edison-0.1.38.dist-info/METADATA,sha256=FAscw046zzz6mf51VTVrkvC8ulR_8GAaO-WVB9M1zRg,13152
|
19
|
+
open_edison-0.1.38.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
20
|
+
open_edison-0.1.38.dist-info/entry_points.txt,sha256=qUjYGPEfqSQyra9dTe1aRvHVAAzLzoNvZqNDk1t75IA,163
|
21
|
+
open_edison-0.1.38.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
22
|
+
open_edison-0.1.38.dist-info/RECORD,,
|
@@ -1,22 +0,0 @@
|
|
1
|
-
src/__init__.py,sha256=QWeZdjAm2D2B0eWhd8m2-DPpWvIP26KcNJxwEoU1oEQ,254
|
2
|
-
src/__main__.py,sha256=kQsaVyzRa_ESC57JpKDSQJAHExuXme0rM5beJsYxFeA,161
|
3
|
-
src/cli.py,sha256=P38IWER41S5oAfbd_7p89hBpnjClsNHpmE5pSsJc6uU,9733
|
4
|
-
src/config.py,sha256=RSsAYzl8cj6eaDN1RORMcfKKWBcp4bKTQp2BdhAL9mg,10258
|
5
|
-
src/config.pyi,sha256=FgehEGli8ZXSjGlANBgMGv5497q4XskQciOc1fUcxqM,2033
|
6
|
-
src/events.py,sha256=aFQrVXDIZwt55Dz6OtyoXu2yi9evqo-8jZzo3CR2Tto,4965
|
7
|
-
src/oauth_manager.py,sha256=qcQa5BDRZr4bjqiXNflCnrXOh9mo9JVjvP2Caseg2Uc,9943
|
8
|
-
src/permissions.py,sha256=NGAnlG_z59HEiVA-k3cYvwmmiuHzxuNb5Tbd5umbL00,10483
|
9
|
-
src/server.py,sha256=cnO5bgxT-lrfuwk9AIvB_HBV8SWOtFClfGUn5_zFWyo,45652
|
10
|
-
src/single_user_mcp.py,sha256=rJrlqHcIubGkos_24ux5rb3OoKYDzvagCHghhfDeXTI,18535
|
11
|
-
src/telemetry.py,sha256=-RZPIjpI53zbsKmp-63REeZ1JirWHV5WvpSRa2nqZEk,11321
|
12
|
-
src/frontend_dist/index.html,sha256=s95FMkH8VLisvawLH7bZxbLzRUFvMhHkH6ZMzpVBngs,673
|
13
|
-
src/frontend_dist/sw.js,sha256=rihX1es-vWwjmtnXyaksJjs2dio6MVAOTAWwQPeJUYw,2164
|
14
|
-
src/frontend_dist/assets/index-BUUcUfTt.js,sha256=awoyPI6u0v6ao2iarZdSkrSDUvyU8aNkMLqHMvgVgyY,257666
|
15
|
-
src/frontend_dist/assets/index-o6_8mdM8.css,sha256=nwmX_6q55mB9463XN2JM8BdeihjkALpQK83Fc3_iGvE,15936
|
16
|
-
src/middleware/data_access_tracker.py,sha256=bArBffWgYmvxOx9z_pgXQhogvnWQcc1m6WvEblDD4gw,15039
|
17
|
-
src/middleware/session_tracking.py,sha256=5W1VH9HNqIZeX0HNxDEm41U4GY6SqKSXtApDEeZK2qo,23084
|
18
|
-
open_edison-0.1.36.dist-info/METADATA,sha256=o3ys6S2yDzXOQXKUqJ43lArMvpxeUYYqwDnOAqbl5gs,11915
|
19
|
-
open_edison-0.1.36.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
20
|
-
open_edison-0.1.36.dist-info/entry_points.txt,sha256=qNAkJcnoTXRhj8J--3PDmXz_TQKdB8H_0C9wiCtDIyA,72
|
21
|
-
open_edison-0.1.36.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
22
|
-
open_edison-0.1.36.dist-info/RECORD,,
|
src/__init__.py
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
"""
|
2
|
-
Open Edison Source Package
|
3
|
-
|
4
|
-
Main source code package for the Open Edison single-user MCP proxy server.
|
5
|
-
|
6
|
-
This package exposes a CLI via `open-edison` / `open_edison` entrypoints.
|
7
|
-
"""
|
8
|
-
|
9
|
-
from .server import OpenEdisonProxy
|
10
|
-
|
11
|
-
__all__ = ["OpenEdisonProxy"]
|
/src/__main__.py → /__main__.py
RENAMED
File without changes
|
/src/cli.py → /cli.py
RENAMED
File without changes
|
/src/config.py → /config.py
RENAMED
File without changes
|
/src/config.pyi → /config.pyi
RENAMED
File without changes
|
/src/events.py → /events.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/src/server.py → /server.py
RENAMED
File without changes
|
File without changes
|
File without changes
|