Skip to main content
Glama

MCP TypeScript Template

index.ts644 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';

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/mintedmaterial/mcp-ts-template'

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