UNPKG

@mseep/atlas-mcp-server

Version:

A Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows.

11 lines (10 loc) 414 B
import { ToolContext } from "../../../utils/security.js"; /** * Execute a complete database reset operation * This permanently removes all data from the Neo4j database * * @param input No input parameters required * @param context Tool execution context * @returns Formatted response with operation results */ export declare const atlasDatabaseClean: (input: unknown, context: ToolContext) => Promise<any>;