xcode-mcp-server 1.0.5__py3-none-any.whl → 1.0.6__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.
@@ -1,6 +1,6 @@
1
1
  """Xcode MCP Server - Model Context Protocol server for Xcode integration"""
2
2
 
3
- __version__ = "1.0.5"
3
+ __version__ = "1.0.6"
4
4
 
5
5
  def main():
6
6
  """Entry point for the xcode-mcp-server command"""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xcode-mcp-server
3
- Version: 1.0.5
3
+ Version: 1.0.6
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
@@ -111,7 +111,57 @@ If you omit the `env` section, access will default to your $HOME directory.
111
111
 
112
112
  claude mcp add --scope user --transport stdio `which uvx` xcode-mcp-server
113
113
 
114
-
114
+ 3. Add xcode-mcp-server to **Cursor AI**
115
+
116
+ - Install Cursor, of course
117
+ - In Cursor, navigate to: Cursor --> Settings --> Cursor Settings
118
+ - Then choose 'Tools & Integrations'
119
+ - Tap the + button for 'New MCP Server'
120
+
121
+ The steps above will get you editing the file ~/.cursor/mcp.json, which you could also edit directly, if you prefer. Add a section for 'xcode-mcp-server' in the 'mcpServers' section - like this:
122
+
123
+ ```json
124
+ {
125
+ "mcpServers": {
126
+ "xcode-mcp-server": {
127
+ "command": "uvx",
128
+ "args": [
129
+ "xcode-mcp-server"
130
+ ]
131
+ }
132
+ }
133
+ }
134
+ ```
135
+
136
+ If you'd like to allow only certain projects or folders to be accessible by xcode-mcp-server, add the `env` option, with a colon-separated list of absolute folder paths, like this:
137
+
138
+ ```json
139
+ {
140
+ "mcpServers": {
141
+ "xcode-mcp-server": {
142
+ "command": "uvx",
143
+ "args": [
144
+ "xcode-mcp-server"
145
+ ],
146
+ "env": {
147
+ "XCODEMCP_ALLOWED_FOLDERS": "/Users/andrew/my_project:/Users/andrew/Documents/source"
148
+ }
149
+ }
150
+ }
151
+ }
152
+ ```
153
+
154
+ Be sure to hit Command-S to save the file.
155
+
156
+ If you omit the `env` section, access will default to your $HOME directory.
157
+
158
+ ### Test it out
159
+ - Open cursor to your favorite xcode project (just open the root folder of the project or git repo), and tell Cursor something like:
160
+
161
+ build this project using xcode-mcp-server
162
+
163
+ You'll get a permission prompt from Cursor and then one from macOS, and after that you should be off and running.
164
+
115
165
  ## Usage
116
166
 
117
167
  1. Open Xcode with a project
@@ -0,0 +1,6 @@
1
+ xcode_mcp_server/__init__.py,sha256=-yQHFLCSDJZJS02NJ6mpGaL0PGEk2Zgct4ozciGy3Ls,3028
2
+ xcode_mcp_server/__main__.py,sha256=Sonqk9OfjgBxqIa41t9qR477DJLDg9EIjYIwkdyhAhk,30952
3
+ xcode_mcp_server-1.0.6.dist-info/METADATA,sha256=F2LFLWTjrey2gau1GoJBrop7pGsQOiH0dazp5ywheZA,6592
4
+ xcode_mcp_server-1.0.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ xcode_mcp_server-1.0.6.dist-info/entry_points.txt,sha256=u3sbPCAACGxesL3YtGByZRj6hXkL_FqncBmUMW1SEzo,59
6
+ xcode_mcp_server-1.0.6.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- xcode_mcp_server/__init__.py,sha256=toZJvPdmw_AXREqYjK7qmPmlT9934jqCUeGFNUvXV00,3028
2
- xcode_mcp_server/__main__.py,sha256=Sonqk9OfjgBxqIa41t9qR477DJLDg9EIjYIwkdyhAhk,30952
3
- xcode_mcp_server-1.0.5.dist-info/METADATA,sha256=v2yqmOeWOMlCjzsurEbiK-Bk2YJKkuequ8FzetYLSTo,5059
4
- xcode_mcp_server-1.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- xcode_mcp_server-1.0.5.dist-info/entry_points.txt,sha256=u3sbPCAACGxesL3YtGByZRj6hXkL_FqncBmUMW1SEzo,59
6
- xcode_mcp_server-1.0.5.dist-info/RECORD,,