Skip to main content
Glama

Sentry MCP

Official
by getsentry
find-teams.test.ts567 B
import { describe, it, expect } from "vitest"; import findTeams from "./find-teams.js"; describe("find_teams", () => { it("serializes", async () => { const result = await findTeams.handler( { organizationSlug: "sentry-mcp-evals", regionUrl: undefined, }, { constraints: { organizationSlug: null, }, accessToken: "access-token", userId: "1", }, ); expect(result).toMatchInlineSnapshot(` "# Teams in **sentry-mcp-evals** - the-goats " `); }); });

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