-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
123 lines (123 loc) · 3.65 KB
/
index.json
File metadata and controls
123 lines (123 loc) · 3.65 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "@rethunk/mcp-multi-root-git tool schemas index",
"description": "Index of all available MCP tool parameter schemas.",
"generatedBy": "scripts/generate-individual-schemas.ts",
"tools": [
{
"name": "git_status",
"file": "git_status.json",
"description": "Parameter schema for the 'git_status' MCP tool."
},
{
"name": "git_inventory",
"file": "git_inventory.json",
"description": "Parameter schema for the 'git_inventory' MCP tool."
},
{
"name": "git_parity",
"file": "git_parity.json",
"description": "Parameter schema for the 'git_parity' MCP tool."
},
{
"name": "list_presets",
"file": "list_presets.json",
"description": "Parameter schema for the 'list_presets' MCP tool."
},
{
"name": "git_log",
"file": "git_log.json",
"description": "Parameter schema for the 'git_log' MCP tool."
},
{
"name": "git_diff_summary",
"file": "git_diff_summary.json",
"description": "Parameter schema for the 'git_diff_summary' MCP tool."
},
{
"name": "git_diff",
"file": "git_diff.json",
"description": "Parameter schema for the 'git_diff' MCP tool."
},
{
"name": "git_show",
"file": "git_show.json",
"description": "Parameter schema for the 'git_show' MCP tool."
},
{
"name": "git_worktree_list",
"file": "git_worktree_list.json",
"description": "Parameter schema for the 'git_worktree_list' MCP tool."
},
{
"name": "git_stash_list",
"file": "git_stash_list.json",
"description": "Parameter schema for the 'git_stash_list' MCP tool."
},
{
"name": "git_blame",
"file": "git_blame.json",
"description": "Parameter schema for the 'git_blame' MCP tool."
},
{
"name": "git_branch_list",
"file": "git_branch_list.json",
"description": "Parameter schema for the 'git_branch_list' MCP tool."
},
{
"name": "git_reflog",
"file": "git_reflog.json",
"description": "Parameter schema for the 'git_reflog' MCP tool."
},
{
"name": "git_fetch",
"file": "git_fetch.json",
"description": "Parameter schema for the 'git_fetch' MCP tool."
},
{
"name": "batch_commit",
"file": "batch_commit.json",
"description": "Parameter schema for the 'batch_commit' MCP tool."
},
{
"name": "git_push",
"file": "git_push.json",
"description": "Parameter schema for the 'git_push' MCP tool."
},
{
"name": "git_merge",
"file": "git_merge.json",
"description": "Parameter schema for the 'git_merge' MCP tool."
},
{
"name": "git_cherry_pick",
"file": "git_cherry_pick.json",
"description": "Parameter schema for the 'git_cherry_pick' MCP tool."
},
{
"name": "git_reset_soft",
"file": "git_reset_soft.json",
"description": "Parameter schema for the 'git_reset_soft' MCP tool."
},
{
"name": "git_tag",
"file": "git_tag.json",
"description": "Parameter schema for the 'git_tag' MCP tool."
},
{
"name": "git_worktree_add",
"file": "git_worktree_add.json",
"description": "Parameter schema for the 'git_worktree_add' MCP tool."
},
{
"name": "git_worktree_remove",
"file": "git_worktree_remove.json",
"description": "Parameter schema for the 'git_worktree_remove' MCP tool."
},
{
"name": "git_stash_apply",
"file": "git_stash_apply.json",
"description": "Parameter schema for the 'git_stash_apply' MCP tool."
}
]
}