sync: auto-sync from GURU-5070 at 2026-06-14 20:04:14
Author: Mike Swanson Machine: GURU-5070 Timestamp: 2026-06-14 20:04:14
This commit is contained in:
19
mcps/grepai/tools/grepai_list_projects.json
Normal file
19
mcps/grepai/tools/grepai_list_projects.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "grepai_list_projects",
|
||||
"description": "List all projects within a workspace. Use this to discover project names and file paths relative to their project roots, which informs how to use the --path parameter in grepai_search.",
|
||||
"inputSchema": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"format": {
|
||||
"description": "Output format: 'json' (default) or 'toon' (token-efficient)",
|
||||
"type": "string"
|
||||
},
|
||||
"workspace": {
|
||||
"description": "Name of the workspace to list projects for (optional when mcp-serve was started with --workspace)",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user