open-edison 0.1.85__tar.gz → 0.1.85rc1__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.
Files changed (66) hide show
  1. {open_edison-0.1.85 → open_edison-0.1.85rc1}/PKG-INFO +1 -1
  2. {open_edison-0.1.85 → open_edison-0.1.85rc1}/pyproject.toml +1 -1
  3. open_edison-0.1.85/test_config/config.json +0 -145
  4. open_edison-0.1.85/test_config/prompt_permissions.json +0 -15
  5. open_edison-0.1.85/test_config/resource_permissions.json +0 -15
  6. open_edison-0.1.85/tool_permissions.json +0 -255
  7. {open_edison-0.1.85 → open_edison-0.1.85rc1}/.gitignore +0 -0
  8. {open_edison-0.1.85 → open_edison-0.1.85rc1}/LICENSE +0 -0
  9. {open_edison-0.1.85 → open_edison-0.1.85rc1}/README.md +0 -0
  10. {open_edison-0.1.85 → open_edison-0.1.85rc1}/config.json +0 -0
  11. {open_edison-0.1.85 → open_edison-0.1.85rc1}/desktop_ext/README.md +0 -0
  12. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/README.md +0 -0
  13. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/architecture/single_user_design.md +0 -0
  14. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/core/configuration.md +0 -0
  15. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/core/project_structure.md +0 -0
  16. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/core/proxy_usage.md +0 -0
  17. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/deployment/docker.md +0 -0
  18. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/deployment/local.md +0 -0
  19. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/development/contributing.md +0 -0
  20. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/development/development_guide.md +0 -0
  21. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/development/testing.md +0 -0
  22. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/quick-reference/api_reference.md +0 -0
  23. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/quick-reference/config_quick_start.md +0 -0
  24. {open_edison-0.1.85 → open_edison-0.1.85rc1}/docs/testing_status.md +0 -0
  25. {open_edison-0.1.85 → open_edison-0.1.85rc1}/hatch_build.py +0 -0
  26. {open_edison-0.1.85 → open_edison-0.1.85rc1}/installation_test/README.md +0 -0
  27. {open_edison-0.1.85 → open_edison-0.1.85rc1}/prompt_permissions.json +0 -0
  28. {open_edison-0.1.85 → open_edison-0.1.85rc1}/resource_permissions.json +0 -0
  29. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/__init__.py +0 -0
  30. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/__main__.py +0 -0
  31. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/cli.py +0 -0
  32. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/config.py +0 -0
  33. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/config.pyi +0 -0
  34. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/demos/trifecta.py +0 -0
  35. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/events.py +0 -0
  36. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/frontend_dist/assets/index-D05VN_1l.css +0 -0
  37. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/frontend_dist/assets/index-D6ziuTsl.js +0 -0
  38. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/frontend_dist/index.html +0 -0
  39. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/frontend_dist/sw.js +0 -0
  40. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/__init__.py +0 -0
  41. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/__main__.py +0 -0
  42. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/api.py +0 -0
  43. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/cli.py +0 -0
  44. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/export_cli.py +0 -0
  45. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/exporters.py +0 -0
  46. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/import_api.py +0 -0
  47. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/importers.py +0 -0
  48. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/merge.py +0 -0
  49. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/parsers.py +0 -0
  50. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/paths.py +0 -0
  51. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/quick_cli.py +0 -0
  52. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_importer/types.py +0 -0
  53. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/mcp_stdio_capture.py +0 -0
  54. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/middleware/data_access_tracker.py +0 -0
  55. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/middleware/session_tracking.py +0 -0
  56. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/oauth_manager.py +0 -0
  57. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/oauth_override.py +0 -0
  58. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/permissions.py +0 -0
  59. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/server.py +0 -0
  60. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/setup_tui/__init__.py +0 -0
  61. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/setup_tui/main.py +0 -0
  62. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/single_user_mcp.py +0 -0
  63. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/telemetry.py +0 -0
  64. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/tools/io.py +0 -0
  65. {open_edison-0.1.85 → open_edison-0.1.85rc1}/src/vulture_whitelist.py +0 -0
  66. {open_edison-0.1.85/test_config → open_edison-0.1.85rc1}/tool_permissions.json +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: open-edison
3
- Version: 0.1.85
3
+ Version: 0.1.85rc1
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
  [project]
2
2
  name = "open-edison"
3
- version = "0.1.85"
3
+ version = "0.1.85rc1"
4
4
  description = "Open-source MCP security, aggregation, and monitoring. Single-user, self-hosted MCP proxy."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -1,145 +0,0 @@
1
- {
2
- "server": {
3
- "host": "0.0.0.0",
4
- "port": 3000,
5
- "api_key": "dev-api-key-change-me"
6
- },
7
- "autoconfig_url": "https://api.edison.watch/api/config-perms",
8
- "logging": {
9
- "level": "INFO",
10
- "database_path": "sessions.db"
11
- },
12
- "edison-watch-api-key": "change-me",
13
- "mcp_servers": [
14
- {
15
- "name": "filesystem",
16
- "command": "npx",
17
- "args": [
18
- "-y",
19
- "@modelcontextprotocol/server-filesystem",
20
- "/tmp",
21
- "/private/tmp"
22
- ],
23
- "env": {},
24
- "enabled": true,
25
- "roots": []
26
- },
27
- {
28
- "name": "fetch",
29
- "command": "uvx",
30
- "args": [
31
- "mcp-server-fetch"
32
- ],
33
- "env": {},
34
- "enabled": true
35
- },
36
- {
37
- "name": "github",
38
- "command": "npx",
39
- "args": [
40
- "-y",
41
- "@github/mcp-server-github"
42
- ],
43
- "env": {
44
- "GITHUB_TOKEN": "your-github-token-here"
45
- },
46
- "enabled": false
47
- },
48
- {
49
- "name": "sqlite",
50
- "command": "npx",
51
- "args": [
52
- "-y",
53
- "mcp-sqlite",
54
- "./test.db"
55
- ],
56
- "env": {},
57
- "enabled": true,
58
- "roots": []
59
- },
60
- {
61
- "name": "supabase",
62
- "command": "npx",
63
- "args": [
64
- "-y",
65
- "@supabase/mcp-server-supabase@latest"
66
- ],
67
- "env": {
68
- "SUPABASE_ACCESS_TOKEN": "your-supabase-access-token"
69
- },
70
- "enabled": false
71
- },
72
- {
73
- "name": "atlassian",
74
- "command": "npx",
75
- "args": [
76
- "-y",
77
- "mcp-remote",
78
- "https://mcp.atlassian.com/v1/sse"
79
- ],
80
- "env": {},
81
- "enabled": false
82
- },
83
- {
84
- "name": "figma",
85
- "command": "npx",
86
- "args": [
87
- "-y",
88
- "figma-developer-mcp",
89
- "--stdio"
90
- ],
91
- "env": {
92
- "FIGMA_API_KEY": "your-figma-api-key"
93
- },
94
- "enabled": false
95
- },
96
- {
97
- "name": "figma_dev_mode",
98
- "command": "npx",
99
- "args": [
100
- "-y",
101
- "mcp-remote",
102
- "http://127.0.0.1:3845/sse"
103
- ],
104
- "env": {},
105
- "enabled": false
106
- },
107
- {
108
- "name": "playwright",
109
- "command": "npx",
110
- "args": [
111
- "-y",
112
- "@automatalabs/mcp-server-playwright"
113
- ],
114
- "env": {},
115
- "enabled": false
116
- },
117
- {
118
- "name": "google_drive",
119
- "command": "npx",
120
- "args": [
121
- "-y",
122
- "@modelcontextprotocol/server-gdrive"
123
- ],
124
- "env": {
125
- "GOOGLE_CLIENT_ID": "your-client-id",
126
- "GOOGLE_CLIENT_SECRET": "your-client-secret",
127
- "GOOGLE_REFRESH_TOKEN": "your-refresh-token"
128
- },
129
- "enabled": false
130
- },
131
- {
132
- "name": "zapier",
133
- "command": "npx",
134
- "args": [
135
- "-y",
136
- "mcp-remote",
137
- "https://mcp.zapier.com/api/mcp/s/REPLACE_WITH_ACCESS_TOKEN/mcp",
138
- "--header",
139
- "Accept: application/json, text/event-stream"
140
- ],
141
- "env": {},
142
- "enabled": false
143
- }
144
- ]
145
- }
@@ -1,15 +0,0 @@
1
- {
2
- "_metadata": {
3
- "description": "Prompt security classifications for Open Edison data access tracker",
4
- "last_updated": "2025-08-07"
5
- },
6
- "builtin": {
7
- "summarize_text": {
8
- "enabled": true,
9
- "write_operation": false,
10
- "read_private_data": false,
11
- "read_untrusted_public_data": false
12
- }
13
- },
14
- "sqlite": {}
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "_metadata": {
3
- "description": "Resource security classifications for Open Edison data access tracker",
4
- "last_updated": "2025-08-07"
5
- },
6
- "builtin": {
7
- "config://app": {
8
- "enabled": true,
9
- "write_operation": false,
10
- "read_private_data": false,
11
- "read_untrusted_public_data": false
12
- }
13
- },
14
- "sqlite": {}
15
- }
@@ -1,255 +0,0 @@
1
- {
2
- "_metadata": {
3
- "description": "Tool security classifications for Open Edison data access tracker",
4
- "last_updated": "2025-08-07"
5
- },
6
- "builtin": {
7
- "echo": {
8
- "enabled": true,
9
- "write_operation": false,
10
- "read_private_data": false,
11
- "read_untrusted_public_data": false,
12
- "acl": "PUBLIC"
13
- },
14
- "get_server_info": {
15
- "enabled": true,
16
- "write_operation": false,
17
- "read_private_data": false,
18
- "read_untrusted_public_data": false,
19
- "acl": "PUBLIC"
20
- },
21
- "get_security_status": {
22
- "enabled": true,
23
- "write_operation": false,
24
- "read_private_data": false,
25
- "read_untrusted_public_data": false,
26
- "acl": "PUBLIC"
27
- },
28
- "get_available_tools": {
29
- "enabled": true,
30
- "write_operation": false,
31
- "read_private_data": false,
32
- "read_untrusted_public_data": false,
33
- "acl": "PUBLIC"
34
- },
35
- "tools_changed": {
36
- "enabled": true,
37
- "write_operation": false,
38
- "read_private_data": false,
39
- "read_untrusted_public_data": false,
40
- "acl": "PUBLIC"
41
- }
42
- },
43
- "filesystem": {
44
- "read_file": {
45
- "enabled": true,
46
- "write_operation": false,
47
- "read_private_data": true,
48
- "read_untrusted_public_data": false,
49
- "acl": "PRIVATE"
50
- },
51
- "read_text_file": {
52
- "enabled": true,
53
- "write_operation": false,
54
- "read_private_data": true,
55
- "read_untrusted_public_data": false,
56
- "acl": "PRIVATE"
57
- },
58
- "read_media_file": {
59
- "enabled": true,
60
- "write_operation": false,
61
- "read_private_data": true,
62
- "read_untrusted_public_data": false,
63
- "acl": "PRIVATE"
64
- },
65
- "read_multiple_files": {
66
- "enabled": true,
67
- "write_operation": false,
68
- "read_private_data": true,
69
- "read_untrusted_public_data": false,
70
- "acl": "PRIVATE"
71
- },
72
- "write_file": {
73
- "enabled": true,
74
- "write_operation": true,
75
- "read_private_data": false,
76
- "read_untrusted_public_data": false,
77
- "acl": "PUBLIC"
78
- },
79
- "edit_file": {
80
- "enabled": true,
81
- "write_operation": true,
82
- "read_private_data": true,
83
- "read_untrusted_public_data": false,
84
- "acl": "PRIVATE"
85
- },
86
- "create_directory": {
87
- "enabled": true,
88
- "write_operation": true,
89
- "read_private_data": false,
90
- "read_untrusted_public_data": false,
91
- "acl": "PRIVATE"
92
- },
93
- "list_directory": {
94
- "enabled": true,
95
- "write_operation": false,
96
- "read_private_data": true,
97
- "read_untrusted_public_data": false,
98
- "acl": "PRIVATE"
99
- },
100
- "list_directory_with_sizes": {
101
- "enabled": true,
102
- "write_operation": false,
103
- "read_private_data": true,
104
- "read_untrusted_public_data": false,
105
- "acl": "PRIVATE"
106
- },
107
- "directory_tree": {
108
- "enabled": true,
109
- "write_operation": false,
110
- "read_private_data": true,
111
- "read_untrusted_public_data": false,
112
- "acl": "PRIVATE"
113
- },
114
- "move_file": {
115
- "enabled": true,
116
- "write_operation": true,
117
- "read_private_data": true,
118
- "read_untrusted_public_data": false,
119
- "acl": "PRIVATE"
120
- },
121
- "search_files": {
122
- "enabled": true,
123
- "write_operation": false,
124
- "read_private_data": true,
125
- "read_untrusted_public_data": false,
126
- "acl": "PRIVATE"
127
- },
128
- "get_file_info": {
129
- "enabled": true,
130
- "write_operation": false,
131
- "read_private_data": true,
132
- "read_untrusted_public_data": false,
133
- "acl": "PRIVATE"
134
- },
135
- "list_allowed_directories": {
136
- "enabled": true,
137
- "write_operation": false,
138
- "read_private_data": false,
139
- "read_untrusted_public_data": false,
140
- "acl": "PUBLIC"
141
- }
142
- },
143
- "fetch": {
144
- "fetch": {
145
- "enabled": true,
146
- "write_operation": false,
147
- "read_private_data": false,
148
- "read_untrusted_public_data": true,
149
- "acl": "PUBLIC",
150
- "description": "Fetch content from a URL (considered untrusted public data)"
151
- }
152
- },
153
- "sqlite": {
154
- "db_info": {
155
- "enabled": true,
156
- "write_operation": false,
157
- "read_private_data": true,
158
- "read_untrusted_public_data": false,
159
- "description": "Get information about the database",
160
- "acl": "PRIVATE"
161
- },
162
- "query": {
163
- "enabled": true,
164
- "write_operation": true,
165
- "read_private_data": true,
166
- "read_untrusted_public_data": false,
167
- "description": "Execute a raw SQL query against the database with optional parameter values",
168
- "acl": "PRIVATE"
169
- },
170
- "list_tables": {
171
- "enabled": true,
172
- "write_operation": false,
173
- "read_private_data": true,
174
- "read_untrusted_public_data": false,
175
- "description": "List all user tables in the SQLite database (excludes system tables)",
176
- "acl": "PRIVATE"
177
- },
178
- "get_table_schema": {
179
- "enabled": true,
180
- "write_operation": false,
181
- "read_private_data": true,
182
- "read_untrusted_public_data": false,
183
- "description": "Get the schema information for a specific table including column details",
184
- "acl": "PRIVATE"
185
- },
186
- "create_record": {
187
- "enabled": true,
188
- "write_operation": true,
189
- "read_private_data": true,
190
- "read_untrusted_public_data": false,
191
- "description": "Insert a new record into a table with specified data",
192
- "acl": "PRIVATE"
193
- },
194
- "read_records": {
195
- "enabled": true,
196
- "write_operation": false,
197
- "read_private_data": true,
198
- "read_untrusted_public_data": false,
199
- "description": "Read records from a table with optional conditions, limit, and offset",
200
- "acl": "PRIVATE"
201
- },
202
- "update_records": {
203
- "enabled": true,
204
- "write_operation": true,
205
- "read_private_data": true,
206
- "read_untrusted_public_data": false,
207
- "description": "Update records in a table based on specified conditions",
208
- "acl": "PRIVATE"
209
- },
210
- "delete_records": {
211
- "enabled": true,
212
- "write_operation": true,
213
- "read_private_data": true,
214
- "read_untrusted_public_data": false,
215
- "description": "Delete records from a table based on specified conditions",
216
- "acl": "PRIVATE"
217
- }
218
- },
219
- "test_server": {
220
- "test_server/*": {
221
- "enabled": true,
222
- "write_operation": false,
223
- "read_private_data": true,
224
- "read_untrusted_public_data": false,
225
- "acl": "PRIVATE"
226
- }
227
- },
228
- "atlassian": {
229
- "getAccessibleAtlassianResources": {
230
- "enabled": true,
231
- "write_operation": false,
232
- "read_private_data": true,
233
- "read_untrusted_public_data": true,
234
- "acl": "PUBLIC"
235
- }
236
- },
237
- "zapier": {
238
- "add_tools": {
239
- "enabled": true,
240
- "write_operation": false,
241
- "read_private_data": false,
242
- "read_untrusted_public_data": false,
243
- "acl": "PUBLIC",
244
- "description": "Adds a new tool to the tool registry. Caution: Do not disable it is required for zapier to work properly"
245
- },
246
- "edit_tools": {
247
- "enabled": true,
248
- "write_operation": false,
249
- "read_private_data": false,
250
- "read_untrusted_public_data": false,
251
- "acl": "PUBLIC",
252
- "description": "Edit your existing MCP provider actions. TODO: Unknown side-effects"
253
- }
254
- }
255
- }
File without changes
File without changes
File without changes
File without changes