How to Add Agentic Tools (MCPs) to an Organization
How to use an MCP Allow List
secrets:
org-mcp-json:
data:
org_mcp.json: |
{
"mcpServers": {}
}
volumes:
org-mcp-json:
secret:
secretName: org-mcp-json
useShortName: true
volumeMounts:
org-mcp-json:
mountPath: /copilot_proxy/settings/org_mcp.json
subPath: org_mcp.jsonAdd built-in MCP to the entire organization
Last updated