🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

recourse-cli

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recourse-cli - npm Package Compare versions

Comparing version
0.1.32
to
0.1.33
+1
-1
dist/http/server.js

@@ -65,3 +65,3 @@ import { createServer } from 'http';

if (req.method === 'GET' && url === '/api/health') {
sendJson(res, 200, { status: 'ok', version: '0.1.29' });
sendJson(res, 200, { status: 'ok', version: '0.1.32' });
return;

@@ -68,0 +68,0 @@ }

{
"name": "recourse-cli",
"version": "0.1.32",
"version": "0.1.33",
"mcpName": "io.github.recourseOS/recourse",

@@ -5,0 +5,0 @@ "description": "MCP server for AI agents to evaluate consequences before destructive actions. Analyzes Terraform plans, shell commands, and MCP tool calls.",