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.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gemini-bridge
3
- Version: 1.0.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/shelakh/gemini-bridge
8
- Project-URL: Repository, https://github.com/shelakh/gemini-bridge
9
- Project-URL: Issues, https://github.com/shelakh/gemini-bridge/issues
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
+ ![CI Status](https://github.com/eLyiN/gemini-bridge/actions/workflows/ci.yml/badge.svg)
27
28
  ![PyPI Version](https://img.shields.io/pypi/v/gemini-bridge)
28
29
  ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)
29
30
  ![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)
30
31
  ![MCP Compatible](https://img.shields.io/badge/MCP-compatible-green.svg)
31
- ![CI Status](https://github.com/shelakh/gemini-bridge/actions/workflows/ci.yml/badge.svg)
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 available in the `docs/` directory
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
+ ![CI Status](https://github.com/eLyiN/gemini-bridge/actions/workflows/ci.yml/badge.svg)
3
4
  ![PyPI Version](https://img.shields.io/pypi/v/gemini-bridge)
4
5
  ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)
5
6
  ![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)
6
7
  ![MCP Compatible](https://img.shields.io/badge/MCP-compatible-green.svg)
7
- ![CI Status](https://github.com/shelakh/gemini-bridge/actions/workflows/ci.yml/badge.svg)
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 available in the `docs/` directory
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.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/shelakh/gemini-bridge
8
- Project-URL: Repository, https://github.com/shelakh/gemini-bridge
9
- Project-URL: Issues, https://github.com/shelakh/gemini-bridge/issues
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
+ ![CI Status](https://github.com/eLyiN/gemini-bridge/actions/workflows/ci.yml/badge.svg)
27
28
  ![PyPI Version](https://img.shields.io/pypi/v/gemini-bridge)
28
29
  ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)
29
30
  ![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)
30
31
  ![MCP Compatible](https://img.shields.io/badge/MCP-compatible-green.svg)
31
- ![CI Status](https://github.com/shelakh/gemini-bridge/actions/workflows/ci.yml/badge.svg)
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 available in the `docs/` directory
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.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/shelakh/gemini-bridge"
35
- Repository = "https://github.com/shelakh/gemini-bridge"
36
- Issues = "https://github.com/shelakh/gemini-bridge/issues"
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 = ["."]
@@ -5,5 +5,5 @@ Version 1.0.0 - Production ready, radically simplified.
5
5
 
6
6
  from .mcp_server import main
7
7
 
8
- __version__ = "1.0.0"
8
+ __version__ = "1.0.1"
9
9
  __all__ = ["main"]
File without changes
File without changes