{
  "name": "@mpisaac-syn/coherence-mcp-bundle",
  "version": "2.4.2",
  "description": "MCP (Model Context Protocol) bundle server for Coherence Gateway - enables LLMs to interact with domain-specific OpenAPI tool bundles",
  "main": "lib/index.js",
  "bin": {
    "coherence-mcp": "./bin/coherence-mcp"
  },
  "scripts": {
    "test": "./tests/run_all_tests.sh",
    "test:stdio": "node tests/test_stdio_handling.js",
    "test:bundles": "node tests/test_bundle_filtering.js",
    "prepublishOnly": "echo 'Skipping tests for production publish'",
    "build": "echo 'No build required - pure JavaScript'"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "coherence",
    "openapi",
    "llm",
    "claude",
    "anthropic",
    "bundle",
    "domain-specific",
    "enterprise",
    "private"
  ],
  "author": "SynapseDx Team",
  "license": "UNLICENSED",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MPIsaac-Syn/coherence.git",
    "directory": "mcp_adapter/npm"
  },
  "bugs": {
    "url": "https://github.com/MPIsaac-Syn/coherence/issues"
  },
  "homepage": "https://github.com/MPIsaac-Syn/coherence#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "dotenv": "^16.3.1",
    "jsonwebtoken": "^9.0.2"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "files": [
    "bin/",
    "lib/",
    "python/",
    "README.md",
    "LICENSE"
  ]
}
