1. Authenticating to an MCP Server in coordination with the MCP Host (VS Code Insiders).
2. Authenticating to a downstream service (Confluence) on demand for a tool, `confluence_search`.
The MCP Host provides (1) but is oblivious to (2).
1. Authenticating to an MCP Server in coordination with the MCP Host (VS Code Insiders).
2. Authenticating to a downstream service (Confluence) on demand for a tool, `confluence_search`.
The MCP Host provides (1) but is oblivious to (2).
But what if npm package versions could explicitly *declare* their compatibility range.
Clients could further constrain ranges for upon opt in.
Best of both worlds.
But what if npm package versions could explicitly *declare* their compatibility range.
Clients could further constrain ranges for upon opt in.
Best of both worlds.
That seems very scary to me because AFAIK it relies on 3rd party libs opting into AsyncResource or risking confusion in some edge cases.
WDYT?
That seems very scary to me because AFAIK it relies on 3rd party libs opting into AsyncResource or risking confusion in some edge cases.
WDYT?
TC55 is a new Ecma Technical Committee for Web-interoperable Server Runtimes, originating from the existing W3C WinterCG group.
This means the group is now able to publish standards, with the first effort being the Minimum Common API.
TC55 is a new Ecma Technical Committee for Web-interoperable Server Runtimes, originating from the existing W3C WinterCG group.
This means the group is now able to publish standards, with the first effort being the Minimum Common API.
It sounds like many of the product velocity benefits of federation could also accrue on the backend. Do you have thoughts / observations? Worthwhile pursuit?
It sounds like many of the product velocity benefits of federation could also accrue on the backend. Do you have thoughts / observations? Worthwhile pursuit?
1. Do the use the latency of the Probes or some aggregate of the Queries as predictors?
2. What if Queries are very heterogenous?
3. How do they derive predicted latency for RIF(n)?
www.youtube.com/watch?v=PSP3...
1. Do the use the latency of the Probes or some aggregate of the Queries as predictors?
2. What if Queries are very heterogenous?
3. How do they derive predicted latency for RIF(n)?
If you're unfamiliar with the MCP, it tries to standardize a protocol for clients like Claude, Zed editor, etc. to get extensible super-powers.
WDYT?
If you're unfamiliar with the MCP, it tries to standardize a protocol for clients like Claude, Zed editor, etc. to get extensible super-powers.
WDYT?
As before please try it out and report any bugs you find. (hopefully none, but with how wild the module loading edge cases can be, one never knows!).
v22.12.0 enables require(esm) by default!
Read more about that change and the rest of additions / fixes in our blog post / CHANGELOG: nodejs.org/en/blog/rele...
#nodejs #javascript
Anyone already working on this?
Anyone already working on this?
Anyone already working on this?
Anyone already working on this?
I'm exposing a custom weather tool that always responds with `"sunny with a chance of meatballs"` 🤣. Claude is onto me.
I'm exposing a custom weather tool that always responds with `"sunny with a chance of meatballs"` 🤣. Claude is onto me.
Seems like a bit of a bummer for performant, interoperable AbortSignal tooling.
Is this by design?
Seems like a bit of a bummer for performant, interoperable AbortSignal tooling.
Is this by design?
1. Developing the library / service / app
2. Consuming the library
3. Running the service / app
Anyone wrote the go-to article? Could image there's like only a few clear strategies most projects could agree on.
Jotted down this reply, but would be great to be able to link to something less scrappy/informal.
→ github.com/webpro-nl/kn...
1. Developing the library / service / app
2. Consuming the library
3. Running the service / app
🔶 ES2024 library types
🔷 Checker: Never-initialized variables
🔷 Checker: Stricter JSON imports
🔷 Emit: Extension rewriting (*.ts to *.js)
🔷 DTS: Computed methods
🔷 IDE: Better tsconfig discovery
🔷 Perf: Code Caching ⚡️ 2.5x faster startup
✅ Better checks for uninitialized variables
✅ Smarter tsconfig lookup in editors
✅ Improved startup time
✅ Stricter checks for JSON imports
✅ Extension rewrites for relative imports
and more! Try it today!
devblogs.microsoft.com/typescript/a...
🔶 ES2024 library types
🔷 Checker: Never-initialized variables
🔷 Checker: Stricter JSON imports
🔷 Emit: Extension rewriting (*.ts to *.js)
🔷 DTS: Computed methods
🔷 IDE: Better tsconfig discovery
🔷 Perf: Code Caching ⚡️ 2.5x faster startup
I'm particularly worried about an object graph being retained by circular references.
I'm particularly worried about an object graph being retained by circular references.