Skip to content

whthomas/mcp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcp-demo-client Project Overview

Project Background

mcp-demo-client is a sample project demonstrating how to use MCP servers.

Technology Stack

  • Programming Language: Java
  • Framework: Maven
  • Other Technologies: Model Context Protocol (MCP)

Installation and Running

  1. Clone the project: git clone https://github.com/your-repo/mcp-demo-client.git
  2. Import the project into an IDE (e.g., IntelliJ IDEA or Eclipse).
  3. Configure the MCP server: Refer to src/main/resources/mcp-config.properties.example.
  4. Build the project: mvn clean install
  5. Run the project: mvn exec:java -Dexec.mainClass="org.whthomas.McpClientExample"

Contributing Guidelines

If you want to contribute to the project, please follow these steps:

  1. Clone the project.
  2. Create a new branch: git checkout -b feature-branch
  3. Commit changes: git commit -am "Add feature"
  4. Push changes: git push origin feature-branch
  5. Create a Pull Request.

License

This project is licensed under the MIT License.

About

Java语言的MCP样例

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages