xcode-mcp-server 1.0.1__py3-none-any.whl → 1.0.2__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.
- xcode_mcp_server/__main__.py +1 -1
- {xcode_mcp_server-1.0.1.dist-info → xcode_mcp_server-1.0.2.dist-info}/METADATA +1 -1
- xcode_mcp_server-1.0.2.dist-info/RECORD +6 -0
- xcode_mcp_server-1.0.1.dist-info/RECORD +0 -6
- {xcode_mcp_server-1.0.1.dist-info → xcode_mcp_server-1.0.2.dist-info}/WHEEL +0 -0
- {xcode_mcp_server-1.0.1.dist-info → xcode_mcp_server-1.0.2.dist-info}/entry_points.txt +0 -0
xcode_mcp_server/__main__.py
CHANGED
@@ -38,7 +38,7 @@ def get_allowed_folders() -> Set[str]:
|
|
38
38
|
else:
|
39
39
|
print("Warning: Allowed folders was not specified.", file=sys.stderr)
|
40
40
|
print("Set XCODEMCP_ALLOWED_FOLDERS environment variable to a colon-separated list of allowed folders.", file=sys.stderr)
|
41
|
-
home = os.environ.get("HOME", "/")
|
41
|
+
home = os.environ.get("HOME", "/")
|
42
42
|
print("Trying $HOME, {home}", file=sys.stderr)
|
43
43
|
folder_list_str = home
|
44
44
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: xcode-mcp-server
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2
|
4
4
|
Summary: Drew's MCP server for Xcode integration
|
5
5
|
Project-URL: Homepage, https://github.com/drewster99/xcode-mcp-server
|
6
6
|
Project-URL: Repository, https://github.com/drewster99/xcode-mcp-server
|
@@ -0,0 +1,6 @@
|
|
1
|
+
xcode_mcp_server/__init__.py,sha256=3OJM6T0CtBDdfhpwMx7gFOwG7EZ0wmeJqdc_BctxAHM,474
|
2
|
+
xcode_mcp_server/__main__.py,sha256=j37oU29Mi3cuZanndlx0L2eT-7r6B99_K7BzTKdudyQ,19080
|
3
|
+
xcode_mcp_server-1.0.2.dist-info/METADATA,sha256=4j6pM-U8JPg_LK8ee4NkUVt5Z2REjn7Spi9_SRGzokM,4284
|
4
|
+
xcode_mcp_server-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
xcode_mcp_server-1.0.2.dist-info/entry_points.txt,sha256=u3sbPCAACGxesL3YtGByZRj6hXkL_FqncBmUMW1SEzo,59
|
6
|
+
xcode_mcp_server-1.0.2.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
xcode_mcp_server/__init__.py,sha256=3OJM6T0CtBDdfhpwMx7gFOwG7EZ0wmeJqdc_BctxAHM,474
|
2
|
-
xcode_mcp_server/__main__.py,sha256=3vtygTKhk2GuuYv3cKtd4BnLp4zPAIY9DO5sNWlgG7s,19081
|
3
|
-
xcode_mcp_server-1.0.1.dist-info/METADATA,sha256=AjFN93_Dhvs93Z9H88LBqFpl0aRqsLqsYB1k3U1_Tes,4284
|
4
|
-
xcode_mcp_server-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
xcode_mcp_server-1.0.1.dist-info/entry_points.txt,sha256=u3sbPCAACGxesL3YtGByZRj6hXkL_FqncBmUMW1SEzo,59
|
6
|
-
xcode_mcp_server-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|