Skip to main content
Glama
not_enough_parse.jsโ€ข384 B
var binary = require('../'); var test = require('tap').test; test('not enough parse', function (t) { t.plan(4); var vars = binary(new Buffer([1,2])) .word8('a') .word8('b') .word8('c') .word8('d') .vars ; t.same(vars.a, 1); t.same(vars.b, 2); t.strictEqual(vars.c, null); t.strictEqual(vars.d, null); });

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/consigcody94/office-whisperer'

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