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

View on GitHub

jspahrsummers pushed 6 commits to main modelcontextprotocol/docs
  • Add Development > Contributing page c8bfb14
  • Document what we're thinking about in terms of roadmap 880471f
  • Clarify this is H1 2025 cdbe359
  • Apply suggestions from code review Co-authored-by: David Soria Parra <[email protected]> 9031824
  • Address other review comments 4270ebb
  • Merge pull request #83 from modelcontextprotocol/justin/roadmap Add Development section with Contributing and Roadma... e49c1f9

View on GitHub

jspahrsummers deleted a branch modelcontextprotocol/docs

justin/roadmap

jspahrsummers closed a pull request on modelcontextprotocol/docs
Add Development section with Contributing and Roadmap pages
Added a roadmap page (something frequently requested) which outlines our proposed H1 2025 priorities. I think this is mostly reflective of how we've been thinking about it, but please chime in if a...
jspahrsummers created a review on a pull request on modelcontextprotocol/specification
@gsabran Can you please just run `npm run generate:json` to update the JSON Schema? Then we can get this in. 🙏

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/specification
@gsabran Can you please just run `npm run generate:json` to update the JSON Schema? Then we can get this in. 🙏

View on GitHub

jspahrsummers closed an issue on modelcontextprotocol/docs
Windows instructions are wrong over the file path
Doc says Over the Windows file format example this is looks invalid json : { "mcpServers": { "weather": { "command": "uv", "args": [ "...
jspahrsummers closed an issue on modelcontextprotocol/docs
Old `toolResult` response format for tool calls used in TS examples
https://modelcontextprotocol.io/docs/concepts/tools https://github.com/modelcontextprotocol/servers/issues/151#issuecomment-2542302127
jspahrsummers pushed 3 commits to main modelcontextprotocol/docs
  • Fix old `toolResult` format being used in TS exampel Resolves #80 95a6163
  • Fix Windows path backslash escaping Resolves #81 959e73d
  • Merge pull request #82 from modelcontextprotocol/justin/fix-bugs Fix minor docs bugs 1dc8718

View on GitHub

jspahrsummers deleted a branch modelcontextprotocol/docs

justin/fix-bugs

jspahrsummers closed a pull request on modelcontextprotocol/docs
Fix minor docs bugs
jspahrsummers pushed 1 commit to justin/roadmap modelcontextprotocol/docs
  • Address other review comments 4270ebb

View on GitHub

jspahrsummers created a review comment on a pull request on modelcontextprotocol/docs
We have a separate section that mentions we're thinking about agents. I think it's fine to leave out for now—we can fill in the gaps on those tracking discussions later.

View on GitHub

jspahrsummers pushed 1 commit to justin/roadmap modelcontextprotocol/docs

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/specification
@gsabran Can you please just run `npm run generate:json` to update the JSON Schema? Then we can get this in. 🙏

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/specification
Absolutely, great catch. Thanks!

View on GitHub

jspahrsummers pushed 5 commits to main modelcontextprotocol/servers
  • Update README.md c5cbf11
  • Merge branch 'main' into add-notion-mcp-server 76596b2
  • Merge branch 'main' into add-notion-mcp-server be64c8e
  • Merge branch 'main' into add-notion-mcp-server fba1cfd
  • Merge pull request #344 from suekou/add-notion-mcp-server Docs: Add Notion MCP Server to README 3ff22e8

View on GitHub

jspahrsummers closed a pull request on modelcontextprotocol/servers
Docs: Add Notion MCP Server to README
<!-- Provide a brief description of your changes --> ## Description Add Notion MCP Server to README ## Server Details <!-- If modifying an existing server, provide details --> - Server: <!...
jspahrsummers created a review on a pull request on modelcontextprotocol/servers
Thank you!

View on GitHub

jspahrsummers pushed 16 commits to add-notion-mcp-server suekou/servers
  • Add Contentful MCP to the community list 1462014
  • Add Home Assistant Server 1406364
  • Add Pinecone server to community list 8ec6461
  • Update README.md Airtable MCP server added 2b78a7b
  • Merge branch 'main' into main 386cbc9
  • Update README.md Added the notion server in community section to search, read, update, and creat pages through Claud... ca3e8f4
  • Update README.md with review comments Co-authored-by: Justin Spahr-Summers <[email protected]> da49005
  • Merge branch 'main' into add-server-home-assistant 45e698d
  • Merge pull request #358 from sirmews/add-pinecone-server Add Pinecone server to community list 074e29c
  • Merge pull request #361 from felores/patch-1 Update README.md with Airtable MCP server 7319ea9
  • Merge pull request #350 from ivo-toby/main Add Contentful MCP to the community list a1994ce
  • Merge branch 'main' into main 06bc3a3
  • Merge pull request #362 from v-3/main Update README.md 8a2f08d
  • Merge branch 'main' into add-server-home-assistant c03bbc0
  • Merge pull request #354 from tevonsb/add-server-home-assistant Add Home Assistant Server b246fa5
  • Merge branch 'main' into add-notion-mcp-server fba1cfd

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/typescript-sdk
Thank you, much appreciated!

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/servers
Thanks! Can you please update this to exclude the formatting changes? It makes the diff much harder to review.

View on GitHub

jspahrsummers closed a pull request on modelcontextprotocol/typescript-sdk
chore: satisfies npm-pkg-lint & publint
<!-- Provide a brief summary of your changes --> With the check of trending use of [`npm-pkg-lint`](https://www.npmjs.com/package/npm-pkg-lint) and [`publint`](publint.dev): ```shell $ npm p...
jspahrsummers created a comment on an issue on modelcontextprotocol/typescript-sdk
This is the correct import syntax: ``` import { Server } from '@modelcontextprotocol/sdk/server/index.js'; ``` Does that work for you?

View on GitHub

jspahrsummers closed a pull request on modelcontextprotocol/servers
Add Home Assistant Server
Adds a Home Assistant Server to the Community Servers list. ## Types of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (...
jspahrsummers created a review on a pull request on modelcontextprotocol/servers
Thanks!

View on GitHub

jspahrsummers pushed 11 commits to add-server-home-assistant tevonsb/mcp-servers
  • Add Contentful MCP to the community list 1462014
  • Add Pinecone server to community list 8ec6461
  • Update README.md Airtable MCP server added 2b78a7b
  • Merge branch 'main' into main 386cbc9
  • Update README.md Added the notion server in community section to search, read, update, and creat pages through Claud... ca3e8f4
  • Merge pull request #358 from sirmews/add-pinecone-server Add Pinecone server to community list 074e29c
  • Merge pull request #361 from felores/patch-1 Update README.md with Airtable MCP server 7319ea9
  • Merge pull request #350 from ivo-toby/main Add Contentful MCP to the community list a1994ce
  • Merge branch 'main' into main 06bc3a3
  • Merge pull request #362 from v-3/main Update README.md 8a2f08d
  • Merge branch 'main' into add-server-home-assistant c03bbc0

View on GitHub

jspahrsummers pushed 3 commits to main modelcontextprotocol/servers
  • Update README.md Added the notion server in community section to search, read, update, and creat pages through Claud... ca3e8f4
  • Merge branch 'main' into main 06bc3a3
  • Merge pull request #362 from v-3/main Update README.md 8a2f08d

View on GitHub

jspahrsummers closed a pull request on modelcontextprotocol/servers
Update README.md
## Description Added the notion server in community section to search, read, update, and creat pages through Claude chat. Updated with feedback ## Server Details - Server: Notion ## Types ...
jspahrsummers pushed 8 commits to main v-3/servers
  • Add Contentful MCP to the community list 1462014
  • Add Pinecone server to community list 8ec6461
  • Update README.md Airtable MCP server added 2b78a7b
  • Merge branch 'main' into main 386cbc9
  • Merge pull request #358 from sirmews/add-pinecone-server Add Pinecone server to community list 074e29c
  • Merge pull request #361 from felores/patch-1 Update README.md with Airtable MCP server 7319ea9
  • Merge pull request #350 from ivo-toby/main Add Contentful MCP to the community list a1994ce
  • Merge branch 'main' into main 06bc3a3

View on GitHub

Load more