@houtini/gemini-mcp 2.4.0 → 2.4.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.
Files changed (3) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
  3. package/server.json +30 -30
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@houtini/gemini-mcp.svg?style=flat-square)](https://www.npmjs.com/package/@houtini/gemini-mcp)
4
4
  [![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue?style=flat-square)](https://registry.modelcontextprotocol.io)
5
- [![Known Vulnerabilities](https://snyk.io/test/github/houtini-ai/gemini-mcp/badge.svg)](https://snyk.io/test/github/houtini-ai/gemini-mcp)
6
5
 
7
6
  I've been running this MCP server in my Claude Desktop setup for months. It's one of the few I leave on permanently — not because Gemini replaces Claude, but because grounded search, image generation, SVG diagrams, and video are things Gemini does genuinely well. Having them as tools inside Claude beats switching browser tabs.
8
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houtini/gemini-mcp",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "mcpName": "io.github.houtini-ai/gemini",
5
5
  "type": "module",
6
6
  "description": "Professional Model Context Protocol server for Google Gemini AI models with enterprise-grade features",
package/server.json CHANGED
@@ -1,30 +1,30 @@
1
- {
2
- "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "io.github.houtini-ai/gemini",
4
- "description": "Model Context Protocol server for Google Gemini AI with chat, research, and grounding",
5
- "icon": "houtini-logo.jpg",
6
- "repository": {
7
- "url": "https://github.com/houtini-ai/gemini-mcp",
8
- "source": "github"
9
- },
10
- "version": "2.4.0",
11
- "packages": [
12
- {
13
- "registryType": "npm",
14
- "identifier": "@houtini/gemini-mcp",
15
- "version": "2.4.0",
16
- "transport": {
17
- "type": "stdio"
18
- },
19
- "environmentVariables": [
20
- {
21
- "name": "GEMINI_API_KEY",
22
- "description": "Google AI Studio API key (get from https://aistudio.google.com/apikey)",
23
- "isRequired": true,
24
- "format": "string",
25
- "isSecret": true
26
- }
27
- ]
28
- }
29
- ]
30
- }
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.houtini-ai/gemini",
4
+ "description": "Model Context Protocol server for Google Gemini AI with chat, research, and grounding",
5
+ "icon": "houtini-logo.jpg",
6
+ "repository": {
7
+ "url": "https://github.com/houtini-ai/gemini-mcp",
8
+ "source": "github"
9
+ },
10
+ "version": "2.4.1",
11
+ "packages": [
12
+ {
13
+ "registryType": "npm",
14
+ "identifier": "@houtini/gemini-mcp",
15
+ "version": "2.4.1",
16
+ "transport": {
17
+ "type": "stdio"
18
+ },
19
+ "environmentVariables": [
20
+ {
21
+ "name": "GEMINI_API_KEY",
22
+ "description": "Google AI Studio API key (get from https://aistudio.google.com/apikey)",
23
+ "isRequired": true,
24
+ "format": "string",
25
+ "isSecret": true
26
+ }
27
+ ]
28
+ }
29
+ ]
30
+ }