Skip to main content
Glama

Task Trellis MCP

copyBasicClaudeAgents.test.ts827 B
import path from "path"; describe("copyBasicClaudeAgents functionality", () => { const mockProjectRoot = "/test/project"; const mockTargetDir = path.join(mockProjectRoot, ".claude", "agents"); // Basic test to ensure test file structure is valid describe("test setup", () => { it("should have correct target directory path", () => { expect(mockTargetDir).toBe("/test/project/.claude/agents"); }); it("should be able to construct paths correctly", () => { const sourcePath = path.join("resources", "basic-claude", "agents"); expect(sourcePath).toBe("resources/basic-claude/agents"); }); }); // Note: Since copyBasicClaudeAgents is not exported, integration tests // will be added to serverStartup.test.ts to test the functionality // through the server startup process. });

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/langadventurellc/task-trellis-mcp'

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