rootly-mcp-server 2.3.3__tar.gz → 2.3.4__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.
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/CHANGELOG.md +10 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/PKG-INFO +1 -1
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/pyproject.toml +1 -1
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/uv.lock +1 -1
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.dockerignore +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.gitattributes +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.github/dependabot.yml +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.github/openapi-audit-remote-baseline.json +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.github/workflows/ci.yml +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.github/workflows/dependency-review.yml +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.github/workflows/openapi-audit.yml +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.github/workflows/pypi-release.yml +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.gitignore +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.semaphore/deploy-staging.yml +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.semaphore/deploy.yml +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.semaphore/semaphore.yml +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.semaphore/update-task-definition.sh +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/CONTRIBUTING.md +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/Dockerfile +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/LICENSE +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/README.md +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/examples/skills/README.md +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/gemini-extension.json +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/rootly-mcp-server-demo.gif +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/rootly_openapi.json +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/scripts/audit_openapi.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/scripts/setup-hooks.sh +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/server.json +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/__init__.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/__main__.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/audit.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/client.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/code_mode.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/data/__init__.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/exceptions.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/legacy_server.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/mcp_error.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/monitoring.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/och_client.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/pagination.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/payload_stripping.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/security.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/server.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/server_defaults.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/smart_utils.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/spec_transform.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/tools/__init__.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/tools/alerts.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/tools/incidents.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/tools/oncall.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/tools/resources.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/transport.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/utils.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/validators.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/README.md +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/conftest.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/integration/local/test_basic.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/integration/local/test_smart_tools.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/integration/local/test_tool_allowlists.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/integration/remote/test_essential.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/test_client.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_alert_stripping.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_authentication.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_code_mode_module.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_exceptions.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_http_headers.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_legacy_server_module.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_main_transport.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_mcp_error_module.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_och_client.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_oncall_handoff.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_oncall_metrics.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_oncall_new_tools.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_oncall_severity_normalization.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_payload_stripping_module.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_security.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_server.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_server_defaults_module.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_smart_utils.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_tools.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_transport_module.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_utils.py +0 -0
- {rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_validators.py +0 -0
|
@@ -5,6 +5,16 @@ All notable changes to the Rootly MCP Server will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.3.4] - Released 2026-04-30
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- **Incident Timeline Events Enabled by Default**: Exposed incident timeline event creation in the default MCP write surface so agents can add timeline entries without extra configuration
|
|
13
|
+
|
|
14
|
+
### Dependencies
|
|
15
|
+
|
|
16
|
+
- **Routine Dependency Refresh**: Pulled in the latest minor and patch dependency updates from Dependabot
|
|
17
|
+
|
|
8
18
|
## [2.3.2] - Released 2026-04-23
|
|
9
19
|
|
|
10
20
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rootly-mcp-server
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.4
|
|
4
4
|
Summary: Secure Model Context Protocol server for Rootly APIs with AI SRE capabilities, comprehensive error handling, and input validation
|
|
5
5
|
Project-URL: Homepage, https://github.com/Rootly-AI-Labs/Rootly-MCP-server
|
|
6
6
|
Project-URL: Issues, https://github.com/Rootly-AI-Labs/Rootly-MCP-server/issues
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "rootly-mcp-server"
|
|
3
|
-
version = "2.3.
|
|
3
|
+
version = "2.3.4"
|
|
4
4
|
description = "Secure Model Context Protocol server for Rootly APIs with AI SRE capabilities, comprehensive error handling, and input validation"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/.github/openapi-audit-remote-baseline.json
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
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/payload_stripping.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/server_defaults.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/tools/incidents.py
RENAMED
|
File without changes
|
|
File without changes
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/src/rootly_mcp_server/tools/resources.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/integration/local/test_smart_tools.py
RENAMED
|
File without changes
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/integration/local/test_tool_allowlists.py
RENAMED
|
File without changes
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/integration/remote/test_essential.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
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_oncall_severity_normalization.py
RENAMED
|
File without changes
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_payload_stripping_module.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rootly_mcp_server-2.3.3 → rootly_mcp_server-2.3.4}/tests/unit/test_server_defaults_module.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|