Skip to main content
Glama

microsandbox

by microsandbox
test_microsandbox.cpp517 B
#include <iostream> #include <string> #include <cassert> #include <microsandbox/microsandbox.hpp> bool test_greet() { std::string result = microsandbox::greet("Test"); // Check if the result contains the expected text bool success = (result.find("Hello, Test!") != std::string::npos); return success; } int main() { if (test_greet()) { std::cout << "Test passed!" << std::endl; return 0; } else { std::cout << "Test failed!" << std::endl; return 1; } }

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