UNPKG

vela-mcp

Version:

FastMCP Server wrapper for Vela.MCP - MCP-compatible interface to the Vela.MCP REST API

40 lines (39 loc) 886 B
{ "name": "vela-mcp", "version": "1.0.3", "description": "FastMCP Server wrapper for Vela.MCP - MCP-compatible interface to the Vela.MCP REST API", "main": "dist/index.js", "bin": { "vela-mcp": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "dev": "tsc && node dist/index.js", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "vela", "business-central", "nav", "model-context-protocol" ], "author": "Vela Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.2" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/your-org/vela-mcp.git" } }