Skip to main content
Glama
publish-to-smithery.sh•1.02 kB
#!/bin/bash # Smithery publishing script for Brevo MCP echo "šŸš€ Publishing Brevo MCP to Smithery..." # Build and test first echo "šŸ”Ø Building and testing..." npm run build npm test # Check if smithery.yaml exists if [ ! -f "smithery.yaml" ]; then echo "āŒ smithery.yaml not found!" exit 1 fi echo "šŸ“‹ Smithery configuration found" cat smithery.yaml # Publish to Smithery (this would be the actual Smithery publish command) echo "šŸ“¤ Publishing to Smithery registry..." echo "Note: Replace this with actual Smithery publish command when available" # For now, just validate the structure echo "āœ… Brevo MCP is ready for Smithery!" echo "" echo "Package structure:" echo " āœ“ smithery.yaml configured" echo " āœ“ MCP server implemented" echo " āœ“ Build scripts ready" echo " āœ“ Executable permissions set" echo "" echo "To use with Smithery:" echo " 1. Add this package to your Smithery configuration" echo " 2. Configure API key and sender email" echo " 3. Run through Smithery interface"

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/samihalawa/brevo-mcp'

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