Skip to main content
Glama
test-write-file.js483 B
import { writeFileHandler } from "./tools/write_file.js"; async function run() { try { const result = await writeFileHandler({ path: "src/modules/billing/test.ts", plan: "PHASE_5A_BILLING_RUNTIME", content: ` /** * ROLE: BOUNDARY * USED BY: BillingService * PURPOSE: Test boundary */ export interface Test { id: string; } `, }); console.log("SUCCESS:", result); } catch (err) { console.error("FAILED:", err.message); } } run();

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/dylanmarriner/MCP-server'

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