Skip to content

v0.1.11 – Version realignment + getSystemMetrics tool

Latest

Choose a tag to compare

@aby-pebble aby-pebble released this 19 Apr 06:45

[0.1.11] - 2025-04-19

Fixed

  • Re-aligned versioning with npm registry to correct earlier tagging inconsistency
  • Cleaned up publishing flow to ensure only scoped version (@pebbletek/cribl-mcp) is used going forward

Added

  • GitHub release notes
  • Deprecation notice for unscoped cribl-mcp package

[0.1.10] - 2025-04-19

Changed

  • Reverted .env loading logic to support MCP_DOTENV_PATH override and fallback to default search
  • Added descriptive summaries for all Cribl MCP tools in src/server.ts

[0.1.9] - 2025-04-18

Added

  • Documented support for MCP_DOTENV_PATH environment variable in src/config.ts to specify a custom .env file location. See docs/configuration.md and docs/usage.md for examples.
  • Documented running the server via node dist/server.js in docs/usage.md.
  • Added cribl_getSystemMetrics tool and optional parameters (filter, metrics, earliest, latest, buckets) to allow filtering and scoping of metrics queries.
  • Updated cribl_getSystemMetrics tool description to strongly recommend using parameters to limit response size and clarify default of buckets=1.

Changed

  • Removed cribl_getPipelineStats from the "Future Enhancements" section in docs/overview.md as cribl_getSystemMetrics covers this functionality.
  • Renamed filter parameter to filterExpr and added wp parameter to cribl_getSystemMetrics tool and documentation for consistency with Cribl API.
  • Updated cribl_getSystemMetrics tool and documentation to use official Cribl API parameter names: buckets is now numBuckets, and metrics is now metricNameFilter.

Fixed

  • Adjusted error messages in src/config.ts related to missing environment variables to mention MCP_DOTENV_PATH.