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:
21
mcps/grepai/tools/grepai_rpg_fetch.json
Normal file
21
mcps/grepai/tools/grepai_rpg_fetch.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "grepai_rpg_fetch",
|
||||
"description": "Fetch detailed information about a specific RPG node including hierarchy, edges, and context.",
|
||||
"inputSchema": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"format": {
|
||||
"description": "Output format: 'json' (default) or 'toon' (token-efficient)",
|
||||
"type": "string"
|
||||
},
|
||||
"node_id": {
|
||||
"description": "Node ID to fetch (e.g., 'sym:main.go:HandleRequest')",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"node_id"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user