Skip to main content
Glama

PureScript MCP Server

by avi892nash
Main.purs380 B
module Main where import Prelude import Effect (Effect) import Effect.Console (log) import Utils (helperFunction, anotherUtil) -- Import from Utils main :: Effect Unit main = do log "Hello from PureScript!" log "This is a sample file for the purescript-mcp-server." helperFunction "called from Main" anotherUtil -- This will indirectly call log again via helperFunction

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/avi892nash/purescript-mcp-tools'

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