mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-25 20:04:09 +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:
|
marketplace:
|
||||||
use: false
|
use: false
|
||||||
fileCitations: true
|
fileCitations: true
|
||||||
mcpServers:
|
# MCP Servers configuration example
|
||||||
# MCP Servers configuration
|
# mcpServers:
|
||||||
# Controls user permissions for MCP (Model Context Protocol) server management
|
# Controls user permissions for MCP (Model Context Protocol) server management
|
||||||
# - use: Allow users to use configured MCP servers
|
# - use: Allow users to use configured MCP servers
|
||||||
# - create: Allow users to create and manage new MCP servers
|
# - create: Allow users to create and manage new MCP servers
|
||||||
# - share: Allow users to share MCP servers with other users
|
# - share: Allow users to share MCP servers with other users
|
||||||
# - public: Allow users to share MCP servers publicly (with everyone)
|
# - 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
|
# Creation / edit MCP server config Dialog config example
|
||||||
# trustCheckbox:
|
# trustCheckbox:
|
||||||
# label:
|
# label:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue