Skip to main content
Glama
index.ts595 B
// Import webhook management tools import * as Management from './management.js'; import * as LiveUpdates from './live-updates.js'; // Export all webhook tools export { Management, LiveUpdates }; // Re-export individual functions for direct access export { // Webhook Management setupWebhooks, listWebhooks, testWebhook, removeWebhooks, getWebhookDeliveries, getWebhookStatus } from './management.js'; export { // Live Updates getLiveProjectStatus, getLiveSprintMetrics, subscribeToUpdates, getRecentActivity, getLiveRepositoryHealth } from './live-updates.js';

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/Faresabdelghany/github-project-manager-mcp'

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