qhook 0.6.0

Lightweight webhook gateway and workflow engine with queue, retry, and signature verification.
Documentation
{
  "name": "@qhook/mcp-server",
  "version": "0.1.0",
  "description": "MCP server for qhook webhook gateway",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "qhook-mcp-server": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0"
  },
  "devDependencies": {
    "typescript": "^6.0.0"
  }
}