@squawk/mcp 0.8.6 → 0.8.7

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -98,7 +98,7 @@ version explicitly in the client config:
98
98
  "mcpServers": {
99
99
  "squawk": {
100
100
  "command": "npx",
101
- "args": ["-y", "@squawk/mcp@0.8.5"]
101
+ "args": ["-y", "@squawk/mcp@0.8.7"]
102
102
  }
103
103
  }
104
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squawk/mcp",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "type": "module",
5
5
  "description": "Model Context Protocol server exposing squawk's aviation libraries as tools for LLM clients",
6
6
  "author": "Neil Cochran",
@@ -58,8 +58,8 @@
58
58
  "@squawk/procedure-data": "^0.7.0",
59
59
  "@squawk/procedures": "^0.4.3",
60
60
  "@squawk/types": "^0.7.1",
61
- "@squawk/weather": "^0.5.2",
62
- "zod": "^4.3.6"
61
+ "@squawk/weather": "^0.5.3",
62
+ "zod": "^4.4.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/node": "^25.6.0"