Skip to main content
Glama
index.ts•644 B
/** * @fileoverview Barrel file for the auth module. * Exports core utilities and middleware strategies for easier imports. * @module src/mcp-server/transports/auth/index */ export { authContext } from "./lib/authContext.js"; export { withRequiredScopes } from "./lib/authUtils.js"; export type { AuthInfo } from "./lib/authTypes.js"; export { createAuthStrategy } from "./authFactory.js"; export { createAuthMiddleware } from "./authMiddleware.js"; export type { AuthStrategy } from "./strategies/authStrategy.js"; export { JwtStrategy } from "./strategies/jwtStrategy.js"; export { OauthStrategy } from "./strategies/oauthStrategy.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/cyanheads/pubmed-mcp-server'

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