My Wiki!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming:0_ide:kilocode_vscode [2026/07/09 11:18] – [pdf-reader mcp for vscode] tdprogramming:0_ide:kilocode_vscode [2026/07/09 11:34] (current) – [pdf-reader mcp for vscode] td
Line 176: Line 176:
            
            
-```+```JSON 
 + 
 + "mcp":
 +    "memvid":
 +      "type": "local", 
 +      "command":
 +        "cmd", 
 +        "/c", 
 +        "C:\\devfs\\node-v26.5.0-win-x64\\memvid-mcp-server.cmd" 
 +      ], 
 +      "environment":
 +        "OPENAI_API_KEY": "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", 
 +        "MEMVID_LOCAL_STORAGE": "1" 
 +      }, 
 +      "enabled": true, 
 +      "timeout": 30000 
 +    },
     "pdf-reader": {     "pdf-reader": {
       "type": "local",       "type": "local",
-      "command": ["cmd", "/c", "D:\\devfs\\npm-global\\pdf-reader-mcp.cmd"],+      "command": [ 
 +        "cmd", 
 +        "/c", 
 +        "C:\\devfs\\node-v26.5.0-win-x64\\pdf-reader-mcp.cmd" 
 +      ],
       "arguments": [],       "arguments": [],
       "enabled": true,       "enabled": true,
       "timeout": 30000       "timeout": 30000
     }     }
 +  },
 +
  
 ``` ```

Navigation