Skip to main content
Glama
tsdown.config.ts448 B
import { defineConfig } from "tsdown"; export default defineConfig({ entry: ["src/**/*.ts", "!src/**/*.test.ts"], format: ["cjs", "esm"], dts: true, sourcemap: true, clean: true, external: [ // Only mark test-only packages as external "@sentry/mcp-server-mocks", // Everything else (including @sentry/mcp-core) will be bundled ], env: { SENTRY_ENVIRONMENT: "stdio", npm_package_version: "{{version}}", }, });

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/getsentry/sentry-mcp'

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