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 Logging Server Feature #35

Closed
tzolov opened this issue Dec 29, 2024 · 0 comments
Closed

Add Logging Server Feature #35

tzolov opened this issue Dec 29, 2024 · 0 comments
Labels
Milestone

Comments

@tzolov
Copy link
Contributor

tzolov commented Dec 29, 2024

MCP provides a standardized way for servers to send structured log messages to clients.
Clients can control logging verbosity by setting minimum log levels, with servers sending notifications containing severity levels, optional logger names, and arbitrary JSON-serializable data.
https://spec.modelcontextprotocol.io/specification/server/utilities/logging/

@tzolov tzolov added the server label Dec 29, 2024
@tzolov tzolov modified the milestones: 0.2.0, 0.3.0 Dec 29, 2024
tzolov added a commit that referenced this issue Dec 31, 2024
- Add client and server-side logging capabilities with configurable severity levels
- Implement logging message notifications with DEBUG to EMERGENCY levels
- Add logging consumers for client-side log handling
- Update documentation with logging examples and configuration
- Add comprehensive tests for logging functionality
- Fix typo in README.md (notificaiotn -> notification)

Resolves #35
@tzolov tzolov closed this as completed in 8665934 Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant