Skip to main content
Glama
issue-182.test.js416 B
'use strict' const { test } = require('node:test') const FindMyWay = require('..') test('Set method property when splitting node', t => { t.plan(1) const findMyWay = FindMyWay() function handler (req, res, params) { t.assert.ok() } findMyWay.on('GET', '/health-a/health', handler) findMyWay.on('GET', '/health-b/health', handler) t.assert.ok(!findMyWay.prettyPrint().includes('undefined')) })

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/krtw00/search-mcp'

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