feat: add mcp-servers/**
This commit is contained in:
14
mcp-servers/rust-mcp-filesystem/.env.example
Normal file
14
mcp-servers/rust-mcp-filesystem/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Docker image version
|
||||
RUST_MCP_FILESYSTEM_VERSION=latest
|
||||
|
||||
# Host port override
|
||||
RUST_MCP_FILESYSTEM_PORT_OVERRIDE=8000
|
||||
|
||||
# Allowed paths (inside container)
|
||||
ALLOWED_PATHS=/projects
|
||||
|
||||
# Host workspace path to mount
|
||||
HOST_WORKSPACE_PATH=./workspace
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
Reference in New Issue
Block a user