Skip to main content
Glama
package.json1.4 kB
{ "name": "si-discord-bot", "private": true, "version": "0.1.0", "description": "SI Discord Bot", "main": "dist/index.js", "scripts": { "clean": "rm -rf ./dist", "build": "tsc", "build:check": "tsc --noEmit --skipLibCheck", "build:clean": "npm run clean && npm run build", "build:watch": "npm run clean && tsc --watch", "watch": "npm run build:watch", "lint": "eslint", "lint:fix": "eslint --fix", "fmt": "prettier --write .", "fmt:check": "prettier --check .", "check": "npm run lint && npm run build:check && npm run fmt:check", "start": "npm run build && node ./dist/index.js", "test": "jest --passWithNoTests", "test:watch": "jest --watch --forceExit", "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand" }, "author": "System Initiative, Inc.", "license": "Proprietary", "dependencies": { "@discordjs/builders": "^0.13.0", "debug": "^4.3.4", "discord.js": "^13.6.0" }, "devDependencies": { "@types/debug": "^4.1.7", "@types/jest": "^27.4.1", "@types/node": "^17.0.29", "@typescript-eslint/eslint-plugin": "^5.21.0", "eslint": "^8.57.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.1.5", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.6.2", "ts-jest": "^27.1.4", "ts-node": "^10.7.0", "typescript": "^4.6.3" } }

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/systeminit/si'

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