awslabs.stepfunctions-tool-mcp-server 0.1.7__tar.gz → 0.1.8__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.
Files changed (34) hide show
  1. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/Dockerfile +4 -4
  2. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/PKG-INFO +4 -2
  3. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/README.md +3 -1
  4. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/pyproject.toml +1 -1
  5. awslabs_stepfunctions_tool_mcp_server-0.1.8/uv-requirements.txt +26 -0
  6. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/uv.lock +3 -3
  7. awslabs_stepfunctions_tool_mcp_server-0.1.7/.pre-commit-config.yaml +0 -14
  8. awslabs_stepfunctions_tool_mcp_server-0.1.7/run_tests.sh +0 -173
  9. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/.gitignore +0 -0
  10. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/.python-version +0 -0
  11. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/CHANGELOG.md +0 -0
  12. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/LICENSE +0 -0
  13. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/NOTICE +0 -0
  14. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/awslabs/__init__.py +0 -0
  15. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/awslabs/stepfunctions_tool_mcp_server/__init__.py +0 -0
  16. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/awslabs/stepfunctions_tool_mcp_server/aws_helper.py +0 -0
  17. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/awslabs/stepfunctions_tool_mcp_server/server.py +0 -0
  18. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/docker-healthcheck.sh +0 -0
  19. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/.gitignore +0 -0
  20. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/README.md +0 -0
  21. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/__init__.py +0 -0
  22. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_aws_helper.py +0 -0
  23. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_create_state_machine_tool.py +0 -0
  24. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_filter_state_machines_by_tag.py +0 -0
  25. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_format_state_machine_response.py +0 -0
  26. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_get_schema_arn_from_state_machine_arn.py +0 -0
  27. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_get_schema_from_registry.py +0 -0
  28. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_invoke_express_state_machine_impl.py +0 -0
  29. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_invoke_standard_state_machine_impl.py +0 -0
  30. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_main.py +0 -0
  31. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_register_state_machines.py +0 -0
  32. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_sanitize_tool_name.py +0 -0
  33. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_server.py +0 -0
  34. {awslabs_stepfunctions_tool_mcp_server-0.1.7 → awslabs_stepfunctions_tool_mcp_server-0.1.8}/tests/test_validate_state_machine_name.py +0 -0
@@ -13,7 +13,7 @@
13
13
  # limitations under the License.
14
14
 
15
15
  #FROM public.ecr.aws/sam/build-python3.10:1.137.1-20250411084548
16
- FROM public.ecr.aws/sam/build-python3.10@sha256:e78695db10ca8cb129e59e30f7dc9789b0dbd0181dba195d68419c72bac51ac1 AS uv
16
+ FROM public.ecr.aws/sam/build-python3.10@sha256:d821662474d65f3cf2fc97dba2fa807a3adb580d02895fc4545527812550ea65 AS uv
17
17
 
18
18
  # Install the project into `/app`
19
19
  WORKDIR /app
@@ -31,11 +31,11 @@ ENV UV_PYTHON_PREFERENCE=only-system
31
31
  ENV UV_FROZEN=true
32
32
 
33
33
  # Copy the required files first
34
- COPY pyproject.toml uv.lock ./
34
+ COPY pyproject.toml uv.lock uv-requirements.txt ./
35
35
 
36
36
  # Install the project's dependencies using the lockfile and settings
37
37
  RUN --mount=type=cache,target=/root/.cache/uv \
38
- pip install uv && \
38
+ pip install --require-hashes --requirement uv-requirements.txt && \
39
39
  uv sync --frozen --no-install-project --no-dev --no-editable
40
40
 
41
41
  # Then, add the rest of the project source code and install it
@@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
47
47
  # Make the directory just in case it doesn't exist
48
48
  RUN mkdir -p /root/.local
49
49
 
50
- FROM public.ecr.aws/sam/build-python3.10@sha256:e78695db10ca8cb129e59e30f7dc9789b0dbd0181dba195d68419c72bac51ac1
50
+ FROM public.ecr.aws/sam/build-python3.10@sha256:d821662474d65f3cf2fc97dba2fa807a3adb580d02895fc4545527812550ea65
51
51
 
52
52
  # Place executables in the environment at the front of the path and include other binaries
53
53
  ENV PATH="/app/.venv/bin:$PATH:/usr/sbin"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.stepfunctions-tool-mcp-server
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: An AWS Labs Model Context Protocol (MCP) server for AWS Step Functions
5
5
  Project-URL: Homepage, https://awslabs.github.io/mcp/
6
6
  Project-URL: Documentation, https://awslabs.github.io/mcp/servers/stepfunctions-tool-mcp-server/
@@ -65,7 +65,9 @@ graph LR
65
65
 
66
66
  ## Installation
67
67
 
68
- Here are some ways you can work with MCP across AWS, and we'll be adding support to more products including Amazon Q Developer CLI soon: (e.g. for Amazon Q Developer CLI MCP, `~/.aws/amazonq/mcp.json`):
68
+ [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=awslabs.stepfunctions-tool-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuc3RlcGZ1bmN0aW9ucy10b29sLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoieW91ci1hd3MtcHJvZmlsZSIsIkFXU19SRUdJT04iOiJ1cy1lYXN0LTEiLCJTVEFURV9NQUNISU5FX1BSRUZJWCI6InlvdXItc3RhdGUtbWFjaGluZS1wcmVmaXgiLCJTVEFURV9NQUNISU5FX0xJU1QiOiJ5b3VyLWZpcnN0LXN0YXRlLW1hY2hpbmUsIHlvdXItc2Vjb25kLXN0YXRlLW1hY2hpbmUiLCJTVEFURV9NQUNISU5FX1RBR19LRVkiOiJ5b3VyLXRhZy1rZXkiLCJTVEFURV9NQUNISU5FX1RBR19WQUxVRSI6InlvdXItdGFnLXZhbHVlIiwiU1RBVEVfTUFDSElORV9JTlBVVF9TQ0hFTUFfQVJOX1RBR19LRVkiOiJ5b3VyLXN0YXRlLW1hY2hpbmUtdGFnLWZvci1pbnB1dC1zY2hlbWEifX0%3D)
69
+
70
+ Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
69
71
 
70
72
  ```json
71
73
  {
@@ -37,7 +37,9 @@ graph LR
37
37
 
38
38
  ## Installation
39
39
 
40
- Here are some ways you can work with MCP across AWS, and we'll be adding support to more products including Amazon Q Developer CLI soon: (e.g. for Amazon Q Developer CLI MCP, `~/.aws/amazonq/mcp.json`):
40
+ [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=awslabs.stepfunctions-tool-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuc3RlcGZ1bmN0aW9ucy10b29sLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoieW91ci1hd3MtcHJvZmlsZSIsIkFXU19SRUdJT04iOiJ1cy1lYXN0LTEiLCJTVEFURV9NQUNISU5FX1BSRUZJWCI6InlvdXItc3RhdGUtbWFjaGluZS1wcmVmaXgiLCJTVEFURV9NQUNISU5FX0xJU1QiOiJ5b3VyLWZpcnN0LXN0YXRlLW1hY2hpbmUsIHlvdXItc2Vjb25kLXN0YXRlLW1hY2hpbmUiLCJTVEFURV9NQUNISU5FX1RBR19LRVkiOiJ5b3VyLXRhZy1rZXkiLCJTVEFURV9NQUNISU5FX1RBR19WQUxVRSI6InlvdXItdGFnLXZhbHVlIiwiU1RBVEVfTUFDSElORV9JTlBVVF9TQ0hFTUFfQVJOX1RBR19LRVkiOiJ5b3VyLXN0YXRlLW1hY2hpbmUtdGFnLWZvci1pbnB1dC1zY2hlbWEifX0%3D)
41
+
42
+ Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
41
43
 
42
44
  ```json
43
45
  {
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "awslabs.stepfunctions-tool-mcp-server"
3
- version = "0.1.7" # When updating this version, also update __version__ in awslabs/stepfunctions_tool_mcp_server/server.py
3
+ version = "0.1.8" # When updating this version, also update __version__ in awslabs/stepfunctions_tool_mcp_server/server.py
4
4
  description = "An AWS Labs Model Context Protocol (MCP) server for AWS Step Functions"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -0,0 +1,26 @@
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command:
4
+ #
5
+ # pip-compile --generate-hashes --output-file=uv-requirements.txt --strip-extras uv-requirements-0.7.13.in
6
+ #
7
+ uv==0.7.13 \
8
+ --hash=sha256:05f3c03c4ea55d294f3da725b6c2c2ff544754c18552da7594def4ec3889dcfb \
9
+ --hash=sha256:1afdbfcabc3425b383141ba42d413841c0a48b9ee0f4da65459313275e3cea84 \
10
+ --hash=sha256:33837aca7bdf02d47554d5d44f9e71756ee17c97073b07b4afead25309855bc7 \
11
+ --hash=sha256:4efa555b217e15767f0691a51d435f7bb2b0bf473fdfd59f173aeda8a93b8d17 \
12
+ --hash=sha256:4f828174e15a557d3bc0f809de76135c3b66bcbf524657f8ced9d22fc978b89c \
13
+ --hash=sha256:527a12d0c2f4d15f72b275b6f4561ae92af76dd59b4624796fddd45867f13c33 \
14
+ --hash=sha256:5786a29e286f2cc3cbda13a357fd9a4dd5bf1d7448a9d3d842b26b4f784a3a86 \
15
+ --hash=sha256:59915aec9fd2b845708a76ddc6c0639cfc99b6e2811854ea2425ee7552aff0e9 \
16
+ --hash=sha256:721b058064150fc1c6d88e277af093d1b4f8bb7a59546fe9969d9ff7dbe3f6fd \
17
+ --hash=sha256:866cad0d04a7de1aaa3c5cbef203f9d3feef9655972dcccc3283d60122db743b \
18
+ --hash=sha256:88fcf2bfbb53309531a850af50d2ea75874099b19d4159625d0b4f88c53494b9 \
19
+ --hash=sha256:8c0c29a2089ff9011d6c3abccd272f3ee6d0e166dae9e5232099fd83d26104d9 \
20
+ --hash=sha256:9c457a84cfbe2019ba301e14edd3e1c950472abd0b87fc77622ab3fc475ba012 \
21
+ --hash=sha256:9d2952a1e74c7027347c74cee1cb2be09121a5290db38498b8b17ff585f73748 \
22
+ --hash=sha256:a51006c7574e819308d92a3452b22d5bd45ef8593a4983b5856aa7cb8220885f \
23
+ --hash=sha256:b1af81e57d098b21b28f42ec756f0e26dce2341d59ba4e4f11759bc3ca2c0a99 \
24
+ --hash=sha256:e077dcac19e564cae8b4223b7807c2f617a59938f8142ca77fc6348ae9c6d0aa \
25
+ --hash=sha256:f28e70baadfebe71dcc2d9505059b988d75e903fc62258b102eb87dc4b6994a3
26
+ # via -r uv-requirements-0.7.13.in (contents of `uv==0.7.13`)
@@ -331,11 +331,11 @@ wheels = [
331
331
 
332
332
  [[package]]
333
333
  name = "h11"
334
- version = "0.14.0"
334
+ version = "0.16.0"
335
335
  source = { registry = "https://pypi.org/simple" }
336
- sdist = { url = "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", size = 100418 }
336
+ sdist = { url = "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1", size = 101250, upload-time = "2025-04-24T03:35:25.427Z" }
337
337
  wheels = [
338
- { url = "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", size = 58259 },
338
+ { url = "https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86", size = 37515, upload-time = "2025-04-24T03:35:24.344Z" },
339
339
  ]
340
340
 
341
341
  [[package]]
@@ -1,14 +0,0 @@
1
- repos:
2
- - repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.9.6
4
- hooks:
5
- - id: ruff
6
- args: [--fix]
7
- - id: ruff-format
8
-
9
- - repo: https://github.com/commitizen-tools/commitizen
10
- rev: v3.13.0
11
- hooks:
12
- - id: commitizen
13
- - id: commitizen-branch
14
- stages: [push]
@@ -1,173 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License");
6
- # you may not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
15
- # limitations under the License.
16
-
17
- # Script to run the stepfunctions-tool-mcp-server tests
18
-
19
- # Set the Python path to include the current directory and the parent directory
20
- export PYTHONPATH=$PYTHONPATH:$(pwd):$(pwd)/..
21
-
22
- # Check if we're in a virtual environment
23
- if [ -z "$VIRTUAL_ENV" ]; then
24
- echo "Warning: You are not running in a virtual environment."
25
- echo "It's recommended to create and activate a virtual environment before running tests."
26
- echo "You can create one with: python -m venv venv"
27
- echo "And activate it with: source venv/bin/activate (Linux/Mac) or venv\\Scripts\\activate (Windows)"
28
- echo "Continuing without a virtual environment..."
29
- echo ""
30
- fi
31
-
32
- # Always use python -m pytest to ensure we use the correct pytest
33
- PYTEST_CMD="python -m pytest"
34
-
35
- # Check if pytest and other dependencies are installed
36
- echo "Checking for required packages..."
37
- MISSING_PACKAGES=()
38
-
39
- # Check for pytest
40
- python -c "import pytest" 2>/dev/null
41
- if [ $? -ne 0 ]; then
42
- MISSING_PACKAGES+=("pytest pytest-asyncio pytest-cov")
43
- fi
44
-
45
- # Check for boto3 package
46
- python -c "import boto3" 2>/dev/null
47
- if [ $? -ne 0 ]; then
48
- MISSING_PACKAGES+=("boto3")
49
- fi
50
-
51
- # Check for mcp package
52
- python -c "import mcp" 2>/dev/null
53
- if [ $? -ne 0 ]; then
54
- MISSING_PACKAGES+=("mcp")
55
- fi
56
-
57
- # Check for pydantic package
58
- python -c "import pydantic" 2>/dev/null
59
- if [ $? -ne 0 ]; then
60
- MISSING_PACKAGES+=("pydantic")
61
- fi
62
-
63
- # Install missing packages
64
- if [ ${#MISSING_PACKAGES[@]} -gt 0 ]; then
65
- echo "Installing missing packages: ${MISSING_PACKAGES[*]}"
66
-
67
- # Try pip first (more reliable)
68
- if command -v pip &> /dev/null; then
69
- echo "Using pip to install packages..."
70
- pip install ${MISSING_PACKAGES[*]} -v
71
- # Try pip3 if pip is not available
72
- elif command -v pip3 &> /dev/null; then
73
- echo "Using pip3 to install packages..."
74
- pip3 install ${MISSING_PACKAGES[*]} -v
75
- # Try uv as a last resort
76
- elif command -v uv &> /dev/null; then
77
- echo "Using uv to install packages..."
78
- uv pip install ${MISSING_PACKAGES[*]} -v
79
- else
80
- echo "Error: No package manager (pip, pip3, or uv) is available. Please install the missing packages manually."
81
- exit 1
82
- fi
83
-
84
- # Verify installation with more verbose output
85
- echo "Verifying package installations..."
86
- for pkg in "pytest" "boto3" "mcp" "pydantic"; do
87
- echo "Checking for $pkg..."
88
- python -c "import $pkg; print(f'$pkg version: {$pkg.__version__}')" 2>/dev/null
89
- if [ $? -ne 0 ]; then
90
- echo "Failed to install $pkg. Trying to install it individually..."
91
- pip install $pkg -v || pip3 install $pkg -v || echo "Failed to install $pkg. Please install it manually."
92
-
93
- # Check again
94
- python -c "import $pkg" 2>/dev/null
95
- if [ $? -ne 0 ]; then
96
- echo "Still failed to install $pkg. Please install it manually."
97
- echo "You can try: pip install $pkg"
98
- exit 1
99
- fi
100
- fi
101
- done
102
- fi
103
-
104
- # Print debug information
105
- echo "Debug information:"
106
- echo "Python version: $(python --version)"
107
- echo "Python path: $PYTHONPATH"
108
- echo "Current directory: $(pwd)"
109
- echo "Python executable: $(which python)"
110
- echo "Pytest module location: $(python -c "import pytest; print(pytest.__file__)" 2>/dev/null || echo "Not found")"
111
-
112
- # Check if awslabs.stepfunctions_tool_mcp_server module can be imported
113
- echo "Checking if awslabs.stepfunctions_tool_mcp_server module can be imported..."
114
- python -c "import awslabs.stepfunctions_tool_mcp_server; print(f'awslabs.stepfunctions_tool_mcp_server module found at: {awslabs.stepfunctions_tool_mcp_server.__file__}')" 2>/dev/null
115
- if [ $? -ne 0 ]; then
116
- echo "Warning: awslabs.stepfunctions_tool_mcp_server module cannot be imported. This may cause test failures."
117
- echo "Installing the package in development mode..."
118
-
119
- # Check if uv is available
120
- if command -v uv &> /dev/null; then
121
- uv pip install -e .
122
- # Check if pip is available
123
- elif command -v pip &> /dev/null; then
124
- pip install -e .
125
- else
126
- echo "Neither uv nor pip is available. Creating a symbolic link instead..."
127
- # Create a symbolic link to the module in the current directory
128
- ln -sf $(pwd)/awslabs/stepfunctions_tool_mcp_server $(pwd)/stepfunctions_tool_mcp_server 2>/dev/null
129
- fi
130
-
131
- echo "Trying again..."
132
- python -c "import awslabs.stepfunctions_tool_mcp_server; print(f'awslabs.stepfunctions_tool_mcp_server module found at: {awslabs.stepfunctions_tool_mcp_server.__file__}')" 2>/dev/null
133
- if [ $? -ne 0 ]; then
134
- echo "Still cannot import awslabs.stepfunctions_tool_mcp_server module. Tests may fail."
135
- echo "Directory structure:"
136
- ls -la
137
- echo "awslabs directory:"
138
- ls -la awslabs 2>/dev/null || echo "awslabs directory not found"
139
- fi
140
- fi
141
-
142
- # Check if tests directory exists and is not empty
143
- if [ ! -d "tests" ]; then
144
- echo "Error: tests directory not found. Make sure you are running this script from the root of the project."
145
- exit 1
146
- fi
147
-
148
- if [ -z "$(ls -A tests)" ]; then
149
- echo "Error: tests directory is empty. No tests to run."
150
- exit 1
151
- fi
152
-
153
- # List test files
154
- echo "Test files found:"
155
- find tests -name "test_*.py" | sort
156
-
157
- # Run the tests
158
- echo "Running tests..."
159
- $PYTEST_CMD -xvs tests/
160
-
161
- # If pytest fails, try using unittest as a fallback
162
- if [ $? -ne 0 ]; then
163
- echo "Pytest failed. Trying to run tests with unittest as a fallback..."
164
- python -m unittest discover -s tests
165
- fi
166
-
167
- # If you want to run with coverage, uncomment the following line
168
- # $PYTEST_CMD --cov=awslabs.stepfunctions_tool_mcp_server --cov-report=term-missing tests/
169
-
170
- # If you want to run with coverage and generate an HTML report, uncomment the following line
171
- # $PYTEST_CMD --cov=awslabs.stepfunctions_tool_mcp_server --cov-report=html tests/
172
-
173
- echo "Test run completed."