@fre4x/gemini 1.0.12 → 1.0.15

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,9 +38,9 @@ A [Google AI Studio API key](https://aistudio.google.com/) — set as `GEMINI_AP
38
38
  ## Development
39
39
 
40
40
  ```bash
41
- bun install
42
- bun run dev # tsx, no build
43
- bun run build # compile → dist/
41
+ npm install
42
+ npm run dev # tsx, no build
43
+ npm run build # compile → dist/
44
44
  ```
45
45
 
46
46
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fre4x/gemini",
3
- "version": "1.0.12",
3
+ "version": "1.0.15",
4
4
  "description": "A Gemini MCP server providing text completion, multimodal analysis, and image/video generation.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",