This repository was archived by the owner on Aug 22, 2026. It is now read-only.
Auto-Release v0.0.6
馃 This release was automatically triggered when a new version entry was detected in CHANGELOG.md.
Installation
UVX (Recommended):
uvx --from git+https://github.com/shelfio/datadog-mcp.git@v0.0.6 datadog-mcpDevelopment:
git clone https://github.com/shelfio/datadog-mcp.git
cd datadog-mcp
git checkout v0.0.6
uv sync && uv run ddmcp/server.pyPackage Files
The following package files are attached to this release:
datadog_mcp-0.0.6.tar.gz- Source distributiondatadog_mcp-0.0.6-py3-none-any.whl- Python wheel
Changes
Added
- Enhanced Log Processing
- Enhanced log extraction to support new content format with additional attributes
- Added new tool for retrieving field values from Datadog APIs
- Improved log parsing capabilities for better data extraction
Changed
- Dependency Updates
- Upgraded to proper official Datadog SDK client
- Updated Datadog API client dependencies
- Improved MCP server self-referencing configuration
Technical
- Merged PR #3 for enhanced error pattern detection
- Enhanced log content format handling
- Added support for additional log attributes extraction
馃 Automated release created by CircleCI Auto-Release