package.json•832 B
{
"name": "@last9/mcp-server",
"version": "0.1.15",
"description": "Last9 MCP Server - Model Context Protocol server implementation for Last9",
"bin": {
"last9-mcp": "./bin/cli.js"
},
"files": [
"bin/",
"dist/",
"README.md",
"LICENSE"
],
"scripts": {
"postinstall": "node bin/download-binary.js",
"preversion": "go run . --version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/last9/last9-mcp-server.git"
},
"engines": {
"node": ">=14"
},
"preferGlobal": true,
"keywords": [
"last9",
"mcp",
"ai",
"claude"
],
"author": "Last9",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/last9/last9-mcp-server/issues"
},
"homepage": "https://last9.io/mcp",
"publishConfig": {
"access": "public"
}
}