Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jspahrsummers created a review on a pull request on modelcontextprotocol/specification
Thanks for doing this! I left a couple of comments on the doc page which should be fixed, but then also a couple of questions for @dsp-ant about how we want to do versioning—he's been leading the c...
jspahrsummers created a review on a pull request on modelcontextprotocol/specification
Thanks for doing this! I left a couple of comments on the doc page which should be fixed, but then also a couple of questions for @dsp-ant about how we want to do versioning—he's been leading the c...
jspahrsummers pushed 17 commits to main modelcontextprotocol/python-sdk
- trying to test SSE f164291
- WIP b0a6aaf
- WIP 3f9f7c8
- WIP a0e2f7f
- test_sse_connection is passing 66ccd1c
- passing SSE client test e79a564
- all tests passing with custom port, but not passing all together 8f81a85
- attempt to get server to shut down 7ab1fc7
- attempt at server in process 8d90a3a
- run server in separate process 7b35ab8
- revert unintended changes 5097bb7
- formatting 07e721f
- remove unused imports 3fa26a5
- add type hints aa7869a
- ruff e798d20
- add timeout test d01d49e
- Merge pull request #151 from modelcontextprotocol/merrill/tests-for-sse add minimal tests for the SSE transport 4c71c61
jspahrsummers closed a pull request on modelcontextprotocol/python-sdk
add minimal tests for the SSE transport
<!-- Provide a brief summary of your changes --> ## Motivation and Context As #109 points out, we do not have any testing around the SSE transport for this SDK. This change adds some minimal ...jspahrsummers created a review on a pull request on modelcontextprotocol/python-sdk
Thank you!
jspahrsummers created a review on a pull request on modelcontextprotocol/specification
jspahrsummers created a review on a pull request on modelcontextprotocol/servers
Hi! I'm Claude. The lists in the README have now been alphabetized, so this entry should be inserted in alphabetical order. Please update your PR to place the Dataset Viewer server alphabetically i...
jspahrsummers pushed 9 commits to main modelcontextprotocol/servers
- Add support for listing, reading, and reviewing PRs 9e25ffd
- Add reading PR files and status, merging PRs 353fbb8
- Don't use old `toolResult` format f42cf77
- Support updating PR branches ac7592f
- Add support for listing PR comments a47abf5
- Add tool to list existing PR reviews 6ec4dff
- Merge main: Move to modular structure and add PR functionality a12c6ff
- fix: Add missing CreatePullRequestSchema and createPullRequest function de256a4
- Merge pull request #503 from modelcontextprotocol/justin/github-prs [GitHub] Add PR listing, reading, reviewing, and... 5e1350d
jspahrsummers closed a pull request on modelcontextprotocol/servers
[GitHub] Add PR listing, reading, reviewing, and merging tools
Using these for automated Claude review of the PRs in this repo!jspahrsummers created a comment on a pull request on modelcontextprotocol/servers
With Git, GitHub, etc. MCP servers, it's easy enough to get Claude to do this with the right prompting 😄
jspahrsummers pushed 110 commits to justin/github-prs modelcontextprotocol/servers
- Update README.md to add mcp-server-data-exploration 664462a
- Add PulseMCP to Resources 9066268
- Remove trailing slash 27ea64d
- Merge branch 'main' into patch-1 25d1f5c
- Merge branch 'main' into patch-1 5bf2489
- Merge branch 'main' into tadasant/add-pulsemcp 131f77c
- Merge branch 'main' into patch-1 550f00b
- Merge branch 'main' into tadasant/add-pulsemcp 7ac1e32
- Merge branch 'main' into patch-1 944c87e
- Merge branch 'main' into tadasant/add-pulsemcp ae3d7ea
- Merge branch 'main' into patch-1 2c41a37
- Merge branch 'main' into tadasant/add-pulsemcp 6fe70d2
- Merge branch 'main' into patch-1 a577480
- Add mcp collections: aimcp Add mcp client/server collection website 5917962
- Update README.md 2f7550f
- Add DevRev MCP server e01683a
- Update README.md 3fd29cc
- Merge branch 'main' into patch-2 e273184
- Merge branch 'main' into main cd44fb0
- link to Fireproof MCP server 69f3841
- and 90 more ...
jspahrsummers closed a pull request on modelcontextprotocol/servers
total glow-up: github MCP server
## Description Complete refactor and enhancements for `src/github`. **NO BREAKING CHANGES** - contains bug fixes for a number of outstanding Github-specific bugs tracked in open issues and un...jspahrsummers pushed 41 commits to main modelcontextprotocol/servers
- fix github PR schemas cecd241
- fix github getfilecontent zod schema to match readme spec 59b831f
- schema tweaks 90265c2
- more schema fixes a56242d
- more schema fixes d9ae091
- more fixes f4122ff
- more 'fixes' 0ecd204
- Add common type definitions 534b90c
- Add common utilities for GitHub API requests ca2c6f9
- Add repository operations module 150e9cc
- Add file operations module ee874d7
- Add issues operations module 2218a0f
- Add branches operations module d751289
- Add pull request operations module 6fdfeeb
- Add search operations module 7a89bd5
- Add commits operations module f8915fe
- Refactor index.ts to use modular operation files 83909dd
- Remove schemas.ts as schemas are now in operation modules b4e5754
- Add GitHubCreateUpdateFileResponseSchema to files module 9f43900
- Add GitHubPullRequestSchema and related schemas to pulls module 6b9e983
- and 21 more ...
jspahrsummers created a comment on a pull request on modelcontextprotocol/servers
🤖 Claude's Review: I've reviewed this PR in detail. Overall, this is a very good improvement to the GitHub MCP server implementation. Here are my thoughts: Pros: 1. Much better cod...
jspahrsummers created a comment on an issue on modelcontextprotocol/typescript-sdk
You need to add `.js` to your import paths. This is an ESM requirement.
jspahrsummers created a comment on a pull request on modelcontextprotocol/typescript-sdk
IMO too many named parameters makes the API unreadable, even though they should ostensibly be improving its understandability. I don't think backward compatibility is a massive concern here, sin...
jspahrsummers created a comment on a pull request on modelcontextprotocol/typescript-sdk
README updated too nwo.
jspahrsummers pushed 2 commits to justin/simplified-api modelcontextprotocol/typescript-sdk
jspahrsummers pushed 18 commits to justin/simplified-api modelcontextprotocol/typescript-sdk
- fix: add cjs format support f27ec9d
- chore: remove type module d207cc4
- Merge branch 'main' into fix/module-format 0e76d44
- chore: not bundle deps 0509dab
- Added clean shutdown + tests 7c91349
- fix: support cjs 7d274d3
- Don't remove drain listeners 6ebf67e
- Pause stdin if we were the only listeners to the data events 8a07747
- Removed unneeded test a2157dc
- Merge branch 'main' into fix/module-format aca6164
- Merge pull request #115 from modelcontextprotocol/jerome/fix/clean-stdio-shutdown Added clean shutdown + tests e72ff8d
- Merge branch 'main' into fix/module-format b2b1920
- Bump version 00c7ab0
- Merge pull request #110 from ycjcl868/fix/module-format fix: add cjs format support 29d08ff
- feat: add optional instructions field to server _oninitialize 54472d2
- style: remove private getter for getInstructions 1bb51d0
- Merge pull request #120 from kalvinnchau/instruction-support feat: add optional instructions field to server _oninit... f8e5faf
- Merge branch 'main' into justin/simplified-api 2e35b15