File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This project is designed to bridge the gap between Large Language Models (LLMs)
66
77---
88
9- ## 🌟 Key Features
9+ ## Key Features
1010
1111* ** Modular Architecture** : Built with Maven, allowing for easy expansion and isolation of tool sets.
1212* ** Annotation-Driven** : Simplify tool development using ` @Action ` and ` @Argument ` annotations for automatic schema generation.
@@ -16,7 +16,7 @@ This project is designed to bridge the gap between Large Language Models (LLMs)
1616
1717---
1818
19- ## 🏗 Project Structure
19+ ## Project Structure
2020
2121The project is organized into submodules, each representing a specific domain of tools:
2222
@@ -26,7 +26,7 @@ The project is organized into submodules, each representing a specific domain of
2626
2727---
2828
29- ## 🚀 Getting Started
29+ ## Getting Started
3030
3131### Prerequisites
3232
@@ -88,7 +88,7 @@ public class Main {
8888
8989---
9090
91- ## 🛠 Built-in Tools
91+ ## Built-in Tools
9292
9393### GitHub Tool (` github/ ` )
9494| Action | Description |
@@ -116,7 +116,7 @@ public class Main {
116116
117117---
118118
119- ## 👩💻 Developing Your Own Tools
119+ ## Developing Your Own Tools
120120
121121Creating new MCP tools is straightforward. Simply extend the ` MCPTool ` class and annotate your methods.
122122
@@ -133,8 +133,9 @@ For a detailed guide on creating custom tools, check out [**DEVELOPING_TOOLS.md*
133133
134134---
135135
136- ## 📄 License
136+ ## License
137137
138138This project is licensed under the Apache License 2.0. See the [ LICENSE] ( LICENSE ) file for details.
139139
140140** Note** : * MCP stands for Model Context Protocol.*
141+
You can’t perform that action at this time.
0 commit comments