Skip to main content
Glama
deploy.sh308 B
#!/bin/bash # 构建应用 echo "Building application..." npm run build # 运行测试 echo "Running tests..." npm test # 如果测试通过,启动应用 if [ $? -eq 0 ]; then echo "Tests passed. Starting application..." npm start else echo "Tests failed. Deployment aborted." exit 1 fi

Latest Blog Posts

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/fist-maestro/mcp-servers'

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