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 example poem sse server #14

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

RWDai
Copy link

@RWDai RWDai commented Mar 3, 2025

Motivation and Context

How Has This Been Tested?

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

this pr is based on #12

4t145 and others added 4 commits March 2, 2025 14:34
This commit adds supporting modules for the Axum Server-Sent Events (SSE) example:
- Added `counter.rs` with a simple counter router implementation
- Added `jsonrpc_frame_codec.rs` for decoding JSON-RPC frames
- Created a `mod.rs` to expose these modules
- Removed the previous SSE example configuration from Cargo.toml
@RWDai RWDai mentioned this pull request Mar 3, 2025
@kalvinnchau
Copy link
Contributor

Hi! Thank you for the contribution!! We recently overhauled the examples in #10, can you please update this PR to follow that one?

@RWDai
Copy link
Author

RWDai commented Mar 4, 2025

Sure, I will make corresponding changes after the #12 is modified

@RWDai
Copy link
Author

RWDai commented Mar 7, 2025

This pr is ready @kalvinnchau

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.

3 participants