@boundless-oss/atlas
Version:
Atlas - MCP Server for comprehensive startup project management
20 lines • 663 B
TypeScript
import { Server } from '@modelcontextprotocol/sdk/server/index.js';
/**
* Project Management Module Setup - 12-Factor MCP
*
* This module handles:
* - Project initialization and configuration
* - Project status checking and discovery
* - Project removal and cleanup
* - Project configuration management
*/
export declare function setupProjectManagement(server: Server): Promise<{
tools: {
name: string;
description: string;
inputSchema: import("json-schema").JSONSchema7;
}[];
resources: any[];
}>;
export declare const setupProjectManagementTools_New: typeof setupProjectManagement;
//# sourceMappingURL=index.d.ts.map