Skip to main content
Glama
build.sh472 B
#!/bin/bash # Build the Thunderbird MCP extension set -e SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" PROJECT_DIR="$(dirname "$SCRIPT_DIR")" EXTENSION_DIR="$PROJECT_DIR/extension" DIST_DIR="$PROJECT_DIR/dist" echo "Building Thunderbird MCP extension..." # Create dist directory mkdir -p "$DIST_DIR" # Package extension cd "$EXTENSION_DIR" zip -r "$DIST_DIR/thunderbird-mcp.xpi" . -x "*.DS_Store" -x "*.git*" echo "Built: $DIST_DIR/thunderbird-mcp.xpi"

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/TKasperczyk/thunderbird-mcp'

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