We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfarcand/pierre_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ABOUTME: Test message input and send button visibility
# ABOUTME: Converted from chat.test.js input tests
appId: com.pierre.fitness
---
# Launch and login
- runFlow:
file: ../helpers/launch-app.yaml
- runFlow:
file: ../helpers/login.yaml
# Start fresh conversation
- runFlow:
file: ../helpers/new-chat.yaml
# Test: should show message input
- assertVisible:
id: "message-input"
# Test: should have send button visible (disabled state)
- assertVisible:
id: "send-button"