mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-16 07:51:32 +03:00
🔓 docs: Comment Out MCP Permissions in librechat.example.yaml (#11620)
This commit is contained in:
@@ -102,17 +102,14 @@ interface:
|
||||
marketplace:
|
||||
use: false
|
||||
fileCitations: true
|
||||
mcpServers:
|
||||
# MCP Servers configuration
|
||||
# MCP Servers configuration example
|
||||
# mcpServers:
|
||||
# Controls user permissions for MCP (Model Context Protocol) server management
|
||||
# - use: Allow users to use configured MCP servers
|
||||
# - create: Allow users to create and manage new MCP servers
|
||||
# - share: Allow users to share MCP servers with other users
|
||||
# - public: Allow users to share MCP servers publicly (with everyone)
|
||||
use: false
|
||||
share: false
|
||||
create: false
|
||||
public: false
|
||||
|
||||
# Creation / edit MCP server config Dialog config example
|
||||
# trustCheckbox:
|
||||
# label:
|
||||
|
||||
Reference in New Issue
Block a user