We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanlulong/stata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
* Quick streaming test
display "Line 1: Starting test"
display "Line 2: This is output"
display "Line 3: More output"
forvalues i = 1/5 {
sleep 500
display "Count: `i'"
}
display "Line 4: Test complete"