Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jspahrsummers pushed 2 commits to main modelcontextprotocol/docs
jspahrsummers closed a pull request on modelcontextprotocol/docs
Update Node quickstart to use simplified API
https://github.com/modelcontextprotocol/docs/pull/115 redux, incorporating the new quickstart code from https://github.com/modelcontextprotocol/quickstart-resources/pull/7. # To do ## After m...jspahrsummers created a branch on modelcontextprotocol/docs
justin/update-typescript-sdk - The documentation and specification for the Model Context Protocol (MCP)
jspahrsummers deleted a branch modelcontextprotocol/quickstart-resources
justin/update-typescript-sdk
jspahrsummers pushed 3 commits to main modelcontextprotocol/quickstart-resources
jspahrsummers closed a pull request on modelcontextprotocol/quickstart-resources
Update TS quickstart to use simplified API
jspahrsummers opened a pull request on modelcontextprotocol/quickstart-resources
Update TS quickstart to use simplified API
jspahrsummers created a branch on modelcontextprotocol/quickstart-resources
justin/update-typescript-sdk - A repository of servers and clients from the Model Context Protocol tutorials
jspahrsummers pushed 2 commits to main modelcontextprotocol/quickstart-resources
jspahrsummers closed a pull request on modelcontextprotocol/quickstart-resources
Remove node_modules and JS build
jspahrsummers opened a pull request on modelcontextprotocol/quickstart-resources
Remove node_modules and JS build
jspahrsummers created a branch on modelcontextprotocol/quickstart-resources
justin/remove-js-artifacts - A repository of servers and clients from the Model Context Protocol tutorials
jspahrsummers pushed 2 commits to main modelcontextprotocol/docs
jspahrsummers closed a pull request on modelcontextprotocol/docs
Revert "Update TypeScript examples to use simplified API"
Nope, these changes were busted… Reverts modelcontextprotocol/docs#115.jspahrsummers opened a pull request on modelcontextprotocol/docs
Revert "Update TypeScript examples to use simplified API"
Nope, these changes were busted… Reverts modelcontextprotocol/docs#115.jspahrsummers created a branch on modelcontextprotocol/docs
revert-115-justin/simplified-ts-sdk - The documentation and specification for the Model Context Protocol (MCP)
jspahrsummers created a tag on modelcontextprotocol/typescript-sdk
1.4.0 - The official Typescript SDK for Model Context Protocol servers and clients
jspahrsummers published a release on modelcontextprotocol/typescript-sdk
1.4.0
## What's Changed * Add instructions for starting the server transport by @jspahrsummers in https://github.com/modelcontextprotocol/typescript-sdk/pull/132 * More README improvements by @jspahrsu...jspahrsummers pushed 5 commits to main modelcontextprotocol/typescript-sdk
- Use `eventsource` package c828067
- Tests for passing custom SSE headers e2723d3
- General tests for SSE client transport Since we're here anyway… 742b8b4
- Try a different way of waiting for close 87bfb61
- Merge pull request #134 from modelcontextprotocol/justin/sse-auth Use `eventsource` package, to permit custom header... edfdea5
jspahrsummers closed a pull request on modelcontextprotocol/typescript-sdk
Use `eventsource` package, to permit custom headers for SSE
This is the first step in supporting the upcoming addition of [authentication](https://github.com/modelcontextprotocol/specification/pull/133) to the spec. To follow the spec here requires the abil...jspahrsummers pushed 3 commits to main modelcontextprotocol/docs
jspahrsummers closed a pull request on modelcontextprotocol/docs
Update TypeScript examples to use simplified API
This updates the docs to use the simplified, Express-like TypeScript API [released](https://github.com/modelcontextprotocol/typescript-sdk/releases) in SDK version 1.3.0. # To do ## After mer...jspahrsummers pushed 6 commits to main modelcontextprotocol/docs
- Create developer_settings.json file if necessary Expands the one-liner on the Debugging page. That file does not see... 5841488
- Simplify JSON for installing dev tools 9a25335
- Merge branch 'main' into debugging-create-dev-settings-file-if-needed fd5ae57
- Fix typo b4a8f3a
- Remove stray space too While I'm paying attention. Squash merges ftw 02016f2
- Merge pull request #111 from jamiew/debugging-create-dev-settings-file-if-needed Debugging page: adjust one-liner to... 558de7a