glootie-cc 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/claude-plugin.json +1 -68
- package/package.json +1 -1
package/claude-plugin.json
CHANGED
|
@@ -2,20 +2,7 @@
|
|
|
2
2
|
"permissions": {
|
|
3
3
|
"allow": ["Read", "Write", "Edit", "Bash", "Task", "WebFetch", "Glob", "Grep", "TodoWrite", "mcp__glootie__execute", "mcp__glootie__ast_tool", "mcp__glootie__caveat", "mcp__playwright__browser_navigate", "mcp__playwright__browser_click", "mcp__playwright__browser_type", "mcp__playwright__browser_snapshot", "mcp__playwright__browser_close", "mcp__vexify__search_code"]
|
|
4
4
|
},
|
|
5
|
-
"mcpServers":
|
|
6
|
-
"glootie": {
|
|
7
|
-
"command": "npx",
|
|
8
|
-
"args": ["-y", "mcp-glootie@latest"]
|
|
9
|
-
},
|
|
10
|
-
"vexify": {
|
|
11
|
-
"command": "npx",
|
|
12
|
-
"args": ["-y", "vexify@latest", "mcp"]
|
|
13
|
-
},
|
|
14
|
-
"playwright": {
|
|
15
|
-
"command": "npx",
|
|
16
|
-
"args": ["-y", "@playwright/mcp@latest"]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
5
|
+
"mcpServers": "./.mcp.json",
|
|
19
6
|
"hooks": {
|
|
20
7
|
"UserPromptSubmit": [
|
|
21
8
|
{
|
|
@@ -40,33 +27,6 @@
|
|
|
40
27
|
}
|
|
41
28
|
],
|
|
42
29
|
"SessionStart": [
|
|
43
|
-
{
|
|
44
|
-
"matcher": "*",
|
|
45
|
-
"hooks": [
|
|
46
|
-
{
|
|
47
|
-
"type": "command",
|
|
48
|
-
"command": "claude mcp add glootie -- npx -y mcp-glootie@latest 2>/dev/null || echo 'Glootie MCP already exists'"
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"matcher": "*",
|
|
54
|
-
"hooks": [
|
|
55
|
-
{
|
|
56
|
-
"type": "command",
|
|
57
|
-
"command": "claude mcp add vexify -- npx -y vexify@latest mcp 2>/dev/null || echo 'Vexify MCP already exists'"
|
|
58
|
-
}
|
|
59
|
-
]
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"matcher": "*",
|
|
63
|
-
"hooks": [
|
|
64
|
-
{
|
|
65
|
-
"type": "command",
|
|
66
|
-
"command": "claude mcp add playwright -- npx -y @playwright/mcp@latest 2>/dev/null || echo 'Playwright MCP already exists'"
|
|
67
|
-
}
|
|
68
|
-
]
|
|
69
|
-
},
|
|
70
30
|
{
|
|
71
31
|
"matcher": "*",
|
|
72
32
|
"hooks": [
|
|
@@ -118,33 +78,6 @@
|
|
|
118
78
|
}
|
|
119
79
|
],
|
|
120
80
|
"SessionEnd": [
|
|
121
|
-
{
|
|
122
|
-
"matcher": "*",
|
|
123
|
-
"hooks": [
|
|
124
|
-
{
|
|
125
|
-
"type": "command",
|
|
126
|
-
"command": "claude mcp remove glootie 2>/dev/null || echo 'Glootie MCP already removed'"
|
|
127
|
-
}
|
|
128
|
-
]
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"matcher": "*",
|
|
132
|
-
"hooks": [
|
|
133
|
-
{
|
|
134
|
-
"type": "command",
|
|
135
|
-
"command": "claude mcp remove vexify 2>/dev/null || echo 'Vexify MCP already removed'"
|
|
136
|
-
}
|
|
137
|
-
]
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"matcher": "*",
|
|
141
|
-
"hooks": [
|
|
142
|
-
{
|
|
143
|
-
"type": "command",
|
|
144
|
-
"command": "claude mcp remove playwright 2>/dev/null || echo 'Playwright MCP already removed'"
|
|
145
|
-
}
|
|
146
|
-
]
|
|
147
|
-
},
|
|
148
81
|
{
|
|
149
82
|
"matcher": "*",
|
|
150
83
|
"hooks": [
|