This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"title": "MCP Configuration", | |
"description": "Configuration file for MCP servers in Visual Studio Code.", | |
"type": "object", | |
"properties": { | |
"servers": { | |
"description": "A map of MCP server configurations.", | |
"type": "object", | |
"patternProperties": { |