diff --git a/packages/diff-mcp/README.md b/packages/diff-mcp/README.md index ef4b2d84..2d35eecb 100644 --- a/packages/diff-mcp/README.md +++ b/packages/diff-mcp/README.md @@ -1,5 +1,5 @@

- jsondiffpatch logo + jsondiffpatch logo

diff-mcp

jsondiffpatch.com diff --git a/packages/diff-mcp/logo.svg b/packages/diff-mcp/logo.svg new file mode 100644 index 00000000..88eb13e7 --- /dev/null +++ b/packages/diff-mcp/logo.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/packages/diff-mcp/package.json b/packages/diff-mcp/package.json index cb4c0962..3ed29fc9 100644 --- a/packages/diff-mcp/package.json +++ b/packages/diff-mcp/package.json @@ -1,6 +1,6 @@ { "name": "diff-mcp", - "version": "0.0.3", + "version": "0.0.4", "author": "Benjamin Eidelman ", "description": "MCP server to compare text or data and get a readable diff (supports text, json, jsonc, yaml, toml, etc.)", "contributors": ["Benjamin Eidelman "], diff --git a/packages/diff-mcp/src/index.ts b/packages/diff-mcp/src/index.ts index 6f1382eb..9e1f78f5 100644 --- a/packages/diff-mcp/src/index.ts +++ b/packages/diff-mcp/src/index.ts @@ -1,3 +1,5 @@ +#!/usr/bin/env node + import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; import { createMcpServer } from "./server.js";