UNPKG

leshan-mcp-server

Version:

A standards-compliant MCP server for Leshan LwM2M, exposing Leshan as Model Context Protocol tools.

45 lines (44 loc) 904 B
{ "name": "leshan-mcp-server", "version": "2.0.0", "type": "module", "description": "A standards-compliant MCP server for Leshan LwM2M, exposing Leshan as Model Context Protocol tools.", "main": "src/index.js", "bin": { "leshan-mcp-server": "./src/index.js" }, "scripts": { "start": "node src/index.js", "test": "jest", "dev": "node src/index.js" }, "author": "S. Naqvi", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "axios": "^1.6.8", "zod": "^3.22.4" }, "devDependencies": { "jest": "^29.7.0" }, "keywords": [ "mcp", "leshan", "lwm2m", "iot", "model-context-protocol" ], "repository": { "type": "git", "url": "https://github.com/yourusername/leshan-mcp-server.git" }, "files": [ "src/", "README.md", "LICENSE" ], "engines": { "node": ">=16.0.0" } }