lilith/mcp-common/package.json
Natalie 6d5fb11350 feat(lilith-packages): add mcp-common package
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 14:35:15 -04:00

28 lines
806 B
JSON

{
"name": "@lilith/mcp-common",
"version": "1.1.0",
"description": "Shared Streamable-HTTP harness (runMcpServer) for the quinn.* MCP servers — wraps an @modelcontextprotocol/sdk Server in a Bearer-authenticated HTTP listener with /healthz.",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "bun build --target=node --external '@modelcontextprotocol/sdk' src/index.ts --outfile=dist/index.js"
},
"peerDependencies": {
"@modelcontextprotocol/sdk": "^1.26.0"
},
"publishConfig": {
"registry": "http://134.199.243.61:4873/"
},
"license": "UNLICENSED"
}