breathe-api
Version:
Model Context Protocol server for Breathe HR APIs with Swagger/OpenAPI support - also works with custom APIs
74 lines (73 loc) • 1.87 kB
JSON
{
"name": "breathe-api",
"version": "1.0.2",
"description": "Model Context Protocol server for Breathe HR APIs with Swagger/OpenAPI support - also works with custom APIs",
"main": "dist/index.js",
"type": "module",
"bin": {
"breathe-api": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/olalekan-akin/breathe-api-mcp.git"
},
"bugs": {
"url": "https://github.com/olalekan-akin/breathe-api-mcp/issues"
},
"homepage": "https://github.com/olalekan-akin/breathe-api-mcp#readme",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"lint": "eslint src --ext .ts",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:resources": "tsx tests/test-resources.ts",
"test:prompts": "tsx tests/test-prompts.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.7.2",
"js-yaml": "^4.1.0",
"node-cache": "^5.1.2",
"openapi-typescript": "^7.0.0",
"p-queue": "^8.1.0",
"swagger-parser": "^10.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.7.3",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.0",
"tsx": "^4.0.0",
"typescript": "^5.5.0"
},
"keywords": [
"mcp",
"model-context-protocol",
"breathe-hr",
"breathe",
"hr",
"api",
"swagger",
"openapi",
"typescript",
"api-client",
"code-generation",
"elmo",
"roster",
"timesheets",
"kudos",
"leave-management"
],
"author": "Olalekan Akintola <lekandev@gmail.com>",
"engines": {
"node": ">=16.0.0"
},
"license": "MIT"
}