Skip to main content
Glama
package.json1.47 kB
{ "name": "@snakagent/agents", "version": "0.0.12", "main": "./dist/index.js", "types": "./dist/index.d.ts", "module": "./dist/index.mjs", "type": "module", "publishConfig": { "access": "public" }, "files": [ "dist", "LICENSE", "package.json", "README.md" ], "scripts": { "test": "jest", "test:graph": "cd ./src/agents/graphs/__tests__ && jest autonomous.spec.ts", "build": "tsup", "pack": "pnpm pack", "clean": "rm -rf node_modules", "clean:dist": "rm -rf dist", "clean:all": "pnpm clean && pnpm clean:dist", "format": "prettier --write \"./**/*.ts\"", "prepublishOnly": "npm run format && npm run build", "prepack": "npm run build", "pgvector": "../scripts/pgvector.sh", "lint": "eslint src --ext .ts,.tsx,.js,.jsx", "lint:fix": "eslint src --ext .ts,.tsx,.js,.jsx --fix" }, "keywords": [], "author": "KasarLabs", "license": "ISC", "description": "The Agent Kit engine of Snak", "dependencies": { "@anthropic-ai/sdk": "^0.36.3", "@huggingface/transformers": "^3.4.0", "@snakagent/core": "workspace:*", "@snakagent/database": "workspace:*", "@snakagent/metrics": "workspace:*", "axios": "^1.8.2", "discord.js": "^14.17.3", "gpt-tokenizer": "^2.9.0", "inquirer": "^12.4.1", "nanospinner": "^1.2.2", "zod-to-json-schema": "^3.24.6" }, "devDependencies": {}, "gitHead": "92aedfbed422f736e1890cff065f6f2890e8befd" }

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/KasarLabs/snak'

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