Skip to main content
Glama
package.json1.6 kB
{ "name": "@prodisco/sandbox-server", "version": "0.1.1", "description": "gRPC sandbox server for code execution with Kubernetes context", "type": "module", "main": "dist/client/index.js", "exports": { ".": "./dist/client/index.js", "./client": "./dist/client/index.js", "./server": "./dist/server/index.js" }, "bin": { "sandbox-server": "dist/server/index.js" }, "files": [ "dist", "proto", "k8s" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx watch src/server/index.ts", "start": "node dist/server/index.js", "test": "vitest run", "test:watch": "vitest", "test:security": "vitest run transport-security", "test:security:unit": "vitest run transport-security-unit", "test:security:integration": "vitest run -t 'Transport Security'", "test:e2e": "SANDBOX_E2E_TESTS=true vitest run -t 'Kind Cluster'", "test:e2e:setup": "./scripts/setup-kind-tls-test.sh", "test:e2e:teardown": "./scripts/teardown-kind-tls-test.sh", "proto:generate": "buf generate", "proto:lint": "buf lint" }, "dependencies": { "@bufbuild/protobuf": "^2.2.3", "@grpc/grpc-js": "^1.12.5", "@kubernetes/client-node": "^1.4.0", "esbuild": "^0.27.1", "@prodisco/loki-client": "^0.1.0", "@prodisco/prometheus-client": "^0.1.0", "prometheus-query": "^3.3.2", "simple-statistics": "^7.8.8" }, "devDependencies": { "@bufbuild/buf": "^1.47.2", "@types/node": "^24.10.1", "ts-proto": "^2.6.1", "tsx": "^4.21.0", "typescript": "^5.9.3", "vitest": "^4.0.15" } }

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/harche/ProDisco'

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