Ecosyste.ms: Timeline

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

jspahrsummers

jspahrsummers pushed 1 commit to justin/simplified-ts-sdk modelcontextprotocol/docs

View on GitHub

jspahrsummers opened a draft 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 in SDK version 1.3.0.
jspahrsummers created a comment on an issue on modelcontextprotocol/specification
I think that case would be very representable with resource [priorities](https://github.com/modelcontextprotocol/specification/blob/4350680c76f0d89e3453f74a37e4608cc0fcab14/schema/2024-11-05/schema...

View on GitHub

jspahrsummers published a release on modelcontextprotocol/typescript-sdk
1.3.1
## What's Changed * Fix README examples not using `ResourceTemplate` class by @jspahrsummers in https://github.com/modelcontextprotocol/typescript-sdk/pull/125 * Fix registering multiple tools/re...
jspahrsummers created a tag on modelcontextprotocol/typescript-sdk

1.3.1 - The official Typescript SDK for Model Context Protocol servers and clients

jspahrsummers deleted a branch modelcontextprotocol/typescript-sdk

justin/fix-multiple-registrations

jspahrsummers pushed 3 commits to main modelcontextprotocol/typescript-sdk
  • Fix registering multiple tools/resources/prompts Request handlers were being re-registered every time a new tool/res... 2590d40
  • Preemptively bump package version 38c361a
  • Merge pull request #126 from modelcontextprotocol/justin/fix-multiple-registrations Fix registering multiple tools/r... 1fb33e8

View on GitHub

jspahrsummers closed an issue on modelcontextprotocol/typescript-sdk
Registering multiple tools or resources fails
**Describe the bug** Registering a second resource or tool fails with: ``` Error: A request handler for tools/list already exists, which would be overridden at Server.assertCanSetRequestHandle...
jspahrsummers closed an issue on modelcontextprotocol/typescript-sdk
Registering multiple tools or resources fails
**Describe the bug** Registering a second resource or tool fails with: ``` Error: A request handler for tools/list already exists, which would be overridden at Server.assertCanSetRequestHandle...
jspahrsummers closed a pull request on modelcontextprotocol/typescript-sdk
Fix registering multiple tools/resources/prompts
Request handlers were being re-registered every time a new tool/resource/prompt was added, which would fail since the handlers were already registered. Now we track whether handlers have been initi...
jspahrsummers pushed 2 commits to main modelcontextprotocol/typescript-sdk
  • Fix README examples not using `ResourceTemplate` class Resolves #123. 846a47c
  • Merge pull request #125 from modelcontextprotocol/justin/fix-quickstart Fix README examples not using `ResourceTempl... 13ddf5f

View on GitHub

jspahrsummers closed an issue on modelcontextprotocol/typescript-sdk
Quickstart example fails
**Describe the bug** The quickstart example fails with the following error: ``` npm run mcp ... return new TSError(diagnosticText, diagnosticCodes, diagnostics); ^ TSError: ⨯ Unabl...
jspahrsummers closed an issue on modelcontextprotocol/typescript-sdk
Quickstart example fails
**Describe the bug** The quickstart example fails with the following error: ``` npm run mcp ... return new TSError(diagnosticText, diagnosticCodes, diagnostics); ^ TSError: ⨯ Unabl...
jspahrsummers deleted a branch modelcontextprotocol/typescript-sdk

justin/fix-quickstart

jspahrsummers closed an issue on modelcontextprotocol/quickstart-resources
weather-server-python outdated
**Describe the bug** - weather-server-python here is outdated compared to the latest code example described in https://github.com/modelcontextprotocol/docs/blob/main/quickstart/server.mdx - T...
jspahrsummers pushed 2 commits to main modelcontextprotocol/quickstart-resources
  • Update python quickstart to use FastMCP API 50239a9
  • Merge pull request #5 from cr7258/main Sync the weather-server-python code with the documentation 5923004

View on GitHub

jspahrsummers closed a pull request on modelcontextprotocol/quickstart-resources
Sync the weather-server-python code with the documentation
<!-- Provide a brief summary of your changes --> ## Motivation and Context <!-- Why is this change needed? What problem does it solve? --> The [Python MCP Server quickstart documentation](ht...
jspahrsummers created a review on a pull request on modelcontextprotocol/quickstart-resources
Thank you!

View on GitHub

jspahrsummers pushed 3 commits to main modelcontextprotocol/docs
  • Fix 8bb6525
  • Fix formatting b1f4f72
  • Merge pull request #112 from tadasant/tadas/update-sse-ts-example Fix example for implementing SSE Server in TypeScript 6c610ba

View on GitHub

jspahrsummers closed a pull request on modelcontextprotocol/docs
Fix example for implementing SSE Server in TypeScript
<!-- Provide a brief summary of your changes --> ## Motivation and Context I was working through implementing an SSE server in TypeScript, and this is the current example: ```typescript c...
jspahrsummers created a review on a pull request on modelcontextprotocol/docs
Thank you very much! This is a great fix. ✨

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/docs
Thanks for the suggestion! I agree with the premise, but I wonder if there's some other way we can indicate it rather than qualifying "Windows" everywhere we mention the platform. A couple of sp...

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/docs
Thanks for the correction! Since this has made the command balloon in complexity, and we have a possibly-undesirable dependency on `jq`, what do you think about just writing: ```json { "allo...

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/docs
Thanks for the correction! Since this has made the command balloon in complexity, and we have a possibly-undesirable dependency on `jq`, what do you think about just making it write: ```json ...

View on GitHub

jspahrsummers created a review on a pull request on modelcontextprotocol/docs
Thanks for the correction! Since this has ballooned in complexity, what do you think about just making it write: ```json { "allowDevTools": true } ``` … in its entirety? It should be fin...

View on GitHub

jspahrsummers created a comment on an issue on modelcontextprotocol/docs
Thanks, I'll pass this along to the relevant team. As this relates to the Claude Desktop app and not the MCP documentation, I'm going to close this issue.

View on GitHub

jspahrsummers closed an issue on modelcontextprotocol/docs
Disable developer mode in the app
**Is your feature request related to a problem? Please describe.** Developer Mode can be enabled through Help > Enable Developer Mode. After that, the menu entry is gone, and there is no way to di...
jspahrsummers created a comment on an issue on modelcontextprotocol/specification
There's a top-level [`instructions`](https://github.com/modelcontextprotocol/specification/blob/4350680c76f0d89e3453f74a37e4608cc0fcab14/schema/2024-11-05/schema.ts#L175) field that servers can ret...

View on GitHub

jspahrsummers pushed 2 commits to main modelcontextprotocol/specification
  • docs: update README links 772d398
  • Merge pull request #149 from markguinn/patch-1 docs: update README links 4350680

View on GitHub

Load more