@boundless-oss/atlas
Version:
Atlas - MCP Server for comprehensive startup project management
10 lines • 335 B
TypeScript
import { ToolRegistration } from '../../core/types.js';
/**
* Helper tool to move stories to planning status
* DEPRECATED: Planning status has been removed from the workflow
*/
/**
* Setup agile management tools
*/
export declare function setupAgileManagementTools(): Promise<ToolRegistration>;
//# sourceMappingURL=tools.d.ts.map