gemini-bridge 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.dist-info → gemini_bridge-1.0.1.dist-info}/METADATA +6 -9
- gemini_bridge-1.0.1.dist-info/RECORD +9 -0
- src/__init__.py +1 -1
- gemini_bridge-1.0.0.dist-info/RECORD +0 -9
- {gemini_bridge-1.0.0.dist-info → gemini_bridge-1.0.1.dist-info}/WHEEL +0 -0
- {gemini_bridge-1.0.0.dist-info → gemini_bridge-1.0.1.dist-info}/entry_points.txt +0 -0
- {gemini_bridge-1.0.0.dist-info → gemini_bridge-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {gemini_bridge-1.0.0.dist-info → gemini_bridge-1.0.1.dist-info}/top_level.txt +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
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
gemini_bridge-1.0.1.dist-info/licenses/LICENSE,sha256=yTz_R8ocWu64Eubxr6vdZCKRS0dB_Pi3RbjUNn4qPxQ,1063
|
2
|
+
src/__init__.py,sha256=4DkVQMA4JJ2eUEDNpi3sMJh94joDfaG_52p7Dro6cQI,190
|
3
|
+
src/__main__.py,sha256=12FoIYCXYYKu2_BYX1GS_h9E9qO41Q26B8zedRIDPBs,149
|
4
|
+
src/mcp_server.py,sha256=SGdrmNMvpCvJseSvvMlBGvDS71RkwWS7yM4JnSPg_Yg,6871
|
5
|
+
gemini_bridge-1.0.1.dist-info/METADATA,sha256=C6gVIb1Z2OHpAPHA8F2_Ub42E6InC3ROjZTYEfqjONI,7825
|
6
|
+
gemini_bridge-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
gemini_bridge-1.0.1.dist-info/entry_points.txt,sha256=ygWf0B23Gygq8mW_GzPx8rxIA19RR_RH4RG2I15lU3E,43
|
8
|
+
gemini_bridge-1.0.1.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
|
9
|
+
gemini_bridge-1.0.1.dist-info/RECORD,,
|
src/__init__.py
CHANGED
@@ -1,9 +0,0 @@
|
|
1
|
-
gemini_bridge-1.0.0.dist-info/licenses/LICENSE,sha256=yTz_R8ocWu64Eubxr6vdZCKRS0dB_Pi3RbjUNn4qPxQ,1063
|
2
|
-
src/__init__.py,sha256=FYM7cJkOKgimwO1wUNk3wgQPKz6_Kn8kuYQR6IR_e9k,190
|
3
|
-
src/__main__.py,sha256=12FoIYCXYYKu2_BYX1GS_h9E9qO41Q26B8zedRIDPBs,149
|
4
|
-
src/mcp_server.py,sha256=SGdrmNMvpCvJseSvvMlBGvDS71RkwWS7yM4JnSPg_Yg,6871
|
5
|
-
gemini_bridge-1.0.0.dist-info/METADATA,sha256=B7tBEvl0NmOdeXZ9k1jtQYJPModC0DRNXO0JQj6x8sY,7962
|
6
|
-
gemini_bridge-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
gemini_bridge-1.0.0.dist-info/entry_points.txt,sha256=ygWf0B23Gygq8mW_GzPx8rxIA19RR_RH4RG2I15lU3E,43
|
8
|
-
gemini_bridge-1.0.0.dist-info/top_level.txt,sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM,4
|
9
|
-
gemini_bridge-1.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|