glide-mcp 0.1.1__py3-none-any.whl → 0.1.12__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.
@@ -1,67 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: glide-mcp
3
- Version: 0.1.1
4
- Summary: mcp server that tries to save you from git troubles
5
- License-File: LICENSE
6
- Requires-Python: >=3.13
7
- Requires-Dist: black>=25.9.0
8
- Requires-Dist: cerebras-cloud-sdk>=1.56.1
9
- Requires-Dist: fastmcp>=2.12.5
10
- Requires-Dist: helix-py>=0.2.30
11
- Requires-Dist: numpy>=2.3.4
12
- Requires-Dist: pytest-asyncio>=1.2.0
13
- Requires-Dist: pytest>=8.4.2
14
- Requires-Dist: python-dotenv>=1.1.1
15
- Description-Content-Type: text/markdown
16
-
17
- ## How to Use
18
-
19
- ### 1. Clone the repository
20
-
21
- ```bash
22
- git clone https://github.com/SoarAILabs/glide.git
23
- ```
24
-
25
- ### 2. Navigate to the project directory
26
-
27
- ```bash
28
- cd glide
29
- ```
30
-
31
- ### 3. Start the server
32
-
33
- ```bash
34
- uv run python -m src.mcp.app
35
- ```
36
-
37
- > **Note:** Currently, only [Cursor](https://www.cursor.so/) is supported as the MCP Client.
38
-
39
- ### 4. Configure Cursor to use your local MCP server
40
-
41
- **One-Click Install:**
42
-
43
- [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=glide&config=eyJjb21tYW5kIjoidXYgcnVuIC0tZGlyZWN0b3J5IFBBVEhcXHRvXFx5b3VyXFxnbGlkZVxcZGlyZWN0b3J5IHB5dGhvbiAtbSBzcmMubWNwLmFwcCJ9)
44
-
45
- **Manual Installation:**
46
-
47
- Add the following to your `mcp.json` configuration in Cursor:
48
-
49
- ```json
50
- {
51
- "mcpServers": {
52
- "glide": {
53
- "url": "http://127.0.0.1:8000/mcp"
54
- }
55
- }
56
- }
57
- ```
58
-
59
- > **Note:** The port (`8000` above) is just an example.
60
- > To use a different port, open `src/mcp/app.py` and update the following lines accordingly:
61
-
62
- ```python
63
- if __name__ == "__main__":
64
- mcp.run(transport="streamable-http", host="127.0.0.1", port=8000)
65
- ```
66
-
67
- Replace `8000` with your desired port number.
@@ -1,9 +0,0 @@
1
- src/core/LLM/cerebras_inference.py,sha256=zO4ff4Urhk195gQvZouXYWhtz8P-gSJJAzWzdUjvkTQ,3481
2
- src/kite_exclusive/commit_splitter/prompts/prompt1.md,sha256=eOTX0H_n0vOuyfanEvbC8MAj4pF7W7FMiCdJw3zSL5g,1255
3
- src/kite_exclusive/commit_splitter/services/voyage_service.py,sha256=dgAMRypj2uHhDJOJx-dE4bKvRawiApHKbuHOvbNBTLE,1639
4
- src/mcp/app.py,sha256=JeRldSYEroigMKdLZTAY9Sz-Q1nHgryT26mrvyGzi60,21131
5
- glide_mcp-0.1.1.dist-info/METADATA,sha256=fLblWuESXH_7xznuEfTczj5HGoPPScwIcCXChpR45aY,1622
6
- glide_mcp-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- glide_mcp-0.1.1.dist-info/entry_points.txt,sha256=o7BktmIS8150BSx3cwAOaVL6ntLoEv3mCxyDkcoeUhc,47
8
- glide_mcp-0.1.1.dist-info/licenses/LICENSE,sha256=bqVuW787bFw2uBL31Xlee7ydibnr_8TkCWlHdi7LXEM,1067
9
- glide_mcp-0.1.1.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- glide_mcp = src.mcp.app:main