A second language in the repository, and the question that matters more than the language. A second language is a maintenance decision rather than a technical one, and…
turkerdev/mysql-mcp, and what a protocol for tool access actually requires. The authorisation model is the host’s problem, which means it is all yours.
Types generated from an OpenAPI document, and a response validated at runtime rather than asserted at compile time. A generated type describes the specification and the specification is…
Escaping a user-supplied string for use in a pattern, implemented from a Stack Overflow answer in every project since 2011. Four copies of a security-relevant one-liner, three of…
Union, intersection and difference on Set, in the language, replacing four utility functions and a dependency. The array round trip was the idiom and it allocated twice for…
Return type checking for conditional expressions, which resolved a pattern that had needed an assertion since 2021. Overloads with a boolean discriminant are a common shape and the…
Importing JSON with a syntax the runtime enforces, rather than with a bundler plugin that made it look like a module. The attribute is a security feature rather…