@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.
Files changed (2) hide show
  1. package/README.md +0 -22
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fredrika/mcp-mochi",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "MCP server for Mochi flashcard integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",