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

add weather sample server #43

Merged
merged 1 commit into from
Jan 10, 2025
Merged

add weather sample server #43

merged 1 commit into from
Jan 10, 2025

Conversation

maxandersen
Copy link
Member

adding as draft as working on blog that explain the weather mcp implementation and would be nice to have a "home" for it.

would this sample folder work?


## just for debugging
#quarkus.log.level=DEBUG
#quarkus.mcp.server.traffic-logging.enabled=true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Traffic logging currently only works for the sse transport and the property name is quarkus.mcp.server.sse.traffic-logging.enabled.

I forgot to update the docs 🤦

Do you think it would be useful for stdio as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah would be nice to have in logs to at least see something is reacting.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll revert the change and make it quarkus.mcp.server.traffic-logging.enabled again and implement the logging for stdio...

@maxandersen
Copy link
Member Author

i've pushed the last polish for blog. can we merge so i can link?

@mkouba mkouba marked this pull request as ready for review January 10, 2025 12:37
@mkouba mkouba requested a review from a team as a code owner January 10, 2025 12:37
@mkouba mkouba merged commit ce130c4 into quarkiverse:main Jan 10, 2025
1 check passed
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