Skip to main content
Glama
scan_buf.jsโ€ข437 B
var binary = require('../'); var test = require('tap').test; test('scan buf', function (t) { t.plan(4); var vars = binary(new Buffer('\x63foo bar\r\nbaz\r\n*')) .word8('a') .scan('l1', new Buffer('\r\n')) .scan('l2', '\r\n') .word8('z') .vars ; t.same(vars.a, 99); t.same(vars.z, 42); t.same(vars.l1.toString(), 'foo bar'); t.same(vars.l2.toString(), 'baz'); });

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