awslabs.openapi-mcp-server 0.2.9__tar.gz → 0.2.10__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_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/AUTHENTICATION.md +1 -1
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/Dockerfile +2 -2
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/PKG-INFO +16 -15
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/README.md +15 -14
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/__init__.py +1 -1
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/pyproject.toml +1 -1
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/uv.lock +4 -4
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/.coveragerc +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/.dockerignore +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/.gitignore +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/.python-version +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/AWS_BEST_PRACTICES.md +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/CHANGELOG.md +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/DEPLOYMENT.md +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/LICENSE +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/NOTICE +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/OBSERVABILITY.md +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/__init__.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/api/__init__.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/api/config.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/__init__.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/api_key_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/auth_cache.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/auth_errors.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/auth_factory.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/auth_protocol.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/auth_provider.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/base_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/basic_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/bearer_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/cognito_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/auth/register.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/patch/__init__.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/prompts/__init__.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/prompts/generators/__init__.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/prompts/generators/operation_prompts.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/prompts/generators/workflow_prompts.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/prompts/models.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/prompts/prompt_manager.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/server.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/utils/__init__.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/utils/cache_provider.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/utils/config.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/utils/error_handler.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/utils/http_client.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/utils/metrics_provider.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/utils/openapi.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/awslabs/openapi_mcp_server/utils/openapi_validator.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/docker-healthcheck.sh +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/pyrightconfig.json +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/README.md +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/api/test_config.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_api_key_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_cache.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_errors.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_factory.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_factory_caching.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_factory_coverage.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_protocol.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_protocol_additional.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_protocol_boost.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_protocol_coverage.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_protocol_extended.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_protocol_improved.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_provider_additional.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_base_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_base_auth_coverage.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_basic_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_bearer_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_cognito_auth.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_cognito_auth_additional_coverage.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_cognito_auth_boost_coverage.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_cognito_auth_client_credentials.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_cognito_auth_coverage_boost.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_cognito_auth_exceptions.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_register.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_register_coverage.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/standalone/test_operation_prompt.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/standalone/test_prompt_arguments.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/standalone/test_secure_operation_prompt.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/test_mcp_prompt_manager.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/test_mcp_prompt_manager_integration.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/test_models_dict_method.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/test_operation_prompts_extended.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/test_prompt_manager_additional.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/test_prompt_manager_comprehensive.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/test_prompt_manager_coverage.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/prompts/test_prompt_registration.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_api_name.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_cache_coverage_89.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_client.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_coverage_boost.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_init.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_main.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_main_extended.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_openapi_coverage_89.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_auth_errors.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_coverage_boost.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_coverage_boost_2.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_exception_handling.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_extended.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_httpx_version.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_part1.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_route_logging.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_signal_handlers.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_cache_provider.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_error_handler.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_error_handler_boost.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_error_handler_extended.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_error_handler_fix.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_http_client.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_http_client_comprehensive.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_http_client_extended.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_http_client_extended2.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_http_client_import_error.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_metrics_provider.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_metrics_provider_decorators.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_metrics_provider_extended2.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_metrics_provider_prometheus.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_openapi.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_openapi_validator.py +0 -0
- {awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/uv-requirements.txt +0 -0
|
@@ -251,7 +251,7 @@ To verify your authentication configuration is working correctly:
|
|
|
251
251
|
2. Check the logs for successful authentication messages
|
|
252
252
|
|
|
253
253
|
3. Make a simple request through your LLM tool to verify API connectivity:
|
|
254
|
-
- For
|
|
254
|
+
- For Kiro: "Can you list the available endpoints in my API?"
|
|
255
255
|
- For Cline: "Make a simple request to my API to verify authentication is working"
|
|
256
256
|
|
|
257
257
|
If you encounter authentication errors, see the Troubleshooting section below.
|
|
@@ -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.openapi-mcp-server
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.10
|
|
4
4
|
Summary: An AWS Labs Model Context Protocol (MCP) server for OpenAPI
|
|
5
5
|
Project-URL: Homepage, https://awslabs.github.io/mcp/
|
|
6
6
|
Project-URL: Documentation, https://awslabs.github.io/mcp/servers/openapi-mcp-server/
|
|
@@ -86,9 +86,9 @@ This project is a server that dynamically creates Model Context Protocol (MCP) t
|
|
|
86
86
|
|
|
87
87
|
## Installation
|
|
88
88
|
|
|
89
|
-
| Cursor | VS Code |
|
|
90
|
-
|
|
91
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.openapi-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMub3BlbmFwaS1tY3Atc2VydmVyQGxhdGVzdCIsImVudiI6eyJBUElfTkFNRSI6InlvdXItYXBpLW5hbWUiLCJBUElfQkFTRV9VUkwiOiJodHRwczovL2FwaS5leGFtcGxlLmNvbSIsIkFQSV9TUEVDX1VSTCI6Imh0dHBzOi8vYXBpLmV4YW1wbGUuY29tL29wZW5hcGkuanNvbiIsIkxPR19MRVZFTCI6IkVSUk9SIiwiRU5BQkxFX1BST01FVEhFVVMiOiJmYWxzZSIsIkVOQUJMRV9PUEVSQVRJT05fUFJPTVBUUyI6InRydWUiLCJVVklDT1JOX1RJTUVPVVRfR1JBQ0VGVUxfU0hVVERPV04iOiI1LjAiLCJVVklDT1JOX0dSQUNFRlVMX1NIVVRET1dOIjoidHJ1ZSJ9LCJkaXNhYmxlZCI6ZmFsc2UsImF1dG9BcHByb3ZlIjpbXX0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=OpenAPI%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.openapi-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22API_NAME%22%3A%22your-api-name%22%2C%22API_BASE_URL%22%3A%22https%3A%2F%2Fapi.example.com%22%2C%22API_SPEC_URL%22%3A%22https%3A%2F%2Fapi.example.com%2Fopenapi.json%22%2C%22LOG_LEVEL%22%3A%22ERROR%22%2C%22ENABLE_PROMETHEUS%22%3A%22false%22%2C%22ENABLE_OPERATION_PROMPTS%22%3A%22true%22%2C%22UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN%22%3A%225.0%22%2C%22UVICORN_GRACEFUL_SHUTDOWN%22%3A%22true%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
|
|
89
|
+
| Kiro | Cursor | VS Code |
|
|
90
|
+
|:----:|:------:|:-------:|
|
|
91
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.openapi-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.openapi-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22API_NAME%22%3A%22your-api-name%22%2C%22API_BASE_URL%22%3A%22https%3A//api.example.com%22%2C%22API_SPEC_URL%22%3A%22https%3A//api.example.com/openapi.json%22%2C%22LOG_LEVEL%22%3A%22ERROR%22%2C%22ENABLE_PROMETHEUS%22%3A%22false%22%2C%22ENABLE_OPERATION_PROMPTS%22%3A%22true%22%2C%22UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN%22%3A%225.0%22%2C%22UVICORN_GRACEFUL_SHUTDOWN%22%3A%22true%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.openapi-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMub3BlbmFwaS1tY3Atc2VydmVyQGxhdGVzdCIsImVudiI6eyJBUElfTkFNRSI6InlvdXItYXBpLW5hbWUiLCJBUElfQkFTRV9VUkwiOiJodHRwczovL2FwaS5leGFtcGxlLmNvbSIsIkFQSV9TUEVDX1VSTCI6Imh0dHBzOi8vYXBpLmV4YW1wbGUuY29tL29wZW5hcGkuanNvbiIsIkxPR19MRVZFTCI6IkVSUk9SIiwiRU5BQkxFX1BST01FVEhFVVMiOiJmYWxzZSIsIkVOQUJMRV9PUEVSQVRJT05fUFJPTVBUUyI6InRydWUiLCJVVklDT1JOX1RJTUVPVVRfR1JBQ0VGVUxfU0hVVERPV04iOiI1LjAiLCJVVklDT1JOX0dSQUNFRlVMX1NIVVRET1dOIjoidHJ1ZSJ9LCJkaXNhYmxlZCI6ZmFsc2UsImF1dG9BcHByb3ZlIjpbXX0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=OpenAPI%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.openapi-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22API_NAME%22%3A%22your-api-name%22%2C%22API_BASE_URL%22%3A%22https%3A%2F%2Fapi.example.com%22%2C%22API_SPEC_URL%22%3A%22https%3A%2F%2Fapi.example.com%2Fopenapi.json%22%2C%22LOG_LEVEL%22%3A%22ERROR%22%2C%22ENABLE_PROMETHEUS%22%3A%22false%22%2C%22ENABLE_OPERATION_PROMPTS%22%3A%22true%22%2C%22UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN%22%3A%225.0%22%2C%22UVICORN_GRACEFUL_SHUTDOWN%22%3A%22true%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
|
|
92
92
|
|
|
93
93
|
### From PyPI
|
|
94
94
|
|
|
@@ -124,7 +124,7 @@ pip install -e .
|
|
|
124
124
|
|
|
125
125
|
### Using MCP Configuration
|
|
126
126
|
|
|
127
|
-
|
|
127
|
+
Example configuration for Kiro (`~/.kiro/settings/mcp.json`):
|
|
128
128
|
|
|
129
129
|
```json
|
|
130
130
|
{
|
|
@@ -397,17 +397,18 @@ The server includes built-in monitoring capabilities:
|
|
|
397
397
|
- Prometheus metrics (disabled by default)
|
|
398
398
|
- Detailed logging of API calls and tool usage
|
|
399
399
|
- Performance tracking for API operations
|
|
400
|
-
## Testing with Amazon Q
|
|
401
400
|
|
|
402
|
-
|
|
401
|
+
## Testing with Kiro
|
|
403
402
|
|
|
404
|
-
|
|
403
|
+
To test the OpenAPI MCP Server with Kiro, you need to configure Kiro to use your MCP server. Here's how:
|
|
404
|
+
|
|
405
|
+
1. **Configure Kiro MCP Integration**
|
|
405
406
|
|
|
406
407
|
Create or edit the MCP configuration file:
|
|
407
408
|
|
|
408
409
|
```bash
|
|
409
|
-
mkdir -p ~/.
|
|
410
|
-
nano ~/.
|
|
410
|
+
mkdir -p ~/.kiro/settings
|
|
411
|
+
nano ~/.kiro/settings/mcp.json
|
|
411
412
|
```
|
|
412
413
|
|
|
413
414
|
Add the following configuration:
|
|
@@ -437,20 +438,20 @@ To test the OpenAPI MCP Server with Amazon Q, you need to configure Amazon Q to
|
|
|
437
438
|
}
|
|
438
439
|
```
|
|
439
440
|
|
|
440
|
-
2. **Start
|
|
441
|
+
2. **Start Kiro CLI**
|
|
441
442
|
|
|
442
|
-
Launch the
|
|
443
|
+
Launch the Kiro CLI:
|
|
443
444
|
|
|
444
445
|
```bash
|
|
445
|
-
|
|
446
|
+
kiro-cli chat
|
|
446
447
|
```
|
|
447
448
|
|
|
448
449
|
3. **Test the Operation Prompts**
|
|
449
450
|
|
|
450
|
-
Once connected, you can test the operation prompts by asking
|
|
451
|
+
Once connected, you can test the operation prompts by asking Kiro to help you with specific API operations:
|
|
451
452
|
|
|
452
453
|
```
|
|
453
454
|
I need to find a pet by ID using the Petstore API
|
|
454
455
|
```
|
|
455
456
|
|
|
456
|
-
|
|
457
|
+
Kiro should respond with guidance using the natural language prompt.
|
|
@@ -27,9 +27,9 @@ This project is a server that dynamically creates Model Context Protocol (MCP) t
|
|
|
27
27
|
|
|
28
28
|
## Installation
|
|
29
29
|
|
|
30
|
-
| Cursor | VS Code |
|
|
31
|
-
|
|
32
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.openapi-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMub3BlbmFwaS1tY3Atc2VydmVyQGxhdGVzdCIsImVudiI6eyJBUElfTkFNRSI6InlvdXItYXBpLW5hbWUiLCJBUElfQkFTRV9VUkwiOiJodHRwczovL2FwaS5leGFtcGxlLmNvbSIsIkFQSV9TUEVDX1VSTCI6Imh0dHBzOi8vYXBpLmV4YW1wbGUuY29tL29wZW5hcGkuanNvbiIsIkxPR19MRVZFTCI6IkVSUk9SIiwiRU5BQkxFX1BST01FVEhFVVMiOiJmYWxzZSIsIkVOQUJMRV9PUEVSQVRJT05fUFJPTVBUUyI6InRydWUiLCJVVklDT1JOX1RJTUVPVVRfR1JBQ0VGVUxfU0hVVERPV04iOiI1LjAiLCJVVklDT1JOX0dSQUNFRlVMX1NIVVRET1dOIjoidHJ1ZSJ9LCJkaXNhYmxlZCI6ZmFsc2UsImF1dG9BcHByb3ZlIjpbXX0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=OpenAPI%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.openapi-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22API_NAME%22%3A%22your-api-name%22%2C%22API_BASE_URL%22%3A%22https%3A%2F%2Fapi.example.com%22%2C%22API_SPEC_URL%22%3A%22https%3A%2F%2Fapi.example.com%2Fopenapi.json%22%2C%22LOG_LEVEL%22%3A%22ERROR%22%2C%22ENABLE_PROMETHEUS%22%3A%22false%22%2C%22ENABLE_OPERATION_PROMPTS%22%3A%22true%22%2C%22UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN%22%3A%225.0%22%2C%22UVICORN_GRACEFUL_SHUTDOWN%22%3A%22true%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
|
|
30
|
+
| Kiro | Cursor | VS Code |
|
|
31
|
+
|:----:|:------:|:-------:|
|
|
32
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.openapi-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.openapi-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22API_NAME%22%3A%22your-api-name%22%2C%22API_BASE_URL%22%3A%22https%3A//api.example.com%22%2C%22API_SPEC_URL%22%3A%22https%3A//api.example.com/openapi.json%22%2C%22LOG_LEVEL%22%3A%22ERROR%22%2C%22ENABLE_PROMETHEUS%22%3A%22false%22%2C%22ENABLE_OPERATION_PROMPTS%22%3A%22true%22%2C%22UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN%22%3A%225.0%22%2C%22UVICORN_GRACEFUL_SHUTDOWN%22%3A%22true%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.openapi-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMub3BlbmFwaS1tY3Atc2VydmVyQGxhdGVzdCIsImVudiI6eyJBUElfTkFNRSI6InlvdXItYXBpLW5hbWUiLCJBUElfQkFTRV9VUkwiOiJodHRwczovL2FwaS5leGFtcGxlLmNvbSIsIkFQSV9TUEVDX1VSTCI6Imh0dHBzOi8vYXBpLmV4YW1wbGUuY29tL29wZW5hcGkuanNvbiIsIkxPR19MRVZFTCI6IkVSUk9SIiwiRU5BQkxFX1BST01FVEhFVVMiOiJmYWxzZSIsIkVOQUJMRV9PUEVSQVRJT05fUFJPTVBUUyI6InRydWUiLCJVVklDT1JOX1RJTUVPVVRfR1JBQ0VGVUxfU0hVVERPV04iOiI1LjAiLCJVVklDT1JOX0dSQUNFRlVMX1NIVVRET1dOIjoidHJ1ZSJ9LCJkaXNhYmxlZCI6ZmFsc2UsImF1dG9BcHByb3ZlIjpbXX0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=OpenAPI%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.openapi-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22API_NAME%22%3A%22your-api-name%22%2C%22API_BASE_URL%22%3A%22https%3A%2F%2Fapi.example.com%22%2C%22API_SPEC_URL%22%3A%22https%3A%2F%2Fapi.example.com%2Fopenapi.json%22%2C%22LOG_LEVEL%22%3A%22ERROR%22%2C%22ENABLE_PROMETHEUS%22%3A%22false%22%2C%22ENABLE_OPERATION_PROMPTS%22%3A%22true%22%2C%22UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN%22%3A%225.0%22%2C%22UVICORN_GRACEFUL_SHUTDOWN%22%3A%22true%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
|
|
33
33
|
|
|
34
34
|
### From PyPI
|
|
35
35
|
|
|
@@ -65,7 +65,7 @@ pip install -e .
|
|
|
65
65
|
|
|
66
66
|
### Using MCP Configuration
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
Example configuration for Kiro (`~/.kiro/settings/mcp.json`):
|
|
69
69
|
|
|
70
70
|
```json
|
|
71
71
|
{
|
|
@@ -338,17 +338,18 @@ The server includes built-in monitoring capabilities:
|
|
|
338
338
|
- Prometheus metrics (disabled by default)
|
|
339
339
|
- Detailed logging of API calls and tool usage
|
|
340
340
|
- Performance tracking for API operations
|
|
341
|
-
## Testing with Amazon Q
|
|
342
341
|
|
|
343
|
-
|
|
342
|
+
## Testing with Kiro
|
|
344
343
|
|
|
345
|
-
|
|
344
|
+
To test the OpenAPI MCP Server with Kiro, you need to configure Kiro to use your MCP server. Here's how:
|
|
345
|
+
|
|
346
|
+
1. **Configure Kiro MCP Integration**
|
|
346
347
|
|
|
347
348
|
Create or edit the MCP configuration file:
|
|
348
349
|
|
|
349
350
|
```bash
|
|
350
|
-
mkdir -p ~/.
|
|
351
|
-
nano ~/.
|
|
351
|
+
mkdir -p ~/.kiro/settings
|
|
352
|
+
nano ~/.kiro/settings/mcp.json
|
|
352
353
|
```
|
|
353
354
|
|
|
354
355
|
Add the following configuration:
|
|
@@ -378,20 +379,20 @@ To test the OpenAPI MCP Server with Amazon Q, you need to configure Amazon Q to
|
|
|
378
379
|
}
|
|
379
380
|
```
|
|
380
381
|
|
|
381
|
-
2. **Start
|
|
382
|
+
2. **Start Kiro CLI**
|
|
382
383
|
|
|
383
|
-
Launch the
|
|
384
|
+
Launch the Kiro CLI:
|
|
384
385
|
|
|
385
386
|
```bash
|
|
386
|
-
|
|
387
|
+
kiro-cli chat
|
|
387
388
|
```
|
|
388
389
|
|
|
389
390
|
3. **Test the Operation Prompts**
|
|
390
391
|
|
|
391
|
-
Once connected, you can test the operation prompts by asking
|
|
392
|
+
Once connected, you can test the operation prompts by asking Kiro to help you with specific API operations:
|
|
392
393
|
|
|
393
394
|
```
|
|
394
395
|
I need to find a pet by ID using the Petstore API
|
|
395
396
|
```
|
|
396
397
|
|
|
397
|
-
|
|
398
|
+
Kiro should respond with guidance using the natural language prompt.
|
|
@@ -67,7 +67,7 @@ wheels = [
|
|
|
67
67
|
|
|
68
68
|
[[package]]
|
|
69
69
|
name = "awslabs-openapi-mcp-server"
|
|
70
|
-
version = "0.2.
|
|
70
|
+
version = "0.2.10"
|
|
71
71
|
source = { editable = "." }
|
|
72
72
|
dependencies = [
|
|
73
73
|
{ name = "bcrypt" },
|
|
@@ -2491,11 +2491,11 @@ wheels = [
|
|
|
2491
2491
|
|
|
2492
2492
|
[[package]]
|
|
2493
2493
|
name = "urllib3"
|
|
2494
|
-
version = "2.6.
|
|
2494
|
+
version = "2.6.3"
|
|
2495
2495
|
source = { registry = "https://pypi.org/simple" }
|
|
2496
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2496
|
+
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" }
|
|
2497
2497
|
wheels = [
|
|
2498
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2498
|
+
{ 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" },
|
|
2499
2499
|
]
|
|
2500
2500
|
|
|
2501
2501
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/AWS_BEST_PRACTICES.md
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/docker-healthcheck.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/api/test_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_auth_cache.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_base_auth.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_basic_auth.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_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/auth/test_register.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_api_name.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_coverage_boost.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_main_extended.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_extended.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/test_server_part1.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
|
|
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_openapi_mcp_server-0.2.9 → awslabs_openapi_mcp_server-0.2.10}/tests/utils/test_openapi.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|