Sign In

@pentatrail/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pentatrail/mcp-server - npm Package Compare versions

Comparing version
0.7.0
to
0.7.1
+1
-1
dist/version.d.ts

@@ -1,1 +0,1 @@

export declare const VERSION = "0.7.0";
export declare const VERSION = "0.7.1";

@@ -8,2 +8,2 @@ "use strict";

// see RELEASING.md.
exports.VERSION = '0.7.0';
exports.VERSION = '0.7.1';
{
"name": "@pentatrail/mcp-server",
"version": "0.7.0",
"version": "0.7.1",
"mcpName": "co.pentatrail/ctem",

@@ -5,0 +5,0 @@ "description": "PentaTrail MCP Server — access your CTEM / ASM (attack surface management) data from an AI agent via the Model Context Protocol",

@@ -8,4 +8,4 @@ # @pentatrail/mcp-server

The published server exposes the public CTEM tools registered by
`registerPublicCtemTools`, and that surface is **read-only** — every tool needs
only the `ctem:read` scope. Internal MCP-only tools are not registered.
`registerPublicCtemTools`, and that surface is **read-only**. Internal
MCP-only tools are not registered.

@@ -85,4 +85,3 @@ ## Setup

- PentaTrail account with an active contract
- API key with the `ctem:read` scope — that is the only scope this server needs,
because every tool it registers reads
- A PentaTrail API key

@@ -89,0 +88,0 @@ ## License