@dangahagan/weather-mcp 1.8.0 → 1.8.1

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1051,7 +1051,7 @@ Use the `check_service_status` tool to proactively verify API availability:
1051
1051
 
1052
1052
  ### Automated Test Suite
1053
1053
 
1054
- This project includes a comprehensive test suite with 1,042 automated tests:
1054
+ This project includes a comprehensive test suite with 1,084 automated tests:
1055
1055
 
1056
1056
  ```bash
1057
1057
  # Run all tests
@@ -1068,7 +1068,7 @@ npm run test:ui
1068
1068
  ```
1069
1069
 
1070
1070
  **Test Coverage:**
1071
- - **1,042 tests** across unit and integration test suites (111 new tests in v1.6.0)
1071
+ - **1,084 tests** across unit and integration test suites
1072
1072
  - **100% coverage** on critical utilities (cache, validation, units, errors, normals, snow, timezone, distance, geohash, security)
1073
1073
  - **100% pass rate** with comprehensive security and boundary validation
1074
1074
  - All tests execute in ~2 seconds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dangahagan/weather-mcp",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "MCP (Model Context Protocol) server providing weather data from NOAA and Open-Meteo APIs. Supports forecasts, current conditions, and historical weather data (1940-present) with no API keys required.",
5
5
  "mcpName": "io.github.dgahagan/weather-mcp",
6
6
  "main": "dist/index.js",
@@ -66,7 +66,7 @@
66
66
  "devDependencies": {
67
67
  "@types/luxon": "^3.7.1",
68
68
  "@types/ngeohash": "^0.6.8",
69
- "@types/node": "^25.9.3",
69
+ "@types/node": "^26.0.0",
70
70
  "@types/tz-lookup": "^6.1.2",
71
71
  "@vitest/coverage-v8": "^4.0.8",
72
72
  "tsx": "^4.20.6",