{ "name": "longhorn-mcp", "version": "0.1.7", "description": "MCP server for the Longhorn distributed storage manager API", "mcpName": "io.github.rafaelgaspar/longhorn-mcp", "repository": { "type": "git", "url": "https://github.com/rafaelgaspar/longhorn-mcp" }, "type": "module", "license": "MIT", "bin": { "longhorn-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=22" }, "scripts": { "build": "tsc -p tsconfig.build.json", "typecheck": "tsc --noEmit", "test": "tsx --test 'src/**/*.test.ts'", "introspect-schema": "tsx scripts/introspect-schema.ts" }, "dependencies": { "@modelcontextprotocol/node": "^2.0.0", "@modelcontextprotocol/server": "^2.0.0", "zod": "^4.0.0" }, "devDependencies": { "@types/node": "24.13.4", "tsx": "4.23.13", "typescript": "7.0.2" } }