Skip to content

Commit 3d84d24

Browse files
committed
updated README
1 parent 9acff45 commit 3d84d24

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,17 @@ CodeTide is available as a native [**Visual Studio Code extension**](https://mar
3838

3939
## 🖧 CodeTide as an MCP Server
4040

41-
CodeTide now supports acting as an **MCP (Multi-Codebase Processing) Server**, enabling seamless integration with AI agents and tools. This feature allows agents to dynamically interact with your codebase, retrieve context, and apply changes efficiently.
41+
CodeTide now supports acting as an **MCP Server**, enabling seamless integration with AI agents and tools. This feature allows agents to dynamically interact with your codebase and retrieve context efficiently.
4242

4343
#### Why This Helps Agents
4444
Agents working with codebases often need:
4545
- **Contextual Understanding**: Retrieve declarations, imports, and references for any part of the code.
46-
- **Tool Integration**: Use built-in tools to navigate, modify, and validate code.
47-
- **Atomic Operations**: Apply patches or updates without manual intervention.
46+
- **Tool Integration**: Use built-in tools to navigate and analyze code.
4847

4948
#### Available Tools
5049
CodeTide provides the following tools for agents:
51-
1. **`applyPatch`**: Apply structured patches to files.
52-
2. **`getContext`**: Retrieve code context for identifiers (e.g., functions, classes).
53-
3. **`getRepoTree`**: Explore the repository structure.
54-
4. **`checkCodeIdentifiers`**: Validate and suggest corrections for code identifiers.
50+
1. **`getContext`**: Retrieve code context for identifiers (e.g., functions, classes).
51+
2. **`getRepoTree`**: Explore the repository structure.
5552

5653
#### Example: Initializing an LLM with CodeTide
5754
Here’s a snippet from `agent_tide.py` demonstrating how to initialize an LLM with CodeTide as an MCP server:
@@ -77,11 +74,9 @@ def init_llm() -> Llm:
7774
This setup allows the LLM to leverage CodeTide’s tools for codebase interactions.
7875

7976
CodeTide can now be used as an MCP (Multi-Code Processor) Server! This allows seamless integration with AI tools and workflows. Below are the tools available:
80-
81-
- **applyPatch**: Apply structured patches to the filesystem.
77+
The available tools are:
8278
- **getContext**: Retrieve code context for identifiers.
8379
- **getRepoTree**: Generate a visual tree representation of the repository.
84-
- **checkCodeIdentifiers**: Validate code identifiers and suggest corrections.
8580

8681
## ⚙️ Installation
8782

0 commit comments

Comments
 (0)