We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cjo4m06/mcp-shrimp-task-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•376 B
// 導出所有任務工具
// Export all task tools
export * from "./task/index.js";
// 導出所有專案工具
// Export all project tools
export * from "./project/index.js";
// 導出所有思維鏈工具
// Export all thought chain tools
export * from "./thought/index.js";
// 導出所有研究工具
// Export all research tools
export * from "./research/index.js";