Surn commited on
Commit
fc487f0
·
1 Parent(s): 7eeb76c

Remove jcodemunch MCP config and update .gitignore

Browse files

Removed the "jcodemunch" MCP server configuration from settings.json. Updated .gitignore to exclude /.claude/settings.json from version control.

Files changed (2) hide show
  1. .claude/settings.json +0 -9
  2. .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