Skip to main content
Glama
tokenize.test.ts698 B
// SPDX-FileCopyrightText: Copyright Orangebot, Inc. and Medplum contributors // SPDX-License-Identifier: Apache-2.0 import { tokenize } from './tokenize'; describe('Mapping Language Tokenizer', () => { test('Mapping language', () => { const example = ` map "http://hl7.org/fhir/StructureMap/tutorial" = tutorial uses "http://hl7.org/fhir/StructureDefinition/tutorial-left" as source uses "http://hl7.org/fhir/StructureDefinition/tutorial-right" as target group tutorial(source src : TLeft, target tgt : TRight) { // rules go here src.a as a -> tgt.a = a "rule_a"; } `; const tokens = tokenize(example); expect(tokens.length).toBe(41); }); });

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/medplum/medplum'

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