Skip to main content
Glama

microsandbox

by microsandbox
MicrosandboxTests.elm556 B
module MicrosandboxTests exposing (..) import Expect import Html import Microsandbox exposing (greet) import Test exposing (..) import Test.Html.Query as Query import Test.Html.Selector as Selector suite : Test suite = describe "Microsandbox" [ describe "greet" [ test "returns a greeting with the given name" <| \_ -> greet "Test" |> Query.fromHtml |> Query.has [ Selector.text "Hello, Test! Welcome to Microsandbox!" ] ] ]

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