#mcp
19 items tagged #mcp.
19 items tagged #mcp.
Codex CLI 0.134.0 runs MCP tools marked readOnlyHint concurrently by default. The change is small. The pattern it completes — three vendors flipping defaults toward more-automatic-less-consent in the same week — is the news.
OpenAI shipped Codex CLI 0.134.0 on May 26. Two headline items: search across local conversation history with previews, and read-only MCP tools that run concurrently when they advertise readOnlyHint. Plus profile-config migration enforcement and richer hook context.
GitGuardian found 24,008 secrets in MCP config files on public GitHub. This is the audit pass: find committed config, detect inline keys, convert to environment variables, rotate what leaked, and stop it recurring.
Build a focused MCP server from scratch using the TypeScript SDK. Covers protocol basics, a real git-log-search example, wiring into Claude Code, and the iteration loop that makes debugging fast.
MCP connects Claude Code to external tools without bundling everything into the agent. Here's how to configure servers, understand the tool-naming convention, and debug a server that won't show up.
Postgres, Notion, and Linear MCP servers extend Claude Code with live data access. Each has a clear use case and a specific gotcha that bites you if you skip the setup details.
Native tools and MCP tools look identical to the model. Understanding the lifecycle differences—and what happens when the tool list grows too large—makes MCP integrations reliable.
Skills shape how Claude Code thinks and works. MCP servers give it new tools to call. Confusing the two leads to building the wrong thing.
Cline now supports the Model Context Protocol natively. Configure an MCP server, and Cline can call it as a tool — connecting the agent to your databases, APIs, and internal services.
I wired Cline to our staging Postgres and Snowflake via MCP servers, then asked it to help debug a data quality issue. The investigation that followed showed where MCP shines and where it doesn't.