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_stats.json
Normal file
19
mcps/grepai/tools/grepai_stats.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "grepai_stats",
|
||||
"description": "Show token savings summary achieved by using grepai instead of grep-based workflows. Returns aggregated metrics from local stats.",
|
||||
"inputSchema": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"history": {
|
||||
"description": "Include per-day history breakdown (default: false)",
|
||||
"type": "boolean"
|
||||
},
|
||||
"limit": {
|
||||
"description": "Max days in history (default: 30, only used when history=true)",
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user