- Skipped tests related to KB/DB search functionality due to temporary unavailability. - Updated test cases in chat_test.go, search_auth_integration_test.go, search_auto_full_test.go, and others to reflect this change. - Adjusted search handling in search.go to limit search types to "web" only until KB/DB search is re-enabled.
15 lines
482 B
JSON
15 lines
482 B
JSON
{
|
|
"name": "process_allowed",
|
|
"description": "Check which processes are allowed for process_call. Without a name, returns all allowed rules. With a name, checks if that specific process is allowed.",
|
|
"process": "tools.process_allowed",
|
|
"inputSchema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"description": "Process name to check (optional, omit to list all rules)"
|
|
}
|
|
}
|
|
},
|
|
"x-process-args": ["$args.name"]
|
|
}
|