-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add structured logging support with severity levels
- 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) - Centralize MCP method names as constants - Move all JSON-RPC method names to McpSchema class as static constants - Replace hardcoded method strings with constant references in McpAsyncClient and McpAsyncServer - Update test cases to use new method name constants Resolves #35
- Loading branch information
Showing
16 changed files
with
861 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.