Skip to content

Commit 1cd868a

Browse files
committed
XCF 1.0.2
1.0.2
1 parent 5f604e6 commit 1cd868a

29 files changed

Lines changed: 213 additions & 123 deletions

File tree

.DS_Store

-2 KB
Binary file not shown.

.cursor/mcp.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
"mcpServers": {
33
"xcf": {
44
"type": "stdio",
5-
"command": "/Users/username/xcf/xcf",
6-
"args": [],
5+
"command": "/Applications/xcf.app/Contents/MacOS/xcf",
76
"env": {
87
"XCODE_PROJECT_FOLDER_optional": "/path/to/project/",
98
"XCODE_PROJECT_optional": "/path/to/project/project.xcodeproj"
109
}
1110
}
1211
}
13-
}
12+
}

.cursor/rules/xcf.mdc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ Add xcf to your MCP configuration file:
1818
"mcpServers": {
1919
"xcf": {
2020
"type": "stdio",
21-
"command": "/Users/username/xcf/xcf",
22-
"args": [],
23-
"env": {
24-
"XCODE_PROJECT_FOLDER_optional": "/path/to/project/",
25-
"XCODE_PROJECT_optional": "/path/to/project/project.xcodeproj"
26-
}
21+
"command": "/Applications/xcf.app/Contents/MacOS/xcf"
2722
}
2823
}
2924
}
@@ -44,10 +39,10 @@ For non-Cursor clients or users requiring project-level control, add these optio
4439
"mcpServers": {
4540
"xcf": {
4641
"type": "stdio",
47-
"command": "/path/to/xcf",
42+
"command": "/Applications/xcf.app/Contents/MacOS/xcf",
4843
"env": {
49-
"WORKSPACE_FOLDER_PATHS": "/path/to/workspace/",
50-
"XCODE_PROJECT": "/path/to/project.xcodeproj"
44+
"XCODE_PROJECT_FOLDER_optional": "/path/to/project/",
45+
"XCODE_PROJECT_optional": "/path/to/project/project.xcodeproj"
5146
}
5247
}
5348
}

Constants.swift

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ Add xcf to your MCP config:
4040
"mcpServers": {
4141
"xcf": {
4242
"type": "stdio",
43-
"command": "/path/to/xcf"
43+
"command": "/Applications/xcf.app/Contents/MacOS/xcf"
4444
}
4545
}
4646
}
47+
4748
```
4849

4950
Config location:
@@ -61,8 +62,7 @@ For non-Cursor clients or users who want more project-level control, you can add
6162
"mcpServers": {
6263
"xcf": {
6364
"type": "stdio",
64-
"command": "/Users/username/xcf/xcf",
65-
"args": [],
65+
"command": "/Applications/xcf.app/Contents/MacOS/xcf",
6666
"env": {
6767
"XCODE_PROJECT_FOLDER_optional": "/path/to/project/",
6868
"XCODE_PROJECT_optional": "/path/to/project/project.xcodeproj"

xcf-logo.png

-20.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)