@gpthuman/mcp-server 1.0.0 → 1.0.1
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ Add the server to `~/.cursor/mcp.json` (or your workspace `.cursor/mcp.json`):
|
|
|
28
28
|
"mcpServers": {
|
|
29
29
|
"gpthuman": {
|
|
30
30
|
"command": "npx",
|
|
31
|
-
"args": ["-y", "@gpthuman
|
|
31
|
+
"args": ["-y", "@gpthuman/mcp-server"],
|
|
32
32
|
"env": {
|
|
33
33
|
"GPTHUMAN_API_KEY": "your-api-key-here"
|
|
34
34
|
}
|
|
@@ -46,7 +46,7 @@ Add it to `claude_desktop_config.json`:
|
|
|
46
46
|
"mcpServers": {
|
|
47
47
|
"gpthuman": {
|
|
48
48
|
"command": "npx",
|
|
49
|
-
"args": ["-y", "@gpthuman
|
|
49
|
+
"args": ["-y", "@gpthuman/mcp-server"],
|
|
50
50
|
"env": {
|
|
51
51
|
"GPTHUMAN_API_KEY": "your-api-key-here"
|
|
52
52
|
}
|
|
@@ -60,7 +60,7 @@ Add it to `claude_desktop_config.json`:
|
|
|
60
60
|
Any MCP client that supports the stdio transport can run the server with:
|
|
61
61
|
|
|
62
62
|
```bash
|
|
63
|
-
GPTHUMAN_API_KEY=your-api-key-here npx -y @gpthuman
|
|
63
|
+
GPTHUMAN_API_KEY=your-api-key-here npx -y @gpthuman/mcp-server
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
## Tools
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gpthuman/mcp-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server providing access to GPTHuman's API, the leading platform for transforming AI-generated text into natural, human-sounding content that successfully bypasses AI detectors.",
|
|
5
5
|
"author": "GPTHuman",
|
|
6
6
|
"homepage": "https://github.com/GPTHuman-ai/mcp-server",
|