UNPKG

@access-mcp/software-discovery

Version:

ACCESS-CI Software Discovery Service MCP server

52 lines (51 loc) 1.28 kB
{ "name": "@access-mcp/software-discovery", "version": "0.6.0", "description": "ACCESS-CI Software Discovery Service MCP server", "type": "module", "main": "dist/index.js", "bin": { "access-mcp-software-discovery": "dist/index.js" }, "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "tsc", "test": "vitest run --exclude '**/*.integration.test.ts'", "test:watch": "vitest watch --exclude '**/*.integration.test.ts'", "test:integration": "vitest run '**/*.integration.test.ts'", "test:all": "vitest run", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "access-ci", "hpc", "software-discovery", "applications" ], "author": "ACCESS-CI", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/necyberteam/access-mcp.git", "directory": "packages/software-discovery" }, "homepage": "https://github.com/necyberteam/access-mcp#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@access-mcp/shared": "^0.3.3", "@modelcontextprotocol/sdk": "^1.16.0", "axios": "^1.7.7" }, "devDependencies": { "@types/node": "^22.8.4", "typescript": "^5.6.3", "vitest": "^2.1.8" } }