@fre4x/gemini 1.0.31 → 1.0.42

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 (3) hide show
  1. package/README.md +24 -5
  2. package/dist/index.js +30987 -30822
  3. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fre4x/gemini",
3
- "version": "1.0.31",
3
+ "version": "1.0.42",
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",
@@ -11,12 +11,13 @@
11
11
  "dist"
12
12
  ],
13
13
  "scripts": {
14
- "build": "npx esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --format=esm --banner:js=\"import{createRequire}from'module';const require=createRequire(import.meta.url);\"",
15
- "typecheck": "NODE_OPTIONS='--max-old-space-size=4096' tsc --noEmit",
14
+ "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && npx esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --format=esm --banner:js=\"import{createRequire}from'module';const require=createRequire(import.meta.url);\"",
15
+ "typecheck": "cross-env NODE_OPTIONS=--max-old-space-size=4096 tsc --noEmit",
16
16
  "start": "node dist/index.js",
17
17
  "dev": "tsx src/index.ts",
18
18
  "watch": "tsc -w",
19
- "inspector": "mcp-inspector node dist/index.js",
19
+ "inspector": "cross-env npx -y @modelcontextprotocol/inspector node dist/index.js",
20
+ "inspector:published": "cross-env GEMINI_MOCK=true npx -y @modelcontextprotocol/inspector npx @fre4x/gemini",
20
21
  "test": "vitest run --exclude dist"
21
22
  },
22
23
  "keywords": [