-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathconfig.example.toml
More file actions
51 lines (43 loc) · 1.17 KB
/
Copy pathconfig.example.toml
File metadata and controls
51 lines (43 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[DEBUG]
IS_DEBUG = false
[DEBUG.logging]
LOGGING_ON = true
LOGGING_CONSOLE_HANDLER_ON = false
LOGGING_FILE_HANDLER_ON = true
LOG_FILE = "~/.statamcp/stata_mcp_debug.log"
MAX_BYTES = 10_000_000
BACKUP_COUNT = 5
[BETA]
IS_ASYNC_DO = false
MAX_ASYNC_DO = 3
enable_data_info_url_guard = false
data_info_allowed_url_domains = []
enable_structured_log = false
# Windows only: re-enable the get_data_info MCP tool, which is hidden on
# Windows by default due to a known Windows-only MCP-wrapper bug.
enable_windows_data_info = false
[HELP]
IS_CACHE = true
IS_SAVE = true
[SECURITY]
IS_GUARD = true
ADO_INSTALL_ALLOWED_GITHUB_REPOSITORIES = []
# When true, GuardValidator scans dofiles for data-loading commands and
# rejects paths/URLs that violate the same rules as get_data_info.
enable_data_command_path_guard = false
strict_data_info_local_boundary = false
strict_read_log_boundary = false
[PROJECT]
WORKING_DIR = ""
CLEAN_LOG_DAYS = -1
FOLDER_TAG = ".statamcp"
[MONITOR]
IS_MONITOR = false
MAX_RAM_MB = -1
[data_info]
metrics = ["obs", "mean", "stderr", "min", "max", "q1", "q3", "skewness", "kurtosis"]
string_keep_number = 10
decimal_places = 3
hash_length = 12
[STATA]
STATA_CLI = ""