#!/bin/bash
# Build the package
npm run build
# Pack it locally
npm pack
# Show the contents of the tarball
echo "Contents of the npm package:"
tar -tvf $(ls -t *.tgz | head -1)
echo ""
echo "To test the package locally, you can run:"
echo "npm install -g $(ls -t *.tgz | head -1)"
echo "mcp-apple-calendars"
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/shadowfax92/apple-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server