/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.shuttle.dev
| | www.shuttle.rs
0.0 parsecs away

Travel
| | Build an SSE-based MCP server with OAuth 2 in Rust using rmcp and Axum and deploy to Shuttle with PostgreSQL/SQLx.
| | blog.christianposta.com
3.1 parsecs away

Travel
| | The Model Context Protocol has created quite the buzz in the AI ecosystem at the moment, but as enterprise organizations look to adopt it, they are confronted with a hard truth: it lacks important security functionality. Up until now, as people experiment with Agentic AI and tool support, they've mostly adopted the MCP stdio transport, which means you end up with a 1:1 deployment of MCP server and MCP client. What organizations need is a way to deploy MCP servers remotely and leverage authorization to give resource owner's access to their data safely.
| | robert.kra.hn
3.2 parsecs away

Travel
| | Walkthrough of setting up a full web project that includes the setup for a web server (using axum) and a frontend (using wasm / yew).
| | luten.dev
17.7 parsecs away

Travel
| Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK.