Skip to content

Commit b426688

Browse files
committed
Update example of deniedMcpServers - better example
1 parent c7be46d commit b426688

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

content/copilot/reference/enterprise-administrators/enterprise-managed-settings.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,14 @@ The following example shows these keys in one managed settings file.
103103
{ "serverCommand": ["cmd", "/c", "uvx", "markitdown-mcp"] }
104104
],
105105
"deniedMcpServers": [
106-
{ "serverUrl": "https://learn.microsoft.com/*" }
106+
{
107+
"serverCommand": [
108+
"npx",
109+
"-y",
110+
"@modelcontextprotocol/server-filesystem",
111+
"/"
112+
]
113+
}
107114
],
108115
"sandbox": {
109116
"enabled": true,

0 commit comments

Comments
 (0)