Skip to main content
Glama
package.json2.48 kB
{ "name": "@blahai/cli", "version": "0.102.0", "type": "module", "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts && shx mkdir -p dist/mcp/server && shx cp src/mcp/server/start.ts dist/mcp/server/ && shx cp -r src/templates dist/templates", "watch": "tsup src/index.ts --format cjs,esm --dts --watch", "dev": "NODE_ENV=development tsx src/index.ts", "mcp": "NODE_ENV=development tsx src/index.ts mcp", "test": "vitest run --reporter=verbose", "test:watch": "vitest", "lint": "eslint .", "clean": "rm -rf dist", "prepublishOnly": "pnpm run build", "preversion": "pnpm run lint && pnpm run test", "version": "pnpm run build && git add -A", "release": "pnpm run clean && changeset publish", "init": "tsx src/index.ts init", "validate": "tsx src/index.ts validate" }, "bin": { "blah": "./dist/index.js" }, "scripts-info": { "dev": "Run the CLI in development mode with debug logging enabled", "build": "Build the CLI for production use (no debug logging)" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "publishConfig": { "access": "public" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/thomasdavis/blah.git" }, "files": [ "dist", "src/templates" ], "keywords": [ "mcp", "modelcontextprotocol", "agent", "host" ], "author": "Ajax", "license": "MIT", "description": "Barely Logical Agent Host", "dependencies": { "@ai-sdk/openai": "^1.2.5", "@blahai/schema": "0.4.0", "@modelcontextprotocol/sdk": "1.8.0", "ai": "^4.1.61", "axios": "^1.7.8", "boxen": "^7.1.1", "chalk": "^5.4.1", "cli-table3": "^0.6.5", "commander": "^11.1.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.21.2", "node-fetch": "^3.3.2", "openai": "^4.0.0", "pino": "^9.6.0", "pino-pretty": "^13.0.0", "wrap-ansi": "^9.0.0", "zod": "^3.24.2" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/boxen": "^3.0.5", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/node": "^22.13.5", "@types/wrap-ansi": "^8.1.0", "shx": "^0.3.4", "ts-node": "^10.9.2", "tsup": "^8.4.0", "tsx": "^4.7.1", "typescript": "^5.7.3", "vitest": "^3.0.8" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thomasdavis/blah'

If you have feedback or need assistance with the MCP directory API, please join our Discord server