Skip to main content
Glama
code-sample.ts•357 B
// Test TypeScript file export class TestClass { private value: number; constructor(value: number) { this.value = value; } public getValue(): number { return this.value; } public setValue(newValue: number): void { this.value = newValue; } } export function testFunction(input: string): string { return input.toUpperCase(); }

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/willianpinho/large-file-mcp'

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