Skip to main content
Glama
auth.module.ts481 B
import { Module } from '@nestjs/common'; import { AuthService } from './auth.service'; import { AuthTools } from './auth.tools'; import { AutoLoginService } from './auto-login.service'; import { SharedModule } from '../shared/shared.module'; import { TimesheetConfigModule } from '../config/config.module'; @Module({ imports: [SharedModule, TimesheetConfigModule], providers: [AuthService, AuthTools, AutoLoginService], exports: [AuthService], }) export class AuthModule {}

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/arshad-khan1/Timesheet-mcp'

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