@bharatvansh/gemini-deep-research-mcp 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Gemini Deep Research MCP
2
2
 
3
3
  [![PyPI version](https://img.shields.io/pypi/v/gemini-deep-research-mcp)](https://pypi.org/project/gemini-deep-research-mcp/)
4
- [![npm version](https://img.shields.io/npm/v/gemini-deep-research-mcp)](https://www.npmjs.com/package/gemini-deep-research-mcp)
4
+ [![npm version](https://img.shields.io/npm/v/@bharatvansh/gemini-deep-research-mcp)](https://www.npmjs.com/package/@bharatvansh/gemini-deep-research-mcp)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
 
7
7
  An MCP server that exposes Gemini's **Deep Research Agent** for comprehensive web research.
@@ -23,7 +23,7 @@ Click the button, then replace `your-api-key` with your [Gemini API key](https:/
23
23
  Requires [Node.js](https://nodejs.org/) 16+ and [uv](https://docs.astral.sh/uv/).
24
24
 
25
25
  ```bash
26
- npx gemini-deep-research-mcp
26
+ npx @bharatvansh/gemini-deep-research-mcp
27
27
  ```
28
28
 
29
29
  <details>
@@ -34,7 +34,7 @@ npx gemini-deep-research-mcp
34
34
  "servers": {
35
35
  "gemini-deep-research": {
36
36
  "command": "npx",
37
- "args": ["-y", "gemini-deep-research-mcp"],
37
+ "args": ["-y", "@bharatvansh/gemini-deep-research-mcp"],
38
38
  "env": {
39
39
  "GEMINI_API_KEY": "your-api-key"
40
40
  }
@@ -52,7 +52,7 @@ npx gemini-deep-research-mcp
52
52
  "mcpServers": {
53
53
  "gemini-deep-research": {
54
54
  "command": "npx",
55
- "args": ["-y", "gemini-deep-research-mcp"],
55
+ "args": ["-y", "@bharatvansh/gemini-deep-research-mcp"],
56
56
  "env": {
57
57
  "GEMINI_API_KEY": "your-api-key"
58
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bharatvansh/gemini-deep-research-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server exposing Gemini Deep Research (Interactions API) tools",
5
5
  "bin": {
6
6
  "gemini-deep-research-mcp": "bin/cli.js"