Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve Makefile with help, descriptions and run-sse target #36

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

sd2k
Copy link
Collaborator

@sd2k sd2k commented Mar 12, 2025

Example output (minus some colours):

❯ make help
Usage: make [target]

Targets:

build-image                    Build the Docker image.
help                           Print this help message.
lint                           Lint the Go code.
run                            Run the MCP server in stdio mode.
run-sse                        Run the MCP server in SSE mode.
test-all                       Run the Go unit and integration tests.
test                           Run the Go unit tests.

@sd2k sd2k requested a review from a team as a code owner March 12, 2025 13:58
@sd2k sd2k enabled auto-merge March 12, 2025 14:26
@sd2k sd2k merged commit 9cf425d into main Mar 12, 2025
3 checks passed
@sd2k sd2k deleted the self-documenting-makefile branch March 12, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants