awslabs.healthlake-mcp-server 0.0.5__tar.gz → 0.0.7__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.
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/Dockerfile +2 -2
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/PKG-INFO +8 -11
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/README.md +7 -10
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/awslabs/__init__.py +1 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/awslabs/healthlake_mcp_server/__init__.py +1 -1
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/examples/README.md +5 -4
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/pyproject.toml +1 -1
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/uv.lock +10 -10
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/.dockerignore +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/.gitignore +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/.python-version +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/CHANGELOG.md +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/CONTRIBUTING.md +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/LICENSE +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/NOTICE +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/awslabs/healthlake_mcp_server/fhir_operations.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/awslabs/healthlake_mcp_server/main.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/awslabs/healthlake_mcp_server/models.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/awslabs/healthlake_mcp_server/server.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/docker-healthcheck.sh +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/examples/mcp_config.json +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/conftest.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_fhir_client_comprehensive.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_fhir_error_scenarios.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_fhir_operations.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_integration_mock_based.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_main.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_main_edge_cases.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_mcp_integration_coverage.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_models.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_models_edge_cases.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_readonly_mode.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_server_core.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_server_error_handling.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_server_mcp_handlers.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_server_toolhandler.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_server_validation.py +0 -0
- {awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/uv-requirements.txt +0 -0
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
# dependabot should continue to update this to the latest hash.
|
|
16
|
-
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:
|
|
16
|
+
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:e7e041128ffc3e3600509f508e44d34ab08ff432bdb62ec508d01dfc5ca459f7 AS uv
|
|
17
17
|
|
|
18
18
|
# Install the project into `/app`
|
|
19
19
|
WORKDIR /app
|
|
@@ -61,7 +61,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
61
61
|
# Make the directory just in case it doesn't exist
|
|
62
62
|
RUN mkdir -p /root/.local
|
|
63
63
|
|
|
64
|
-
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:
|
|
64
|
+
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:e7e041128ffc3e3600509f508e44d34ab08ff432bdb62ec508d01dfc5ca459f7
|
|
65
65
|
|
|
66
66
|
# Place executables in the environment at the front of the path and include other binaries
|
|
67
67
|
ENV PATH="/app/.venv/bin:$PATH" \
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.healthlake-mcp-server
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.7
|
|
4
4
|
Summary: An AWS Labs Model Context Protocol (MCP) server for healthlake
|
|
5
5
|
Project-URL: homepage, https://awslabs.github.io/mcp/
|
|
6
6
|
Project-URL: docs, https://awslabs.github.io/mcp/servers/healthlake-mcp-server/
|
|
@@ -51,7 +51,7 @@ A Model Context Protocol (MCP) server for AWS HealthLake FHIR operations. Provid
|
|
|
51
51
|
- [Option 2: uv install](#option-2-uv-install)
|
|
52
52
|
- [Option 3: Docker](#option-3-docker)
|
|
53
53
|
- [MCP Client Configuration](#mcp-client-configuration)
|
|
54
|
-
- [
|
|
54
|
+
- [Kiro](#kiro)
|
|
55
55
|
- [Docker Configuration](#docker-configuration)
|
|
56
56
|
- [Other MCP Clients](#other-mcp-clients)
|
|
57
57
|
- [Read-Only Mode](#read-only-mode)
|
|
@@ -106,9 +106,9 @@ A Model Context Protocol (MCP) server for AWS HealthLake FHIR operations. Provid
|
|
|
106
106
|
|
|
107
107
|
Choose your preferred installation method:
|
|
108
108
|
|
|
109
|
-
| Cursor | VS Code |
|
|
110
|
-
|
|
111
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.healthlake-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuaGVhbHRobGFrZS1tY3Atc2VydmVyQGxhdGVzdCIsImVudiI6eyJBV1NfUkVHSU9OIjoidXMtZWFzdC0xIiwiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUiLCJNQ1BfTE9HX0xFVkVMIjoiV0FSTklORyJ9fQ%3D%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=AWS%20HealthLake%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.healthlake-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_REGION%22%3A%22us-east-1%22%2C%22AWS_PROFILE%22%3A%22your-profile%22%2C%22MCP_LOG_LEVEL%22%3A%22WARNING%22%7D%7D) |
|
|
109
|
+
| Kiro | Cursor | VS Code |
|
|
110
|
+
|:----:|:------:|:-------:|
|
|
111
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.healthlake-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.healthlake-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_REGION%22%3A%22us-east-1%22%2C%22AWS_PROFILE%22%3A%22your-profile%22%2C%22MCP_LOG_LEVEL%22%3A%22WARNING%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.healthlake-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuaGVhbHRobGFrZS1tY3Atc2VydmVyQGxhdGVzdCIsImVudiI6eyJBV1NfUkVHSU9OIjoidXMtZWFzdC0xIiwiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUiLCJNQ1BfTE9HX0xFVkVMIjoiV0FSTklORyJ9fQ%3D%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=AWS%20HealthLake%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.healthlake-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_REGION%22%3A%22us-east-1%22%2C%22AWS_PROFILE%22%3A%22your-profile%22%2C%22MCP_LOG_LEVEL%22%3A%22WARNING%22%7D%7D) |
|
|
112
112
|
|
|
113
113
|
### Option 1: uvx (Recommended)
|
|
114
114
|
|
|
@@ -145,14 +145,11 @@ docker run -e AWS_ACCESS_KEY_ID=your_key -e AWS_SECRET_ACCESS_KEY=your_secret -e
|
|
|
145
145
|
|
|
146
146
|
## MCP Client Configuration
|
|
147
147
|
|
|
148
|
-
###
|
|
148
|
+
### Kiro
|
|
149
149
|
|
|
150
|
-
|
|
150
|
+
See the [Kiro IDE documentation](https://kiro.dev/docs/mcp/configuration/) or the [Kiro CLI documentation](https://kiro.dev/docs/cli/mcp/configuration/) for details.
|
|
151
151
|
|
|
152
|
-
|
|
153
|
-
- macOS: `~/.aws/amazonq/mcp.json`
|
|
154
|
-
- Linux: `~/.config/amazon-q/mcp.json`
|
|
155
|
-
- Windows: `%APPDATA%\Amazon Q\mcp.json`
|
|
152
|
+
For global configuration, edit `~/.kiro/settings/mcp.json`. For project-specific configuration, edit `.kiro/settings/mcp.json` in your project directory.
|
|
156
153
|
|
|
157
154
|
**Configuration:**
|
|
158
155
|
```json
|
|
@@ -11,7 +11,7 @@ A Model Context Protocol (MCP) server for AWS HealthLake FHIR operations. Provid
|
|
|
11
11
|
- [Option 2: uv install](#option-2-uv-install)
|
|
12
12
|
- [Option 3: Docker](#option-3-docker)
|
|
13
13
|
- [MCP Client Configuration](#mcp-client-configuration)
|
|
14
|
-
- [
|
|
14
|
+
- [Kiro](#kiro)
|
|
15
15
|
- [Docker Configuration](#docker-configuration)
|
|
16
16
|
- [Other MCP Clients](#other-mcp-clients)
|
|
17
17
|
- [Read-Only Mode](#read-only-mode)
|
|
@@ -66,9 +66,9 @@ A Model Context Protocol (MCP) server for AWS HealthLake FHIR operations. Provid
|
|
|
66
66
|
|
|
67
67
|
Choose your preferred installation method:
|
|
68
68
|
|
|
69
|
-
| Cursor | VS Code |
|
|
70
|
-
|
|
71
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.healthlake-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuaGVhbHRobGFrZS1tY3Atc2VydmVyQGxhdGVzdCIsImVudiI6eyJBV1NfUkVHSU9OIjoidXMtZWFzdC0xIiwiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUiLCJNQ1BfTE9HX0xFVkVMIjoiV0FSTklORyJ9fQ%3D%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=AWS%20HealthLake%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.healthlake-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_REGION%22%3A%22us-east-1%22%2C%22AWS_PROFILE%22%3A%22your-profile%22%2C%22MCP_LOG_LEVEL%22%3A%22WARNING%22%7D%7D) |
|
|
69
|
+
| Kiro | Cursor | VS Code |
|
|
70
|
+
|:----:|:------:|:-------:|
|
|
71
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.healthlake-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.healthlake-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_REGION%22%3A%22us-east-1%22%2C%22AWS_PROFILE%22%3A%22your-profile%22%2C%22MCP_LOG_LEVEL%22%3A%22WARNING%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.healthlake-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuaGVhbHRobGFrZS1tY3Atc2VydmVyQGxhdGVzdCIsImVudiI6eyJBV1NfUkVHSU9OIjoidXMtZWFzdC0xIiwiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUiLCJNQ1BfTE9HX0xFVkVMIjoiV0FSTklORyJ9fQ%3D%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=AWS%20HealthLake%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.healthlake-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_REGION%22%3A%22us-east-1%22%2C%22AWS_PROFILE%22%3A%22your-profile%22%2C%22MCP_LOG_LEVEL%22%3A%22WARNING%22%7D%7D) |
|
|
72
72
|
|
|
73
73
|
### Option 1: uvx (Recommended)
|
|
74
74
|
|
|
@@ -105,14 +105,11 @@ docker run -e AWS_ACCESS_KEY_ID=your_key -e AWS_SECRET_ACCESS_KEY=your_secret -e
|
|
|
105
105
|
|
|
106
106
|
## MCP Client Configuration
|
|
107
107
|
|
|
108
|
-
###
|
|
108
|
+
### Kiro
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
See the [Kiro IDE documentation](https://kiro.dev/docs/mcp/configuration/) or the [Kiro CLI documentation](https://kiro.dev/docs/cli/mcp/configuration/) for details.
|
|
111
111
|
|
|
112
|
-
|
|
113
|
-
- macOS: `~/.aws/amazonq/mcp.json`
|
|
114
|
-
- Linux: `~/.config/amazon-q/mcp.json`
|
|
115
|
-
- Windows: `%APPDATA%\Amazon Q\mcp.json`
|
|
112
|
+
For global configuration, edit `~/.kiro/settings/mcp.json`. For project-specific configuration, edit `.kiro/settings/mcp.json` in your project directory.
|
|
116
113
|
|
|
117
114
|
**Configuration:**
|
|
118
115
|
```json
|
{awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/examples/README.md
RENAMED
|
@@ -15,10 +15,11 @@ The `mcp_config.json` file contains a basic configuration for getting started:
|
|
|
15
15
|
|
|
16
16
|
Copy this configuration to your MCP client configuration file:
|
|
17
17
|
|
|
18
|
-
###
|
|
19
|
-
- **
|
|
20
|
-
- **
|
|
21
|
-
|
|
18
|
+
### Kiro
|
|
19
|
+
- **Global configuration**: `~/.kiro/settings/mcp.json`
|
|
20
|
+
- **Workspace-level configuration**: `.kiro/settings/mcp.json` in your project directory
|
|
21
|
+
|
|
22
|
+
See the [Kiro IDE documentation](https://kiro.dev/docs/mcp/configuration/) or the [Kiro CLI documentation](https://kiro.dev/docs/cli/mcp/configuration/) for details.
|
|
22
23
|
|
|
23
24
|
### Other MCP Clients
|
|
24
25
|
Refer to your MCP client's documentation for the correct configuration file location.
|
|
@@ -37,7 +37,7 @@ wheels = [
|
|
|
37
37
|
|
|
38
38
|
[[package]]
|
|
39
39
|
name = "awslabs-healthlake-mcp-server"
|
|
40
|
-
version = "0.0.
|
|
40
|
+
version = "0.0.7"
|
|
41
41
|
source = { editable = "." }
|
|
42
42
|
dependencies = [
|
|
43
43
|
{ name = "boto3" },
|
|
@@ -456,11 +456,11 @@ wheels = [
|
|
|
456
456
|
|
|
457
457
|
[[package]]
|
|
458
458
|
name = "filelock"
|
|
459
|
-
version = "3.
|
|
459
|
+
version = "3.20.1"
|
|
460
460
|
source = { registry = "https://pypi.org/simple" }
|
|
461
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
461
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a7/23/ce7a1126827cedeb958fc043d61745754464eb56c5937c35bbf2b8e26f34/filelock-3.20.1.tar.gz", hash = "sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c", size = 19476, upload-time = "2025-12-15T23:54:28.027Z" }
|
|
462
462
|
wheels = [
|
|
463
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
463
|
+
{ url = "https://files.pythonhosted.org/packages/e3/7f/a1a97644e39e7316d850784c642093c99df1290a460df4ede27659056834/filelock-3.20.1-py3-none-any.whl", hash = "sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a", size = 16666, upload-time = "2025-12-15T23:54:26.874Z" },
|
|
464
464
|
]
|
|
465
465
|
|
|
466
466
|
[[package]]
|
|
@@ -1252,15 +1252,15 @@ wheels = [
|
|
|
1252
1252
|
|
|
1253
1253
|
[[package]]
|
|
1254
1254
|
name = "starlette"
|
|
1255
|
-
version = "0.
|
|
1255
|
+
version = "0.50.0"
|
|
1256
1256
|
source = { registry = "https://pypi.org/simple" }
|
|
1257
1257
|
dependencies = [
|
|
1258
1258
|
{ name = "anyio" },
|
|
1259
1259
|
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
1260
1260
|
]
|
|
1261
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1261
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ba/b8/73a0e6a6e079a9d9cfa64113d771e421640b6f679a52eeb9b32f72d871a1/starlette-0.50.0.tar.gz", hash = "sha256:a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca", size = 2646985, upload-time = "2025-11-01T15:25:27.516Z" }
|
|
1262
1262
|
wheels = [
|
|
1263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1263
|
+
{ url = "https://files.pythonhosted.org/packages/d9/52/1064f510b141bd54025f9b55105e26d1fa970b9be67ad766380a3c9b74b0/starlette-0.50.0-py3-none-any.whl", hash = "sha256:9e5391843ec9b6e472eed1365a78c8098cfceb7a74bfd4d6b1c0c0095efb3bca", size = 74033, upload-time = "2025-11-01T15:25:25.461Z" },
|
|
1264
1264
|
]
|
|
1265
1265
|
|
|
1266
1266
|
[[package]]
|
|
@@ -1334,11 +1334,11 @@ wheels = [
|
|
|
1334
1334
|
|
|
1335
1335
|
[[package]]
|
|
1336
1336
|
name = "urllib3"
|
|
1337
|
-
version = "2.
|
|
1337
|
+
version = "2.6.3"
|
|
1338
1338
|
source = { registry = "https://pypi.org/simple" }
|
|
1339
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1339
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" }
|
|
1340
1340
|
wheels = [
|
|
1341
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1341
|
+
{ url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" },
|
|
1342
1342
|
]
|
|
1343
1343
|
|
|
1344
1344
|
[[package]]
|
|
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
|
|
File without changes
|
|
File without changes
|
{awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/docker-healthcheck.sh
RENAMED
|
File without changes
|
{awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/examples/mcp_config.json
RENAMED
|
File without changes
|
{awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_main.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/tests/test_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_healthlake_mcp_server-0.0.5 → awslabs_healthlake_mcp_server-0.0.7}/uv-requirements.txt
RENAMED
|
File without changes
|