Skip to content

Server fails completey silently when mcp.json entry uses ${workspaceFolder} #243526

@connor4312

Description

@connor4312

@digitarald: STR: Add mcp for memory tool

    "Memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"],
      "env": {
        "MEMORY_FILE_PATH": "${workspaceFolder}/.vscode/memory.json"
      }
    },

🐛 Server Start/Output is a noop without any UI feedback.

DevTools:

Variable ${workspaceFolder} can not be resolved. Please open a folder.: CodeExpectedError: Variable ${workspaceFolder} can not be resolved. Please open a folder.
    at u (

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugchat-mcpinsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions