Skip to main content
Glama
sample.js430 B
// Sample JavaScript file for testing function oldFunction() { const oldVariable = 'test'; let result = oldVariable.toUpperCase(); return result; } export function exportedFunction() { console.log('This is exported'); return oldFunction(); } const CONSTANT_VALUE = 42; // Function with legacy_sdk import pattern import legacy_sdk from 'old-package'; const localVariable = 'should not change'; legacy_sdk.initialize();

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/myuon/refactor-mcp'

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