@fredrika/mcp-mochi 1.0.3 → 1.0.4
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 +0 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,28 +110,6 @@ Here's how to use the MCP server with the MCP Inspector:
|
|
|
110
110
|
## Usage with Claude Desktop
|
|
111
111
|
To use this with Claude Desktop, add the following to your `claude_desktop_config.json`:
|
|
112
112
|
|
|
113
|
-
#### Docker
|
|
114
|
-
```json
|
|
115
|
-
{
|
|
116
|
-
"mcpServers": {
|
|
117
|
-
"mochi": {
|
|
118
|
-
"command": "docker",
|
|
119
|
-
"args": [
|
|
120
|
-
"run",
|
|
121
|
-
"-i",
|
|
122
|
-
"--rm",
|
|
123
|
-
"-e",
|
|
124
|
-
"MOCHI_API_KEY",
|
|
125
|
-
"mcp/mochi"
|
|
126
|
-
],
|
|
127
|
-
"env": {
|
|
128
|
-
"MOCHI_API_KEY": "<YOUR_TOKEN>"
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
```
|
|
134
|
-
|
|
135
113
|
### NPX
|
|
136
114
|
|
|
137
115
|
```json
|