@humantext/mcp-server 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 +1 -1
package/README.md CHANGED
@@ -136,7 +136,7 @@ The MCP server uses your [humantext.pro](https://humantext.pro/pricing) subscrip
136
136
  |--------|-----------|-----------------|
137
137
  | Basic | $7.99/mo | 5,000 words |
138
138
  | Pro | $19.99/mo | 15,000 words |
139
- | Ultra | $49.99/mo | 30,000 words |
139
+ | Ultra | $39.99/mo | 30,000 words |
140
140
 
141
141
  Both detection and humanization consume credits based on input word count.
142
142
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humantext/mcp-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for AI text detection and humanization via humantext.pro",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",