mcp-mianshiya-server

基于 Spring AI 的面试鸭搜索题目的 MCP Server 服务,快速让 AI 搜索企业面试真题和答案

GitHub Stars

100

User Rating

Not Rated

Favorites

0

Views

49

Forks

25

Issues

13

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Java: 17 or higher
Maven: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/yuyuanweb/mcp-mianshiya-server
cd mcp-mianshiya-server

2. Build the Project

bash
mvn clean package

3. Configure MCP Server

Open the settings in Cherry Studio and add the MCP server configuration.

4. Start the Server

bash
java -Dspring.ai.mcp.server.stdio=true -Dspring.main.web-application-type=none -Dlogging.pattern.console= -jar /yourPath/mcp-server-0.0.1-SNAPSHOT.jar

Troubleshooting

Issue: Server won't start Solution: Check your Java version and reinstall dependencies.