
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
devvit-mcp-msw
Advanced tools
A companion MCP server to help write applications for Reddit's Developer Platform.
Add the following to your mcp.json for the editor or LLM of choice.
{
"mcpServers": {
"devvit-mcp": {
"command": "npx",
"args": ["-y", "devvit-mcp-msw"],
"env": {
"OPENAI_API_KEY": "...."
}
}
}
}
To use the search function you will need an OpenAI API key.
git clone ...
cd devvit-mcp-msw
nvm use
npm install
npm dev
Huge thanks to Arabold for open sourcing docs-mcp-server. Portions of this code is heavily inspired by this library. Please use it if you need other docs servers!
Thank you to the Playwright team as well. Amazing piece of tech and really solid MCP!
console.log in the hot patch of your app if you're trying to debug. You'll see weird error messages like Unexpected token 'a', " at Anthrop"... is not valid JSON. This is because MCP is a contract over top to stdio and log messages write strings to there.tail commands.npx @modelcontextprotocol/inspector node /Users/marcus.wood/burners/devvit-mcp/dist/server.js (automatically called with npm run dev) and then going to http://127.0.0.1:6274/. This lets you run tool calls and stuff which is pretty neatError: Server does not support logging (required for notifications/message)
at Server.assertNotificationCapability
You need to add the capability to your new MCPServer. Use this permalink to know what key you should add.
tail -n 20 -F ~/Library/Logs/Claude/mcp*.logcmd + r will refresh things nicely most of the time)If you're trying to integrate this with roo you may hit this error: MCP hub not available. This actually has to do with the location of Roo. Restarting VSCode should fix it.
FAQs
MCP for Devvit things
We found that devvit-mcp-msw demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.