mcp-demo-client is a sample project demonstrating how to use MCP servers.
- Programming Language: Java
- Framework: Maven
- Other Technologies: Model Context Protocol (MCP)
- Clone the project:
git clone https://github.com/your-repo/mcp-demo-client.git - Import the project into an IDE (e.g., IntelliJ IDEA or Eclipse).
- Configure the MCP server: Refer to
src/main/resources/mcp-config.properties.example. - Build the project:
mvn clean install - Run the project:
mvn exec:java -Dexec.mainClass="org.whthomas.McpClientExample"
If you want to contribute to the project, please follow these steps:
- Clone the project.
- Create a new branch:
git checkout -b feature-branch - Commit changes:
git commit -am "Add feature" - Push changes:
git push origin feature-branch - Create a Pull Request.
This project is licensed under the MIT License.