{
    "github.copilot.advanced": {},
    "files.autoSave": "afterDelay",
    "mcp": {


        "inputs": [],
        "servers": {
            "mcp-server-time": {
                "command": "python",
                "args": [
                    "-m",
                    "mcp_server_time",
                    "--local-timezone=America/Los_Angeles"
                ],
                "env": {}
            },
            "Azure MCP Server": {
              
                "command": "npx",
                "args": [
                    "-y",
                    "@azure/mcp@latest",
                    "server",
                    "start"
                ]
            },
            "Viya-Models-MCP-Server": {
                "type": "http",
                "url": "http://localhost:8080/mcp",
                "dev": {
                    "watch": "src/**/*.ts",
                    "env": {
                        "NODE_ENV": "development",
                        "DEBUG": "none"
                    },
                    "debug": {
                        "type": "node"
                    }
                }
            }
        }
    },
    "chat.mcp.discovery.enabled": true,
    "terminal.integrated.defaultProfile.windows": "Git Bash",
    "npm.enableRunFromFolder": true
}