New:Socket for Asana Is Now Available.Learn more
Get Started

@hebcal/mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hebcal/mcp - npm Package Compare versions

Comparing version
0.9.8
to
0.10.0
+1
-0
build/cli.js

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

#!/usr/bin/env node
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";

@@ -2,0 +3,0 @@ import { getServer } from './app.js';

{
"name": "@hebcal/mcp",
"version": "0.9.8",
"version": "0.10.0",
"mcpName": "io.github.hebcal/hebcal",
"description": "Model Context Protocol extension for Hebrew calendar",
"type": "module",
"main": "server.js",
"main": "build/server.js",
"bin": {
"hebcal-mcp": "build/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hebcal/hebcal-mcp.git"
},
"homepage": "https://github.com/hebcal/hebcal-mcp#readme",
"bugs": {
"url": "https://github.com/hebcal/hebcal-mcp/issues"
},
"scripts": {

@@ -9,0 +20,0 @@ "build": "npx tsgo",