Skip to main content
Glama
timesheets.module.ts443 B
import { Module } from '@nestjs/common'; import { TimesheetsService } from './timesheets.service'; import { TimesheetsTools } from './timesheets.tools'; import { AuthModule } from '@/auth/auth.module'; import { SharedModule } from '@/shared/shared.module'; @Module({ imports: [AuthModule, SharedModule], providers: [TimesheetsService, TimesheetsTools], exports: [TimesheetsService, TimesheetsTools], }) export class TimesheetsModule {}

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