mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-05 17:21:50 +01:00
🔓 docs: Comment Out MCP Permissions in librechat.example.yaml (#11620)
This commit is contained in:
parent
5cf50dd15e
commit
56a1b28293
1 changed files with 3 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue