UNPKG

@access-mcp/shared

Version:

Shared utilities for ACCESS-CI MCP servers

40 lines (39 loc) 836 B
{ "name": "@access-mcp/shared", "version": "0.3.0", "description": "Shared utilities for ACCESS-CI MCP servers", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "access-ci", "hpc", "utilities" ], "author": "ACCESS-CI", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/necyberteam/access-mcp.git", "directory": "packages/shared" }, "homepage": "https://github.com/necyberteam/access-mcp#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "axios": "^1.6.0", "zod": "^3.22.0" } }