Skip to main content
Glama

microsandbox

by microsandbox
build.zig664 B
const std = @import("std"); pub fn build(b: *std.Build) void { const target = b.standardTargetOptions(.{}); const optimize = b.standardOptimizeOption(.{}); const lib = b.addStaticLibrary(.{ .name = "microsandbox", .root_source_file = .{ .path = "src/microsandbox.zig" }, .target = target, .optimize = optimize, }); b.installArtifact(lib); const main_tests = b.addTest(.{ .root_source_file = .{ .path = "src/microsandbox.zig" }, .target = target, .optimize = optimize, }); const test_step = b.step("test", "Run library tests"); test_step.dependOn(&main_tests.step); }

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

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