Skip to content

Commit 96af34b

Browse files
committed
fix: correct plugin.json author format and remove invalid hooks field
1 parent 84f5629 commit 96af34b

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,21 @@
99
"homepage": "https://prompt-caching.ai",
1010
"repository": "https://github.com/flightlesstux/prompt-caching",
1111
"license": "MIT",
12-
"keywords": ["caching", "tokens", "cost", "anthropic", "mcp", "performance"],
12+
"keywords": [
13+
"caching",
14+
"tokens",
15+
"cost",
16+
"anthropic",
17+
"mcp",
18+
"performance"
19+
],
1320
"mcpServers": {
1421
"prompt-caching-mcp": {
1522
"command": "npx",
16-
"args": ["-y", "prompt-caching-mcp"]
23+
"args": [
24+
"-y",
25+
"prompt-caching-mcp"
26+
]
1727
}
1828
}
1929
}

0 commit comments

Comments
 (0)