{ "name": "@ulinkly/mcp-server", "version": "0.1.20", "mcpName": "io.github.FlywheelStudio/ulink", "description": "ULink MCP Server — Model Context Protocol server for the ULink REST API", "type": "module", "bin": { "ulink-mcp-server": "./dist/index.js" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "README.md" ], "scripts": { "build": "tsc && node -e \"const fs=require('fs');const f='dist/index.js';const c=fs.readFileSync(f,'utf8');if(!c.startsWith('#!')){fs.writeFileSync(f,'#!/usr/bin/env node\\n'+c);}\" && chmod 755 dist/index.js", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/FlywheelStudio/ulink-mcp-server" }, "license": "MIT", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^22", "typescript": "^5.5.4", "vitest": "^4.0.18" } }