forked from Teradata/teradata-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofiles.yml
More file actions
63 lines (57 loc) · 760 Bytes
/
Copy pathprofiles.yml
File metadata and controls
63 lines (57 loc) · 760 Bytes
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
52
53
54
55
56
57
58
59
60
61
62
63
all:
tool:
- .*
prompt:
- ^(?!test_).*
resource:
- .*
tester:
tool:
- .*
prompt:
- .*
resource:
- .*
dba:
tool:
- ^dba_*
- ^base_*
- ^sec_*
prompt:
- ^dba_*
dataScientist:
tool:
- ^base_*
- ^rag_*
- ^sql_*
- ^fs_*
- ^qlty_*
- ^tdvs_*
- ^sec_userDbPermissions
- ^dba_userSqlList
- ^plot_*
- ^tdml_*
prompt:
- ^rag_*
- ^sql_*
- ^tdvs_*
eda:
tool:
- "base_(?!(writeQuery|dynamicQuery)$).*"
- qlty_.*
- sec_userDbPermissions
bar:
tool:
- ^bar_*
- ^base_readQuery$
- ^base_databaseList$
prompt:
- ^bar_*
resource:
- ^bar_*
llmUser:
tool:
- ^base_*
- ^chat_cmplt_*
prompt:
- ^chat_cmplt_*