glootie-cc 2.0.1 → 2.0.2

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.
Files changed (2) hide show
  1. package/claude-plugin.json +54 -0
  2. package/package.json +1 -1
@@ -40,6 +40,33 @@
40
40
  }
41
41
  ],
42
42
  "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
+ },
43
70
  {
44
71
  "matcher": "*",
45
72
  "hooks": [
@@ -91,6 +118,33 @@
91
118
  }
92
119
  ],
93
120
  "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
+ },
94
148
  {
95
149
  "matcher": "*",
96
150
  "hooks": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glootie-cc",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks",
5
5
  "main": "claude-plugin.json",
6
6
  "bin": {