Skip to content

docs: add MCP section to README #43

docs: add MCP section to README

docs: add MCP section to README #43

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "17"
- name: Run Maven tests
run: mvn -B test