metaphore-mcp 1.0.1 → 1.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -63,7 +63,7 @@ Use metaphore to explain our microservices architecture --audience ceo --depth s
63
63
 
64
64
  ## Pricing
65
65
 
66
- Your METAPHORE key includes **20 free IDE transforms/month**. Upgrade to Pro ($5/month) for unlimited access at [metaphore.app](https://metaphore.app).
66
+ Your METAPHORE key includes **3 free IDE transforms**. Then bring your own LLM keys. After 25+ upgrade to Pro ($5/month or $29,99/year) for unlimited access at [metaphore.app](https://metaphore.app).
67
67
 
68
68
  ## Requirements
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metaphore-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "METAPHORE MCP server — turn any technical concept into a clear human story, right inside Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://github.com/metaphore-app/metaphore-mcp"
23
+ "url": "https://github.com/pnerette47/metaphore-mcp.git"
24
24
  },
25
25
  "engines": {
26
26
  "node": ">=18"