Skip to content

Commit 5c8cf76

Browse files
authored
Update README.md
1 parent bec4516 commit 5c8cf76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def init_llm() -> Llm:
7373

7474
This setup allows the LLM to leverage CodeTide’s tools for codebase interactions.
7575

76-
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:
76+
CodeTide can now be used as an MCP Server! This allows seamless integration with AI tools and workflows. Below are the tools available:
7777
The available tools are:
7878
- **getContext**: Retrieve code context for identifiers.
7979
- **getRepoTree**: Generate a visual tree representation of the repository.
@@ -504,4 +504,4 @@ CodeTide is licensed under the **Apache 2.0 License**.
504504
## 🧑‍💻 Contributing
505505
Interested in contributing to CodeTide? We welcome contributions of all kinds - especially new language parsers!
506506
507-
If you'd like to add support for a new language (e.g., Rust, Java, Go), see our [CONTRIBUTING.md](./CONTRIBUTING.md) guide. You'll implement your parser by extending our BaseParser interface and providing robust test coverage. Reference implementations are available for Python and TypeScript in the tests/parsers directory.
507+
If you'd like to add support for a new language (e.g., Rust, Java, Go), see our [CONTRIBUTING.md](./CONTRIBUTING.md) guide. You'll implement your parser by extending our BaseParser interface and providing robust test coverage. Reference implementations are available for Python and TypeScript in the tests/parsers directory.

0 commit comments

Comments
 (0)