RunJS: A .NET MCP server using Jint that let's LLMs safely generate and execute JavaScript #536
CharlieDigital
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
What would you like to share?
Hey folks,
I recently hacked together RunJS using this
csharp-sdk
package.RunJS is a .NET MCP server that uses Jint to execute LLM generated JavaScript. It includes a
fetch
analogue to LLMs can generate JavaScript that incorporatesfetch
.To hide API keys, it also includes a secret manager that hands the calling side a "secret ID" which can be exchanged later for the actual secret when making the API call.
Check it out!
Relevant Links
https://github.com/CharlieDigital/runjs
Beta Was this translation helpful? Give feedback.
All reactions