Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jspahrsummers created a comment on a pull request on modelcontextprotocol/python-sdk
I think we should [make this follow the spec more closely](https://github.com/modelcontextprotocol/python-sdk/pull/170#discussion_r1930786198) if we're going to break backwards compatibility anyway.
jspahrsummers created a review comment on a pull request on modelcontextprotocol/python-sdk
This return type isn't explained anywhere.
jspahrsummers created a review comment on a pull request on modelcontextprotocol/python-sdk
Also, why isn't the URL scheme still `file://`?
jspahrsummers created a review comment on a pull request on modelcontextprotocol/python-sdk
The second value in this return type isn't explained anywhere.
jspahrsummers pushed 2 commits to main modelcontextprotocol/typescript-sdk
jspahrsummers closed a pull request on modelcontextprotocol/typescript-sdk
Update README.md about `client.callTool`
<!-- Provide a brief summary of your changes --> ## Motivation and Context <!-- Why is this change needed? What problem does it solve? --> The `Writing MCP Clients` in the README did not work ...jspahrsummers created a review on a pull request on modelcontextprotocol/typescript-sdk
Thank you!
jspahrsummers pushed 2 commits to main modelcontextprotocol/typescript-sdk
jspahrsummers closed a pull request on modelcontextprotocol/typescript-sdk
Update README.md new SSE Server to match defaults in inspector
When launching inspector and changing to use SSE, the URL is set to `http://localhost:3001/sse`. It's quite confusing to have an example use different endpoint names and port, hence the change. ...jspahrsummers created a review on a pull request on modelcontextprotocol/typescript-sdk
Thank you!
jspahrsummers created a review on a pull request on modelcontextprotocol/inspector
What's the motivation? Is this to fix some issue?
jspahrsummers pushed 1 commit to justin/sse-auth modelcontextprotocol/inspector
- Fix double fetching fce6644
jspahrsummers pushed 4 commits to justin/sse-auth modelcontextprotocol/inspector
jspahrsummers pushed 4 commits to justin/sse-auth modelcontextprotocol/inspector
jspahrsummers created a tag on modelcontextprotocol/typescript-sdk
1.4.1 - The official Typescript SDK for Model Context Protocol servers and clients
jspahrsummers published a release on modelcontextprotocol/typescript-sdk
1.4.1
## What's Changed * Improve SSE error code reporting by @jspahrsummers in https://github.com/modelcontextprotocol/typescript-sdk/pull/137 **Full Changelog**: https://github.com/modelcontextpr...jspahrsummers pushed 3 commits to main modelcontextprotocol/typescript-sdk
jspahrsummers closed a pull request on modelcontextprotocol/typescript-sdk
Improve SSE error code reporting
This change ensures HTTP error codes from SSE are propagated through the error that's thrown, which is necessary to cleanly handle 401 Unauthorized for [MCP auth](https://github.com/modelcontextpro...jspahrsummers pushed 4 commits to justin/sse-auth modelcontextprotocol/inspector
jspahrsummers pushed 2 commits to justin/sse-auth modelcontextprotocol/inspector
jspahrsummers pushed 1 commit to justin/improve-sse-errors modelcontextprotocol/typescript-sdk
- Add `SseError` class for easier introspection 63f8f07
jspahrsummers created a comment on a pull request on modelcontextprotocol/create-python-server
Why is that? It exists in the version history.
jspahrsummers opened a draft pull request on modelcontextprotocol/inspector
OAuth support for SSE
Implemented according to https://github.com/modelcontextprotocol/specification/pull/133.jspahrsummers opened a draft pull request on modelcontextprotocol/typescript-sdk
Improve SSE error code reporting
jspahrsummers created a branch on modelcontextprotocol/typescript-sdk
justin/improve-sse-errors - The official Typescript SDK for Model Context Protocol servers and clients
jspahrsummers created a branch on modelcontextprotocol/inspector
justin/sse-auth - Visual testing tool for MCP servers