mcp-server-dexcom-health 0.1.0__py3-none-any.whl → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-server-dexcom-health
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: MCP server for Dexcom CGM glucose data - continuous health intelligence for AI agents
5
5
  Author-email: Ishaan Sharma <ishaan02@hotmail.com>
6
6
  License: MIT
@@ -19,7 +19,7 @@ Requires-Dist: pydantic>=2.12.5
19
19
  Requires-Dist: pydexcom>=0.5.1
20
20
  Description-Content-Type: text/markdown
21
21
 
22
- # mcp-server-dexcom
22
+ # mcp-server-dexcom-health
23
23
 
24
24
  MCP server for Dexcom CGM glucose data. Enables AI agents to access and analyze continuous glucose monitor data for health intelligence applications.
25
25
 
@@ -50,10 +50,10 @@ MCP server for Dexcom CGM glucose data. Enables AI agents to access and analyze
50
50
  ## Installation
51
51
  ```bash
52
52
  # Using uvx (recommended)
53
- uvx mcp-server-dexcom
53
+ uvx mcp-server-dexcom-health
54
54
 
55
55
  # Using pip
56
- pip install mcp-server-dexcom
56
+ pip install mcp-server-dexcom-health
57
57
  ```
58
58
 
59
59
  ## Configuration
@@ -74,7 +74,7 @@ Add to your `claude_desktop_config.json`:
74
74
  "mcpServers": {
75
75
  "dexcom": {
76
76
  "command": "uvx",
77
- "args": ["mcp-server-dexcom"],
77
+ "args": ["mcp-server-dexcom-health"],
78
78
  "env": {
79
79
  "DEXCOM_USERNAME": "your_username",
80
80
  "DEXCOM_PASSWORD": "your_password",
@@ -121,63 +121,4 @@ This enables building long-term analytics by storing data externally and passing
121
121
 
122
122
  ## License
123
123
 
124
- MIT
125
- ```
126
-
127
- ---
128
-
129
- ## **3. Create `LICENSE`:**
130
- ```
131
- MIT License
132
-
133
- Copyright (c) 2024
134
-
135
- Permission is hereby granted, free of charge, to any person obtaining a copy
136
- of this software and associated documentation files (the "Software"), to deal
137
- in the Software without restriction, including without limitation the rights
138
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
139
- copies of the Software, and to permit persons to whom the Software is
140
- furnished to do so, subject to the following conditions:
141
-
142
- The above copyright notice and this permission notice shall be included in all
143
- copies or substantial portions of the Software.
144
-
145
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
146
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
148
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
149
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
150
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
151
- SOFTWARE.
152
- ```
153
-
154
- ---
155
-
156
- ## **4. Create `.gitignore`:**
157
- ```
158
- __pycache__/
159
- *.py[cod]
160
- *$py.class
161
- .env
162
- .venv/
163
- dist/
164
- build/
165
- *.egg-info/
166
- .mypy_cache/
167
- .ruff_cache/
168
- ```
169
-
170
- ---
171
-
172
- ## **5. Final project structure:**
173
- ```
174
- mcp-server-dexcom/
175
- ├── pyproject.toml
176
- ├── README.md
177
- ├── LICENSE
178
- ├── .gitignore
179
- ├── .env # (not committed)
180
- └── src/
181
- └── mcp_server_dexcom/
182
- ├── __init__.py
183
- └── server.py
124
+ MIT
@@ -0,0 +1,6 @@
1
+ mcp_server_dexcom/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ mcp_server_dexcom/server.py,sha256=243H0sgsj8CbXRH0NGpQM1IbKpE4LpORI7A8nXeTFv0,30355
3
+ mcp_server_dexcom_health-0.1.1.dist-info/METADATA,sha256=0JCD2lh_AXT8Tv5yIRN_QV5vP2ypMdtD_0W8z0BJ_is,3726
4
+ mcp_server_dexcom_health-0.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
5
+ mcp_server_dexcom_health-0.1.1.dist-info/entry_points.txt,sha256=CSZitISuir7U9fnYVaXuT7zNUQlQn0XSaT64zayYkq4,75
6
+ mcp_server_dexcom_health-0.1.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- mcp_server_dexcom/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- mcp_server_dexcom/server.py,sha256=243H0sgsj8CbXRH0NGpQM1IbKpE4LpORI7A8nXeTFv0,30355
3
- mcp_server_dexcom_health-0.1.0.dist-info/METADATA,sha256=FQbU_8Y_6FsWmfb0Qnzo_tmPheFwjLnC_jqrEdF3iuU,5242
4
- mcp_server_dexcom_health-0.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
5
- mcp_server_dexcom_health-0.1.0.dist-info/entry_points.txt,sha256=CSZitISuir7U9fnYVaXuT7zNUQlQn0XSaT64zayYkq4,75
6
- mcp_server_dexcom_health-0.1.0.dist-info/RECORD,,