← Browse

@blaxel-ai/core

B

MCP server package @blaxel/core

mcp_servermcp

Install

agr install @blaxel-ai/core --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@blaxel/core", "version": "0.2.59", "description": "Blaxel Core SDK for TypeScript", "license": "MIT", "author": "Blaxel, INC (https://blaxel.ai)", "homepage": "https://blaxel.ai", "scripts": { "lint": "eslint src/", "dev": "tsc --watch", "build": "npm run build:cjs && npm run build:esm && npm run build:fix-esm && npm run build:esm-package && npm run build:replace-imports && npm run build:browser", "build:cjs": "NODE_OPTIONS='--max-old-space-size=8192' tsc -p tsconfig.cjs.json", "build:esm": "NODE_OPTIONS='--max-old-space-size=8192' tsc -p tsconfig.esm.json", "build:fix-esm": "node fix-esm-imports.js", "build:esm-package": "echo '{"type":"module"}' > dist/esm/package.json", "build:browser": "node fix-browser-imports.js", "build:replace-imports": "node -e "const fs=require('fs'),{execSync}=require('child_process'),pkg=require('./package.json');let commit='unknown';try{commit=execSync('git rev-parse HEAD',{encoding:'utf8'}).trim()}catch(e){console.log('⚠️ Could not get commit:',e.message)}const sentryDsn=process.env.SENTRY_DSN||'';const paths=['dist/cjs/common/settings.js','dist/esm/common/settings.js','dist/cjs-browser/common/settings.js','dist/esm-browser/common/settings.js'];paths.forEach(p=>{if(fs.existsSync(p)){let c=fs.readFileSync(p,'utf8');c=c.replace(/BUILD_VERSION/g,pkg.version);c=c.replace(/BUILD_COMMIT/g,commit);c=c.replace(/BUILD_SENTRY_DSN/g,sentryDsn);fs.writeFileSync(p,c);console.log('✅ Injected build info in',p,'(v'+pkg.version+', commit:'+commit.substring(0,7)+')');}});"", "test": "vitest --run", "test:watch": "vitest --watch" }, "repository": { "type": "git", "url": "https://github.com/blaxel-ai/sdk-typescript" }, "engines": { "node": ">=18" }, "keywords": [ "blaxel", "agent", "mcp" ], "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "browser": "./dist/esm-browser/index.js", "types": "./dist/cjs/types/index.d.ts", "exports": { ".": { "types": "./dist/cjs/types/index.d.ts", "browser": { "import": "./dist/esm-browser/index.js", "require": "./dist/cjs-browser/index.js", "default": "./dist/esm-browser/index.js" }, "node": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js", "default": "./dist/cjs/index.js" }, "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js", "default": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "typesVersions": { "*": { ".": [ "./dist/cjs/types/index.d.ts" ] } }, "files": [ "dist" ], "dependencies": { "@hey-api/client-fetch": "^0.10.0", "@modelcontextprotocol/sdk": "^1.20.0", "archiver": "^7.0.1", "axios": "^1.9.0", "dockerfile-ast": "^0.7.1", "dotenv": "^16.5.0", "form-data": "^4.0.2", "jwt-decode": "^4.0.0", "toml": "^3.0.0", "uuid": "^11.1.0", "ws": "^8.18.2", "yaml": "^2.7.1", "zod": "^3.24.3" }, "devDependencies": { "@eslint/js": "^9.26.0", "@testing-library/dom": "^9.3.0", "@types/archiver": "^7.0.0", "@types/ws": "^8.18.1", "eslint": "^9.27.0", "jsdom": "^26.1.0", "typescript": "^5.0.0", "typescript-eslint": "^8.31.1", "vite": "^6.4.3", "vitest": "^3.2.6" } }

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • warnPrompt injection1 hit(s): credential_access

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

    • line 17References credentials, tokens, or key material
  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-a0c47a54dcec2026-08-06