Urgent.News

What's breaking now, across thousands of outlets.

Tech

Shipping an MCP Server: Desktop App vs Hosted Web App

We ship two Model Context Protocol servers. One runs inside a desktop application, on the machine where the data already lives. The other runs as a hosted service behind an account, in front of a multi-tenant database. They speak the same protocol and share almost none of the same decisions. Most writing about MCP stops at the hello-world tutorial: register a tool, return a string, done. The…

Two Model Context Protocol servers are shipped, one inside a desktop application and the other as a hosted service behind an account. They speak the same protocol but follow different deployment models, leading to various distinctions in deployment, distribution, versioning, authentication, credentials, and available functionalities.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Vim Basics

Just the basics you need to get started. Also for those who are trapped in classic vim situation, where you don't know how to quit!

  • Vim is a keyboard-driven text editor for efficient code and plain-text editing.
  • Open a file in Vim by typing "vim" followed by the filename in the terminal.
  • Save changes in Vim by typing ":w" in Normal mode and pressing Enter.

Android Paging 3 Failure Matrix

Android Paging 3 Viewmodel Partial Success Refresh Failure Matrix becomes concrete in this setup: A phone, laptop, and checklist arranged for testing paged data through failure and recovery states.

  • Initial refresh failure occurs without network or local cache
  • Error state transitions LoadState from NotLoading
  • UI shows full-screen error with retry button

More from Saturday 26 September →