@squawk/mcp
Advanced tools
@@ -5,4 +5,4 @@ /** | ||
| * great-circle distance computation. The flightplan resolver composes the | ||
| * shared airport, navaid, fix, airway, and procedure resolvers from | ||
| * {@link ../resolvers.js}. | ||
| * shared airport, navaid, fix, airway, and procedure resolvers from the | ||
| * package's `resolvers` module. | ||
| */ | ||
@@ -9,0 +9,0 @@ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; |
@@ -5,4 +5,4 @@ /** | ||
| * great-circle distance computation. The flightplan resolver composes the | ||
| * shared airport, navaid, fix, airway, and procedure resolvers from | ||
| * {@link ../resolvers.js}. | ||
| * shared airport, navaid, fix, airway, and procedure resolvers from the | ||
| * package's `resolvers` module. | ||
| */ | ||
@@ -9,0 +9,0 @@ import { z } from 'zod'; |
+5
-3
| { | ||
| "name": "@squawk/mcp", | ||
| "version": "0.9.0", | ||
| "version": "0.9.6", | ||
| "type": "module", | ||
@@ -38,3 +38,5 @@ "description": "Model Context Protocol server exposing squawk's aviation libraries as tools for LLM clients", | ||
| "lint": "tsc --noEmit && eslint src", | ||
| "lint:pack": "publint && attw --pack . --profile esm-only" | ||
| "lint:pack": "publint && attw --pack . --profile esm-only", | ||
| "api:check": "api-extractor run --verbose", | ||
| "api:report": "api-extractor run --local --verbose" | ||
| }, | ||
@@ -74,3 +76,3 @@ "dependencies": { | ||
| "@squawk/icao-registry-data": "^0.8.3", | ||
| "@types/node": "^25.6.0" | ||
| "@types/node": "^25.9.3" | ||
| }, | ||
@@ -77,0 +79,0 @@ "keywords": [ |
+2
-2
@@ -101,3 +101,3 @@ <h1><img src="../../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle"> @squawk/mcp</h1> | ||
| "command": "npx", | ||
| "args": ["-y", "@squawk/mcp@0.9.0"] | ||
| "args": ["-y", "@squawk/mcp@0.9.6"] | ||
| } | ||
@@ -168,3 +168,3 @@ } | ||
| "command": "npx", | ||
| "args": ["-y", "-p", "@squawk/icao-registry-data@0.8.3", "@squawk/mcp@0.9.0"] | ||
| "args": ["-y", "-p", "@squawk/icao-registry-data@0.8.10", "@squawk/mcp@0.9.6"] | ||
| } | ||
@@ -171,0 +171,0 @@ } |
173481
0.07%