Tag: tooling
All the articles with the tag "tooling".
- mcpprotocol
MCP 2026-07-28: What Changes in the New Specification
MCP 2026-07-28 introduces a stateless core, multi-round-trip requests, extensions, stronger authorization, and full JSON Schema support.
- golangtooling
VS Code Setup for Golang Programming
The VS Code setup I run for Go — the extensions, gopls settings, and debugging config that turn a stock install into a real Go IDE.
- pythontooling
Python Dependency Management for AI Projects: pipx + Poetry
AI projects drown in heavy, conflicting Python dependencies. How pipx (isolated global tools) and Poetry (per-project deps) keep your environment reproducible.