Last 12 weeks · 9 commits
3 of 6 standards met
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
Repository: modelcontextprotocol/.github. Description: Discussions and README for Model Context Protocol Stars: 69, Forks: 61. Homepage: https://github.com/modelcontextprotocol Open PRs: 3, open issues: 0. Last activity: 1w ago. Community health: 62%. Top contributors: jspahrsummers, dsp-ant, jonathanhefner, domdomegg, tzolov, hkellaway, ignatov, tulshi, localden, stvansolano and others.
Pre-submission Checklist [X] I have checked that this question would not be more appropriate as an issue in a specific repository [X] I have searched existing discussions and documentation for answers Question Category [ ] Protocol Specification [X] SDK Usage [ ] Server Implementation [x] General Implementation [ ] Documentation [x] Other Your Question Hi, just dipping my toes into this and have a couple of initial questions. I'm trying to build a standalone MCP client (no Spring boot support). Here's my code so far: It seems that most low-level exceptions get logged and swallowed in separate threads, so what's the best way to catch them and feed them back to the UI? Many thanks in advance! _Originally posted by @msepryor in https://github.com/modelcontextprotocol/.github/discussions/331_
added missing bullet point. Motivation and Context Formatting fix How Has This Been Tested? By viewing in preview mode. Breaking Changes No 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) [x] 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 [x] I have added or updated documentation as needed Additional context None