gloves 0.5.11

seamless secret manager and handoff
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "@gloves/mcp-client",
  "version": "0.1.3",
  "type": "module",
  "files": [
    "dist",
    "src/index.ts",
    "src/testing.ts"
  ],
  "exports": {
    ".": "./src/index.ts",
    "./testing": "./src/testing.ts"
  },
  "scripts": {
    "build": "bun run scripts/build-native.ts && bun build src/index.ts --outdir dist --target node",
    "test": "bun test src"
  }
}