v0.1.1
Pre-release
Pre-release
Project configuration updates:
.dockerignore: Added a.dockerignorefile to exclude version control files, build outputs, IDE configurations, documentation, and miscellaneous system files from Docker builds.
CI/CD workflow improvements:
.github/workflows/ci.yml: Updated the Gradle build command to skip tests (-x test) during the CI pipeline to reduce build time..github/workflows/release.yml: Similarly updated the Gradle build command in the release workflow to skip tests (-x test).
Application setup updates:
src/main/resources/application.yml: Updated thespring.ai.mcp.serverconfiguration to rename the server tomcp-zap-server, increment the version to0.1.0, and add usage instructions for interacting with the ZAP API for security testing.
Testing enhancements:
src/test/java/mcp/server/zap/McpServerApplicationTests.java: Added a new test class with a basiccontextLoadstest to verify that the Spring application context starts successfully.