Spaces:
Sleeping
Sleeping
Remove jcodemunch MCP config and update .gitignore
Browse filesRemoved the "jcodemunch" MCP server configuration from settings.json. Updated .gitignore to exclude /.claude/settings.json from version control.
- .claude/settings.json +0 -9
- .gitignore +1 -0
.claude/settings.json
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"mcpServers": {
|
| 3 |
-
"jcodemunch": {
|
| 4 |
-
"command": "C:\\Users\\cfettinger\\AppData\\Local\\Programs\\Python\\Python311\\Scripts\\jcodemunch-mcp.exe",
|
| 5 |
-
"args": [],
|
| 6 |
-
"type": "stdio"
|
| 7 |
-
}
|
| 8 |
-
}
|
| 9 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.gitignore
CHANGED
|
@@ -18,3 +18,4 @@ separated/htdemucs_6s/
|
|
| 18 |
*.webm
|
| 19 |
*.pyi
|
| 20 |
.claude/settings.json
|
|
|
|
|
|
| 18 |
*.webm
|
| 19 |
*.pyi
|
| 20 |
.claude/settings.json
|
| 21 |
+
/.claude/settings.json
|