Skip to main content
Glama

microsandbox

by microsandbox
Microsandbox.cs752 B
using System; namespace Microsandbox { /// <summary> /// Core class for the Microsandbox SDK. /// </summary> public class Microsandbox { /// <summary> /// Gets the version of the Microsandbox SDK. /// </summary> /// <returns>The version of the SDK</returns> public static string GetVersion() { // This should be updated whenever the SDK version changes return "0.1.0"; } /// <summary> /// Initializes a new instance of the Microsandbox SDK. /// </summary> public Microsandbox() { // Initialization logic will go here Console.WriteLine("Microsandbox SDK initialized"); } } }

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