You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Python MCP server application that uses Claude's official MCP-related dependencies to implement the remote server function of SSE communication.
4
+
5
+
## Project Description
6
+
7
+
This project uses Python's FastMCP package to create an SSE MCP server. And a MCP Tool is built in, which returns "Hello, World!" when called.
8
+
9
+
This project supports development and production environment modes.
10
+
11
+
## Environment
12
+
13
+
This project runs on a Debian 12 system with Python 3.3.2 installed. The environment is pre-configured in Devbox, so you don't need to worry about setting up Python or other system dependencies yourself. If you need to make adjustments to meet your specific requirements, you can modify the configuration file accordingly.
14
+
15
+
## Project Execution
16
+
17
+
**Development Mode**: For a normal development environment, just enter Devbox and run "bash entrypoint.sh" in the terminal. This will compile and run the Java application.
18
+
**Production mode:** Once published, the project will be automatically packaged into a Docker image and deployed according to the `entrypoint.sh` script (run `bash entrypoint.sh production`).
19
+
DevBox: Code. Build. Deploy. We do the rest.
20
+
With DevBox, you can fully focus on writing great code while we take care of infrastructure, scaling, and deployment. Seamless development from start to production.
This is a simple Springboot MCP server application that uses Claude's official MCP-related dependencies to implement the remote server function of SSE communication.
4
+
5
+
## Project Description
6
+
7
+
This project uses Spring's spring-ai-starter-mcp-server-webmvc package to create an SSE MCP server. And a MCP Tool is built in, which returns "Hello, World!" when called.
8
+
9
+
This project supports development and production environment modes.
10
+
11
+
## Environment
12
+
13
+
This project is run on a Debian 12 system with Springboot 3.3.2 installed. The environment is pre-configured in Devbox, so you don't need to worry about setting up Java or other system dependencies yourself. If you need to make adjustments to meet your specific requirements, you can modify the configuration file accordingly.
14
+
15
+
## Project Execution
16
+
17
+
**Development Mode**: For a normal development environment, just enter Devbox and run "bash entrypoint.sh" in the terminal. This will compile and run the Java application.
18
+
**Production mode:** Once published, the project will be automatically packaged into a Docker image and deployed according to the `entrypoint.sh` script (run `bash entrypoint.sh production`).
19
+
DevBox: Code. Build. Deploy. We do the rest.
20
+
With DevBox, you can fully focus on writing great code while we take care of infrastructure, scaling, and deployment. Seamless development from start to production.
0 commit comments