UNPKG

@sirmews/mcp-upbank

Version:

An MCP Server for interacting with the Up Bank API

51 lines (50 loc) 1.2 kB
{ "name": "@sirmews/mcp-upbank", "homepage": "https://github.com/sirmews/mcp-upbank", "version": "1.0.2", "description": "An MCP Server for interacting with the Up Bank API", "type": "module", "main": "dist/main.js", "author": "mcp", "private": false, "files": ["dist/main.js", "README.md", "LICENSE"], "bin": { "mcp-upbank": "./dist/main.js" }, "repository": { "type": "git", "url": "https://github.com/sirmews/mcp-upbank" }, "scripts": { "build": "bun build ./src/main.ts --outdir ./dist --target node", "postbuild": "echo '#!/usr/bin/env node' | cat - dist/main.js > dist/main.tmp && mv dist/main.tmp dist/main.js && chmod +x dist/main.js", "test": "bun test", "prepublishOnly": "bun run build" }, "devDependencies": { "@orval/mcp": "^7.9.0", "@types/bun": "latest", "biome": "^0.3.3", "openapi-typescript": "^7.6.1", "orval": "^7.9.0" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "zod": "^3.24.3" }, "publishConfig": { "access": "public", "tag": "latest" }, "license": "Unlicense", "keywords": [ "upbank", "up-bank", "mcp", "mcp-server", "model context protocol" ] }