Sam Morrow
Sam Morrow
Hi, thanks for making this tool - it is awesome. Would it be possible to add checksums to future tagged releases? I'm in the process of locking down more of...
Hi, I just wanted to mention that the `Primer::LinkComponent` appears to add spaces automatically, which is often desirable, or a no-op depending on where it is in the markup. However,...
Issues arise if you pass the mixpanel functions around without binding `this`: ``` const customTracking { track: mixpanel.track } // the below will error because of internal this references customTracking.track(event,...
I think the default of "mono" for the font is surprising. I think for end users a default of sans/serif would make more sense - but in the interim, at...
The fix has been merged, but --strict-mode flag won't work on NodeJS until the next release of phantomjs-prebuilt https://github.com/Medium/phantomjs/pull/484
I am experimenting with dynamically changing the tool offering, and for a local server with one user it works really well but for a remote server with many users we...
**Describe the bug** ## Open AI's implementation of schema validation cannot tolerate optional array arguments - https://github.com/github/github-mcp-server/pull/39 - https://github.com/github/github-mcp-server/pull/300 ## Windsurf required a different interpretation - https://github.com/github/github-mcp-server/pull/325 ## Gemini seems...
**Is your feature request related to a problem? Please describe.** Remote servers hosting thousands of concurrent users will need to have the base64 content of all resources, and any file...
I've opened https://github.com/Shopify/tapioca/issues/2235 but the core issue is that we lose the type information from the GRPC DSL that tapioca provides when the twirp layer is added, so unfortunately calls...
# SEP: Trust and Sensitivity Annotations ## Summary This SEP proposes trust and sensitivity annotations for MCP requests and responses, enabling clients and servers to track, propagate, and enforce trust...