gemini-bridge 1.0.0__tar.gz → 1.0.1__tar.gz
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.
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/PKG-INFO +6 -9
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/README.md +2 -5
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/gemini_bridge.egg-info/PKG-INFO +6 -9
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/pyproject.toml +4 -4
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/src/__init__.py +1 -1
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/LICENSE +0 -0
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/gemini_bridge.egg-info/SOURCES.txt +0 -0
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/gemini_bridge.egg-info/dependency_links.txt +0 -0
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/gemini_bridge.egg-info/entry_points.txt +0 -0
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/gemini_bridge.egg-info/requires.txt +0 -0
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/gemini_bridge.egg-info/top_level.txt +0 -0
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/setup.cfg +0 -0
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/src/__main__.py +0 -0
- {gemini_bridge-1.0.0 → gemini_bridge-1.0.1}/src/mcp_server.py +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gemini-bridge
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: Lightweight MCP server bridging Claude Code to Google's Gemini AI via official CLI
|
5
5
|
Author-email: Shelakh <info@shelakh.com>
|
6
6
|
License-Expression: MIT
|
7
|
-
Project-URL: Homepage, https://github.com/
|
8
|
-
Project-URL: Repository, https://github.com/
|
9
|
-
Project-URL: Issues, https://github.com/
|
7
|
+
Project-URL: Homepage, https://github.com/eLyiN/gemini-bridge
|
8
|
+
Project-URL: Repository, https://github.com/eLyiN/gemini-bridge
|
9
|
+
Project-URL: Issues, https://github.com/eLyiN/gemini-bridge/issues
|
10
10
|
Keywords: mcp,gemini,ai,coding,assistant
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
12
12
|
Classifier: Intended Audience :: Developers
|
@@ -24,12 +24,11 @@ Dynamic: license-file
|
|
24
24
|
|
25
25
|
# Gemini Bridge
|
26
26
|
|
27
|
+

|
27
28
|

|
28
29
|

|
29
30
|

|
30
31
|

|
31
|
-

|
32
|
-
|
33
32
|
A lightweight MCP (Model Context Protocol) server that enables Claude Code to interact with Google's Gemini AI through the official CLI. Designed for simplicity, reliability, and seamless integration.
|
34
33
|
|
35
34
|
## ✨ Features
|
@@ -182,8 +181,6 @@ gemini-bridge/
|
|
182
181
|
│ ├── __main__.py # Module execution entry point
|
183
182
|
│ └── mcp_server.py # Main MCP server implementation
|
184
183
|
├── .github/ # GitHub templates and workflows
|
185
|
-
├── start_server_uvx.sh # Production startup script
|
186
|
-
├── start_server_dev.sh # Development startup script
|
187
184
|
├── pyproject.toml # Python package configuration
|
188
185
|
├── README.md # This file
|
189
186
|
├── CONTRIBUTING.md # Contribution guidelines
|
@@ -258,7 +255,7 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
|
258
255
|
|
259
256
|
- **Issues**: Report bugs or request features via [GitHub Issues](https://github.com/shelakh/gemini-bridge/issues)
|
260
257
|
- **Discussions**: Join the community discussion
|
261
|
-
- **Documentation**: Additional docs
|
258
|
+
- **Documentation**: Additional docs can be created in the `docs/` directory
|
262
259
|
|
263
260
|
---
|
264
261
|
|
@@ -1,11 +1,10 @@
|
|
1
1
|
# Gemini Bridge
|
2
2
|
|
3
|
+

|
3
4
|

|
4
5
|

|
5
6
|

|
6
7
|

|
7
|
-

|
8
|
-
|
9
8
|
A lightweight MCP (Model Context Protocol) server that enables Claude Code to interact with Google's Gemini AI through the official CLI. Designed for simplicity, reliability, and seamless integration.
|
10
9
|
|
11
10
|
## ✨ Features
|
@@ -158,8 +157,6 @@ gemini-bridge/
|
|
158
157
|
│ ├── __main__.py # Module execution entry point
|
159
158
|
│ └── mcp_server.py # Main MCP server implementation
|
160
159
|
├── .github/ # GitHub templates and workflows
|
161
|
-
├── start_server_uvx.sh # Production startup script
|
162
|
-
├── start_server_dev.sh # Development startup script
|
163
160
|
├── pyproject.toml # Python package configuration
|
164
161
|
├── README.md # This file
|
165
162
|
├── CONTRIBUTING.md # Contribution guidelines
|
@@ -234,7 +231,7 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
|
234
231
|
|
235
232
|
- **Issues**: Report bugs or request features via [GitHub Issues](https://github.com/shelakh/gemini-bridge/issues)
|
236
233
|
- **Discussions**: Join the community discussion
|
237
|
-
- **Documentation**: Additional docs
|
234
|
+
- **Documentation**: Additional docs can be created in the `docs/` directory
|
238
235
|
|
239
236
|
---
|
240
237
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gemini-bridge
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: Lightweight MCP server bridging Claude Code to Google's Gemini AI via official CLI
|
5
5
|
Author-email: Shelakh <info@shelakh.com>
|
6
6
|
License-Expression: MIT
|
7
|
-
Project-URL: Homepage, https://github.com/
|
8
|
-
Project-URL: Repository, https://github.com/
|
9
|
-
Project-URL: Issues, https://github.com/
|
7
|
+
Project-URL: Homepage, https://github.com/eLyiN/gemini-bridge
|
8
|
+
Project-URL: Repository, https://github.com/eLyiN/gemini-bridge
|
9
|
+
Project-URL: Issues, https://github.com/eLyiN/gemini-bridge/issues
|
10
10
|
Keywords: mcp,gemini,ai,coding,assistant
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
12
12
|
Classifier: Intended Audience :: Developers
|
@@ -24,12 +24,11 @@ Dynamic: license-file
|
|
24
24
|
|
25
25
|
# Gemini Bridge
|
26
26
|
|
27
|
+

|
27
28
|

|
28
29
|

|
29
30
|

|
30
31
|

|
31
|
-

|
32
|
-
|
33
32
|
A lightweight MCP (Model Context Protocol) server that enables Claude Code to interact with Google's Gemini AI through the official CLI. Designed for simplicity, reliability, and seamless integration.
|
34
33
|
|
35
34
|
## ✨ Features
|
@@ -182,8 +181,6 @@ gemini-bridge/
|
|
182
181
|
│ ├── __main__.py # Module execution entry point
|
183
182
|
│ └── mcp_server.py # Main MCP server implementation
|
184
183
|
├── .github/ # GitHub templates and workflows
|
185
|
-
├── start_server_uvx.sh # Production startup script
|
186
|
-
├── start_server_dev.sh # Development startup script
|
187
184
|
├── pyproject.toml # Python package configuration
|
188
185
|
├── README.md # This file
|
189
186
|
├── CONTRIBUTING.md # Contribution guidelines
|
@@ -258,7 +255,7 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
|
258
255
|
|
259
256
|
- **Issues**: Report bugs or request features via [GitHub Issues](https://github.com/shelakh/gemini-bridge/issues)
|
260
257
|
- **Discussions**: Join the community discussion
|
261
|
-
- **Documentation**: Additional docs
|
258
|
+
- **Documentation**: Additional docs can be created in the `docs/` directory
|
262
259
|
|
263
260
|
---
|
264
261
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "gemini-bridge"
|
7
|
-
version = "1.0.
|
7
|
+
version = "1.0.1"
|
8
8
|
description = "Lightweight MCP server bridging Claude Code to Google's Gemini AI via official CLI"
|
9
9
|
readme = "README.md"
|
10
10
|
license = "MIT"
|
@@ -31,9 +31,9 @@ dependencies = [
|
|
31
31
|
gemini-bridge = "src:main"
|
32
32
|
|
33
33
|
[project.urls]
|
34
|
-
Homepage = "https://github.com/
|
35
|
-
Repository = "https://github.com/
|
36
|
-
Issues = "https://github.com/
|
34
|
+
Homepage = "https://github.com/eLyiN/gemini-bridge"
|
35
|
+
Repository = "https://github.com/eLyiN/gemini-bridge"
|
36
|
+
Issues = "https://github.com/eLyiN/gemini-bridge/issues"
|
37
37
|
|
38
38
|
[tool.setuptools.packages.find]
|
39
39
|
where = ["."]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|