open-edison 0.1.37__tar.gz → 0.1.38__tar.gz
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.
- {open_edison-0.1.37 → open_edison-0.1.38}/PKG-INFO +1 -2
- {open_edison-0.1.37 → open_edison-0.1.38}/README.md +0 -1
- {open_edison-0.1.37 → open_edison-0.1.38}/pyproject.toml +5 -2
- {open_edison-0.1.37 → open_edison-0.1.38}/.gitignore +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/LICENSE +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/config.json +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/desktop_ext/README.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/README.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/architecture/single_user_design.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/core/configuration.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/core/project_structure.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/core/proxy_usage.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/deployment/docker.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/deployment/local.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/development/contributing.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/development/development_guide.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/development/testing.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/quick-reference/api_reference.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/docs/quick-reference/config_quick_start.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/hatch_build.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/installation_test/README.md +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/prompt_permissions.json +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/resource_permissions.json +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/__init__.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/__main__.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/cli.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/config.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/config.pyi +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/events.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/frontend_dist/assets/index-BUUcUfTt.js +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/frontend_dist/assets/index-o6_8mdM8.css +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/frontend_dist/index.html +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/frontend_dist/sw.js +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/__init__.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/__main__.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/api.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/cli.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/export_cli.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/exporters.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/import_api.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/importers.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/merge.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/parsers.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/paths.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/quick_cli.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/mcp_importer/types.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/middleware/data_access_tracker.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/middleware/session_tracking.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/oauth_manager.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/permissions.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/server.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/single_user_mcp.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/src/telemetry.py +0 -0
- {open_edison-0.1.37 → open_edison-0.1.38}/tool_permissions.json +0 -0
@@ -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
|
@@ -140,7 +140,6 @@ OPEN_EDISON_CONFIG_DIR=~/edison-config open-edison run
|
|
140
140
|
```bash
|
141
141
|
# From source (no install)
|
142
142
|
uv run python -m mcp_importer.quick_cli --yes
|
143
|
-
# After install: mcp-importer-quick --yes
|
144
143
|
```
|
145
144
|
|
146
145
|
- Preview what will be imported (no writes):
|
@@ -116,7 +116,6 @@ OPEN_EDISON_CONFIG_DIR=~/edison-config open-edison run
|
|
116
116
|
```bash
|
117
117
|
# From source (no install)
|
118
118
|
uv run python -m mcp_importer.quick_cli --yes
|
119
|
-
# After install: mcp-importer-quick --yes
|
120
119
|
```
|
121
120
|
|
122
121
|
- Preview what will be imported (no writes):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "open-edison"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.38"
|
4
4
|
description = "Open-source MCP security, aggregation, and monitoring. Single-user, self-hosted MCP proxy."
|
5
5
|
readme = "README.md"
|
6
6
|
authors = [
|
@@ -54,7 +54,10 @@ dev-dependencies = [
|
|
54
54
|
allow-direct-references = true
|
55
55
|
|
56
56
|
[tool.hatch.build.targets.wheel]
|
57
|
-
packages = ["src"]
|
57
|
+
packages = ["src", "src/mcp_importer"]
|
58
|
+
exclude = [
|
59
|
+
"src/mcp_importer/**",
|
60
|
+
]
|
58
61
|
include = [
|
59
62
|
"README.md",
|
60
63
|
"LICENSE",
|
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
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|