Skip to main content
Glama

Project Handoffs MCP Server

by davidorex
errors.test.ts385 B
import { ProjectError } from '../errors.js'; describe('ProjectError', () => { it('should create error with correct message format', () => { const error = new ProjectError('test message', 'test-project'); expect(error.message).toBe('Project test-project: test message'); expect(error.projectId).toBe('test-project'); expect(error.name).toBe('ProjectError'); }); });

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/davidorex/project-handoffs'

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