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
projects.tools.ts•309 B
import { Injectable } from '@nestjs/common';
/**
* Projects Tools - Currently empty as project/module discovery is handled by whoami tool
* whoami returns all user's projects and modules in a single call
* This module remains for future expansion if needed
*/
@Injectable()
export class ProjectsTools {}