open-edison 0.1.40__tar.gz → 0.1.41__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.40 → open_edison-0.1.41}/PKG-INFO +1 -1
- {open_edison-0.1.40 → open_edison-0.1.41}/pyproject.toml +1 -1
- {open_edison-0.1.40 → open_edison-0.1.41}/src/cli.py +2 -8
- {open_edison-0.1.40 → open_edison-0.1.41}/.gitignore +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/LICENSE +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/README.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/config.json +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/desktop_ext/README.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/README.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/architecture/single_user_design.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/core/configuration.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/core/project_structure.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/core/proxy_usage.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/deployment/docker.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/deployment/local.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/development/contributing.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/development/development_guide.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/development/testing.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/quick-reference/api_reference.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/docs/quick-reference/config_quick_start.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/hatch_build.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/installation_test/README.md +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/prompt_permissions.json +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/resource_permissions.json +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/__init__.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/__main__.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/config.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/config.pyi +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/events.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/frontend_dist/assets/index-BUUcUfTt.js +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/frontend_dist/assets/index-o6_8mdM8.css +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/frontend_dist/index.html +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/frontend_dist/sw.js +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/__init__.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/__main__.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/api.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/cli.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/export_cli.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/exporters.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/import_api.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/importers.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/merge.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/parsers.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/paths.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/quick_cli.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/mcp_importer/types.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/middleware/data_access_tracker.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/middleware/session_tracking.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/oauth_manager.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/permissions.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/server.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/single_user_mcp.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/src/telemetry.py +0 -0
- {open_edison-0.1.40 → open_edison-0.1.41}/tool_permissions.json +0 -0
@@ -45,7 +45,7 @@ def _parse_args(argv: list[str] | None = None) -> argparse.Namespace:
|
|
45
45
|
# import-mcp: import MCP servers from other tools into config.json
|
46
46
|
sp_import = subparsers.add_parser(
|
47
47
|
"import-mcp",
|
48
|
-
help="Import MCP servers from other tools (Cursor,
|
48
|
+
help="Import MCP servers from other tools (Cursor, VS Code, Claude Code)",
|
49
49
|
description=(
|
50
50
|
"Import MCP server configurations from other tools into Open Edison config.json.\n"
|
51
51
|
"Use --source to choose the tool and optional flags to control merging."
|
@@ -55,16 +55,10 @@ def _parse_args(argv: list[str] | None = None) -> argparse.Namespace:
|
|
55
55
|
"--source",
|
56
56
|
choices=[
|
57
57
|
"cursor",
|
58
|
-
"windsurf",
|
59
|
-
"cline",
|
60
|
-
"claude-desktop",
|
61
58
|
"vscode",
|
62
59
|
"claude-code",
|
63
|
-
"gemini-cli",
|
64
|
-
"codex",
|
65
|
-
"interactive",
|
66
60
|
],
|
67
|
-
default="
|
61
|
+
default="cursor",
|
68
62
|
help="Source application to import from",
|
69
63
|
)
|
70
64
|
sp_import.add_argument(
|
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
|