Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.1.1

Pre-release
Pre-release

Choose a tag to compare

@dtkmn dtkmn released this 11 Jun 08:46
· 117 commits to main since this release
eb3a97a

Project configuration updates:

  • .dockerignore: Added a .dockerignore file 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 the spring.ai.mcp.server configuration to rename the server to mcp-zap-server, increment the version to 0.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 basic contextLoads test to verify that the Spring application context starts successfully.