#writing
2 posts tagged writing. Clear filter
-
Running my site through an MCP server
The admin area of this site has a second front door: a Model Context Protocol server at POST /mcp. Here is what that takes in Rails — JSON-RPC over one route, a bearer token, and twenty tools that go through the same models as the browser.
-
Reading, Writing, Removing Files and Directories in Ruby
These aren't all of them, but I think they are some of the most useful.