Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

jspahrsummers

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...

View on GitHub

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...

View on GitHub

jspahrsummers deleted a branch modelcontextprotocol/python-sdk

merrill/tests-for-sse

jspahrsummers pushed 17 commits to main modelcontextprotocol/python-sdk

View on GitHub

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!

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/specification

View on GitHub

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...

View on GitHub

jspahrsummers deleted a branch modelcontextprotocol/servers

justin/github-prs

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

View on GitHub

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 😄

View on GitHub

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 ...

View on GitHub

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 ...

View on GitHub

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...

View on GitHub

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.

View on GitHub

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...

View on GitHub

jspahrsummers created a comment on a pull request on modelcontextprotocol/typescript-sdk
README updated too nwo.

View on GitHub

jspahrsummers pushed 2 commits to justin/simplified-api modelcontextprotocol/typescript-sdk
  • Update README.md e60fb5e
  • Model README on the Python SDK's README 0790890

View on GitHub

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

View on GitHub

jspahrsummers pushed 3 commits to main modelcontextprotocol/python-sdk
  • Add instructions field to InitializeResult 1351914
  • Add instructions field to ServerSession and FastMCP bc6746e
  • Merge pull request #150 from salman1993/sm/add-instructions feat: add instructions field to InitializeResult 62a0af6

View on GitHub

jspahrsummers closed a pull request on modelcontextprotocol/python-sdk
feat: add instructions field to InitializeResult
This adds the [instructions](https://github.com/modelcontextprotocol/specification/blob/ce55bba19fc1f5a343e45ef1b47f9ccf1801d318/schema/schema.ts#L175) field. ## Motivation and Context The fiel...
jspahrsummers created a review on a pull request on modelcontextprotocol/python-sdk
Great, thank you!

View on GitHub

jspahrsummers pushed 3 commits to main modelcontextprotocol/typescript-sdk
  • 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

View on GitHub

jspahrsummers closed a pull request on modelcontextprotocol/typescript-sdk
feat: add optional instructions field to server _oninitialize
Add the optional `instructions` field to the server per the [mcp spec](https://github.com/modelcontextprotocol/specification/blob/ce55bba19fc1f5a343e45ef1b47f9ccf1801d318/schema/schema.ts#L175) ...
jspahrsummers created a review on a pull request on modelcontextprotocol/typescript-sdk
Great, thank you!

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/python-sdk
Can you please add this to `ServerSession` and `FastMCP` too, so servers have some way to provide this information? 🙏

View on GitHub

jspahrsummers created a review comment on a pull request on modelcontextprotocol/typescript-sdk
Can we please remove this? I don't think there's any benefit to a private getter in this case.

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/typescript-sdk
Thanks! Just the one comment.

View on GitHub

Load more