Skip to content

Commit e7d1f02

Browse files
committed
Add .cursorindexingignore to exclude SpecStory auto-save files and update .gitignore accordingly. Enhance README with additional notes on uvx executable paths for various systems.
1 parent 3726e17 commit e7d1f02

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.cursorindexingignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Don't index SpecStory auto-save files, but allow explicit context inclusion via @ references
2+
.specstory/**

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ test/.env.test
1616

1717
# Logs folder
1818
logs/
19+
.specstory/

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ To configure this MCP server in VS Code:
4949
}
5050
```
5151

52+
> **Note:** On some systems, you may need to use the full path to the uvx executable instead of just "uvx". For example: `/home/user/.local/bin/uvx` on Linux/Mac or `C:\Users\username\AppData\Local\astral\uvx.exe` on Windows.
53+
5254
3. Alternatively, you can run the `MCP: Add Server` command from the Command Palette and provide the server information.
5355

5456
4. To manage your MCP servers, use the `MCP: List Servers` command from the Command Palette.
@@ -87,6 +89,8 @@ Add the following to your configuration file:
8789
}
8890
```
8991

92+
> **Note:** On some systems, you may need to use the full path to the uvx executable instead of just "uvx". For example: `/home/user/.local/bin/uvx` on Linux/Mac or `C:\Users\username\AppData\Local\astral\uvx.exe` on Windows.
93+
9094
After adding the configuration, restart Claude Desktop to apply the changes.
9195
</details>
9296

@@ -118,6 +122,8 @@ Add the following configuration to your file:
118122
}
119123
```
120124

125+
> **Note:** On some systems, you may need to use the full path to the uvx executable instead of just "uvx". For example: `/home/user/.local/bin/uvx` on Linux/Mac or `C:\Users\username\AppData\Local\astral\uvx.exe` on Windows.
126+
121127
After adding the configuration, restart Windsurf IDE or refresh the tools to apply the changes.
122128
</details>
123129

@@ -130,9 +136,8 @@ To configure the CodeLogic MCP server in Cursor:
130136

131137
```json
132138
{
133-
"servers": {
139+
"mcpServers": {
134140
"codelogic-mcp-server": {
135-
"type": "stdio",
136141
"command": "uvx",
137142
"args": [
138143
"codelogic-mcp-server@latest"
@@ -149,6 +154,8 @@ To configure the CodeLogic MCP server in Cursor:
149154
}
150155
```
151156

157+
> **Note:** On some systems, you may need to use the full path to the uvx executable instead of just "uvx". For example: `/home/user/.local/bin/uvx` on Linux/Mac or `C:\Users\username\AppData\Local\astral\uvx.exe` on Windows.
158+
152159
2. Restart Cursor to apply the changes.
153160

154161
The CodeLogic MCP server tools will now be available in your Cursor workspace.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)