Sign In

@squawk/mcp

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squawk/mcp - npm Package Compare versions

Comparing version
0.9.0
to
0.9.6
+2
-2
dist/tools/flightplan.d.ts

@@ -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';

{
"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": [

@@ -101,3 +101,3 @@ <h1><img src="../../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle">&nbsp; @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 @@ }