terminal
howtonotcode.com
MCP logo

MCP

Term

MCP refers to various concepts like 'Master Control Program' or 'Microsoft Certified Professional'.

article 29 storys calendar_today First seen: 2026-02-03 update Last seen: 2026-03-03 menu_book Wikipedia

Stories

Showing 1-20 of 29

Claude Code v2.1.49 hardens long-running agents, adds audit hooks, and moves Max users to Sonnet 4.6 (1M)

Anthropic shipped Claude Code v2.1.49 with major stability and performance fixes for long-running sessions, new enterprise audit controls, and a Max-plan model shift to Sonnet 4.6 with a 1M-token context window. The v2.1.49 release notes highlight concrete fixes for memory growth in WASM parsing and layout engines, background agent interrupt handling (double Ctrl+C/ESC), faster non-interactive startup (-p), plugin scope auto-detection, and a prompt cache regression fix, plus simple mode gains a direct file edit tool and SDKs now expose capability flags like supportsAdaptiveThinking ([release](https://github.com/anthropics/claude-code/releases/tag/v2.1.49)). Enterprise teams get a new ConfigChange hook to log or block config edits mid-session, and Max-plan users should switch to Sonnet 4.6 (1M) as Sonnet 4.5 (1M) is being removed. For context on why these changes matter, Anthropic engineers have emphasized prompt caching as key to cost/latency on long-lived agent workflows ([note](https://simonwillison.net/2026/Feb/20/thariq-shihipar/#atom-everything)), and leadership is openly reframing developer roles toward reviewing and steering AI-authored code rather than typing it by hand ([Boris Cherny interview](https://www.youtube.com/watch?v=We7BZVKbCVw&t=977s&pp=ygUYQUkgY29kaW5nIGFnZW50IHdvcmtmbG93)).

calendar_today 2026-02-20
claude-code anthropic claude-sonnet-46 github sonnet-46

Copilot CLI 0.0.412 adds plan approval, MCP hot-reload, and faster fleet mode

GitHub Copilot CLI 0.0.412 ships human-in-the-loop plan approvals, MCP hot-reload, and faster multi-agent execution to make AI-assisted workflows safer and quicker. The [v0.0.412 release](https://github.com/github/copilot-cli/releases/tag/v0.0.412) adds an exit_plan_mode tool with a plan approval dialog, a new /mcp reload to refresh MCP configuration, and /fleet improvements that dispatch more subagents in parallel and validate their work; it also supports user-level instructions at ~/.copilot/instructions/*.instructions.md, Windows-signed prebuilds and terminal editor support, configurable LSP timeouts (lsp.json), and deprecates the gpt-5 model. A follow-on [v0.0.412-2 pre-release](https://github.com/github/copilot-cli/releases/tag/v0.0.412-2) refines the update flow, plan approval UX, and alt-screen selection, and further speeds /fleet dispatch. These governance features and shared-instruction paths arrive as teams scale Copilot and debate org-level impact; see this perspective on the AI productivity paradox in [GitHub Copilot Writes 46% of Your Code](https://medium.com/lets-code-future/github-copilot-writes-46-of-your-code-that-should-make-you-uncomfortable-5152dacec492). Use the new /update command and timeline/SQL tool improvements to keep sessions auditable and long runs stable.

calendar_today 2026-02-20
github-copilot-cli github mcp github-copilot copilot-cli

GitHub Copilot adds MCP support for direct tool access

GitHub Copilot now supports the Model Context Protocol (MCP), enabling it to call external tools and data sources directly from within Copilot. GitHub Copilot [adds MCP support](https://app.alphasignal.ai/c?uid=VRJAfkRsPsudnEDm&cid=afc9c7bd89146650&lid=e9cXDUedj3DWdEsr), making it possible to wire Copilot to internal services and data endpoints so suggestions can trigger real actions instead of stopping at code snippets. For backend and data teams, this can connect common operational workflows—like invoking service scripts, querying datasets, or fetching infra state—right from the IDE/chat. Plan a phased rollout: pick low-risk tools first, define clearly scoped actions, and add logging around tool calls to observe latency, timeouts, and error patterns. Expect integration work to map inputs/outputs cleanly and to handle rate limits, retries, and backoff for stability.

calendar_today 2026-02-17
github github-copilot model-context-protocol-mcp model-context-protocol tool-integration

OpenAI Python SDK adds Batch API image support, context management

OpenAI’s Python SDK shipped three quick releases adding Batch API image support, Responses context management, and new skills/hosted shell features, alongside community-reported deployment and fine-tuning pitfalls. The notes for [v2.20.0](https://github.com/openai/openai-python/releases/tag/v2.20.0)[^1], [v2.18.0](https://github.com/openai/openai-python/releases/tag/v2.18.0)[^2], and [v2.19.0](https://github.com/openai/openai-python/releases/tag/v2.19.0)[^3] plus the [API docs](https://developers.openai.com/api/docs)[^4] confirm images in the Batch API and Responses API context_management, while a thread on [401 ip_not_authorized on Render](https://community.openai.com/t/401-ip-not-authorized-on-render-works-locally-no-ip-allow-list-visible/1373825#post_2)[^5] flags network allowlist gotchas and another on [vision fine-tuning failures](https://community.openai.com/t/why-does-my-vision-fine-tuning-job-keep-failing/1371510#post_6)[^6] highlights pipeline stability issues. [^1]: Adds: Release notes confirming Batch API image support. [^2]: Adds: Release notes detailing Responses API context_management. [^3]: Adds: Release notes introducing skills and hosted shell. [^4]: Adds: Official API docs for capabilities, limits, and best practices. [^5]: Adds: Community report on IP allowlist/auth issues when deploying to Render. [^6]: Adds: Community report on recurring failures in vision fine-tuning jobs.

calendar_today 2026-02-10
openai openai-python openai-batch-api openai-responses-api render

Copilot CLI adds GPT-5.3-codex and workspace MCP configs

GitHub Copilot’s CLI now supports GPT-5.3-codex with workspace-local MCP configs, and Microsoft published guidance on choosing the right Copilot model while users flagged UX and quota gaps. The CLI v0.0.407-0 adds support for gpt-5.3-codex and workspace-local MCP configuration via .vscode/mcp.json, plus numerous usability fixes and improvements [CLI v0.0.407-0 release notes](https://github.com/github/copilot-cli/releases/tag/v0.0.407-0)[^1]. Microsoft shared a practical model-selection guide for Copilot, while users requested premium request rollover and highlighted UX/Plan Mode issues; also note the VS Code 1.109.1 security recovery relevant to dev environments [model-selection guide](https://techcommunity.microsoft.com/blog/azuredevcommunityblog/choosing-the-right-model-in-github-copilot-a-practical-guide-for-developers/4491623)[^2], [premium request rollover](https://github.com/orgs/community/discussions/186654)[^3], [UX/Plan Mode concerns](https://github.com/orgs/community/discussions/186670)[^4], [VS Code 1.109.1](https://github.com/microsoft/vscode/releases/tag/1.109.1)[^5]. [^1]: Adds: Details the new model support, MCP config, and fixes in copilot-cli v0.0.407-0. [^2]: Adds: Guidance on which Copilot model to use by task type and enterprise considerations. [^3]: Adds: Community request signaling pain with monthly premium request caps. [^4]: Adds: Firsthand UX feedback on tool bloat, Plan Mode confusion, and reliability trade-offs. [^5]: Adds: Notes a security-related recovery update for VS Code that may affect Copilot users.

calendar_today 2026-02-10
github-copilot copilot-cli gpt-53-codex model-context-protocol-mcp visual-studio-code

MassGen v0.1.49 adds TUI Log Analysis, fairness gating, and CI snapshot tests

MassGen v0.1.49 introduces a TUI Log Analysis mode, fairness pacing controls for multi-agent runs, a checklist-based MCP quality evaluator, and CI-backed visual regression tests. See the [v0.1.49 release notes](https://github.com/massgen/MassGen/releases/tag/v0.1.49)[^1] for details on Log Analysis, fairness caps, the checklist MCP server, and new CI tests. [^1]: Adds: Official release notes with feature list, setup, and changelog.

calendar_today 2026-02-09
massgen github-actions mcp-server python multi-agent

Agent-first SDLC: from pilots to production

Agent-first development is moving from hype to execution, and teams that redesign workflows, codebases, and governance around AI agents are starting to ship faster while hiring now expects AI fluency by default. OpenAI’s internal playbook outlines concrete practices like making an agent the tool of first resort, maintaining AGENTS.md, exposing internal tools via CLI/MCP, and writing fast tests to keep agents productive and safe ([OpenAI team thread recap](https://threadreaderapp.com/thread/2019566641491963946.htmladar guide](https://www.techradar.com/pro/how-to-take-ai-from-pilots-to-deliver-real-business-value)[^2]). Urgency is rising with accelerating model capability and massive 2026 AI capex, and leadership signals that AI literacy is now table stakes for hiring ([Nate’s Substack](https://natesnewsletter.substack.com/p/the-two-career-collapses-happening)[^3]; [Cisco CEO remarks](https://www.webpronews.com/chuck-robbins-blunt-career-playbook-why-ciscos-ceo-says-the-rules-of-getting-hired-have-fundamentally-changed/)[^4]). [^1]: Practical blueprint for agent-first workflows (agents captain, AGENTS.md, skills, tool access via CLI/MCP, fast tests, quality bar). [^2]: Execution framework to scale beyond pilots with governance, integration, and business alignment. [^3]: Context on accelerating AI capability and investment signaling near-term impact pressure. [^4]: Market signal that AI fluency is expected across roles, not just engineering.

calendar_today 2026-02-09
openai codex camunda cisco epoch-ai

Agentic development lands in Xcode, GitHub Actions, and Google APIs

Agentic development is moving from proofs to practice across core tooling, with Xcode 26.3 adding in-IDE agents and MCP, GitHub piloting agentic workflows in Actions with guardrails, and Google introducing APIs that make assistants stateful and documentation-accurate. Apple’s latest Xcode adds deeper agent capabilities and first-class MCP integration, enabling Claude/Codex-style agents to plan, run builds/tests, and verify via Previews within the IDE [InfoQ](https://www.infoq.com/news/2026/02/xcode-26-3-agentic-coding/)[^1]. GitHub Next’s experimental Agentic Workflows bring locked-down, event-driven agents to CI using a CLI that compiles natural language into read-only, sandboxed Actions [Amplifi Labs](https://www.amplifilabs.com/post/css-scope-hits-baseline-github-agentic-workflows-oss-trust-tools)[^2]; meanwhile, Google’s Developer Knowledge API with an MCP server and the new Interactions API push assistants toward on-demand, canonical retrieval and managed, stateful steps for deep research [DevOps.com](https://devops.com/google-launches-developer-knowledge-api-to-give-ai-tools-access-to-official-documentation/)[^3] [Towards Data Science](https://towardsdatascience.com/the-death-of-the-everything-prompt-googles-move-toward-structured-ai/)[^4]. [^1]: Adds: release details on agent behaviors, MCP via mcpbridge, and verification in Xcode 26.3. [^2]: Adds: overview of GitHub Agentic Workflows model, guardrails, and repo automation scenarios. [^3]: Adds: specifics on the Developer Knowledge API, freshness guarantees, and MCP server integration. [^4]: Adds: explanation of Google’s Interactions API for stateful, tool-orchestrated agent flows.

calendar_today 2026-02-09
xcode anthropic claude-agent claude-code openai

Agent log observability: MassGen v0.1.49 adds in-app analysis and fairness gating; research backs variable-aware parsing

Agent-log observability just improved with MassGen’s new in-app log analysis and fairness controls, while research shows variable-aware LLM log parsing boosts accuracy and lowers cost. [MassGen v0.1.49](https://github.com/massgen/MassGen/releases/tag/v0.1.49)[^1] adds a TUI Analyzing mode, fairness gating, a checklist MCP quality server, and CI visual tests, and [VarParser](https://quantumzeitgeist.com/varparser-reveals-how-llm-log/)[^2] demonstrates variable-centric parsing that preserves signal and reduces LLM calls. [^1]: Adds: release notes detailing Analyzing mode, fairness_lead_cap, checklist_tools_server (MCP), and CI snapshot tests. [^2]: Adds: research summary with methods and benchmarks showing accuracy gains and cost reductions from variable-centric log parsing.

calendar_today 2026-02-09
massgen varparser github github-actions model-context-protocol-mcp

Agentic coding enters IDEs, CI, and docs with MCP and stronger guardrails

Agentic coding is moving into mainstream tooling as Xcode 26.3, GitHub Actions pilots, and new Google offerings converge on guarded, MCP-compatible agents across IDEs, CI, and authoritative docs. Xcode 26.3 expands integrated agentic coding for Claude and Codex, adds Model Context Protocol support, and lets agents verify UI via Previews for iterative fixes and planning.[^1] GitHub Next is piloting Agentic Workflows for Actions with strict defaults, while Google advances an agent‑first stack via Antigravity and a Developer Knowledge API plus MCP server that enables assistants to retrieve official docs at runtime.[^2][^3][^4] [^1]: https://www.infoq.com/news/2026/02/xcode-26-3-agentic-coding/ — Details on Xcode 26.3 agent capabilities, MCP support, and verification via Previews. [^2]: https://www.amplifilabs.com/post/css-scope-hits-baseline-github-agentic-workflows-oss-trust-tools — Newsletter coverage of GitHub Agentic Workflows and safety guardrails. [^3]: https://antigravity.im/ — Independent guide outlining Google Antigravity’s agent‑first IDE and multi‑agent orchestration. [^4]: https://devops.com/google-launches-developer-knowledge-api-to-give-ai-tools-access-to-official-documentation/ — Overview of Google’s Developer Knowledge API and MCP server for authoritative documentation retrieval.

calendar_today 2026-02-09
xcode anthropic claude-agent claude-code openai

Copilot CLI 0.0.406 adds MCP upgrades and Claude preview; community proxy unlocks Copilot in Cursor

GitHub Copilot CLI 0.0.406 brings MCP-focused UX improvements, a Claude Opus 4.6 Fast preview, and safer flags, while a community proxy shows how to use a Copilot subscription inside Cursor’s Agent features. Per the official notes, v0.0.406 adds Claude Opus 4.6 Fast support, command-to-skill translation, /changelog, MCP status, structured responses for VS Code, URL-based plugin marketplace, and a --no-experimental flag [GitHub Copilot CLI releases](https://github.com/github/copilot-cli/releases)[^1]. A community guide details a "Copilot Proxy for Cursor" that routes Cursor to your Copilot key with MCP/tool support and vision handling; use cautiously given it relies on internal APIs [DEV: Unlock GitHub Copilot in Cursor](https://dev.to/jacksonkasi/unlock-github-copilot-in-cursor-the-ultimate-guide-free-unlimited-4i9c)[^2]. [^1]: Adds: Official 0.0.406 features, MCP/skills changes, and safety flags. [^2]: Adds: How the proxy works, setup steps, supported models/tools, and caveats.

calendar_today 2026-02-07
github-copilot github copilot-cli cursor anthropic

CreateOS integrates with Windsurf via MCP for in-IDE AI deployments

NodeOps’ CreateOS now plugs into the Windsurf IDE using the Model Context Protocol, enabling AI-powered deployment workflows directly from your editor—see the official setup guide for steps, prerequisites, and verification checks ([integration guide](https://nodeops.network/createos/docs/Integrations/Integration-Windsurf)).[^1] Configure mcp.json with the CreateOS MCP server and API key, verify it under Cascade → MCP Servers, then deploy from the chat UI using Cascade ([MCP endpoint](https://api-createos.nodeops.network/mcp)).[^2] [^1]: Official setup guide with step-by-step instructions, prerequisites, and verification steps. [^2]: API endpoint used in the MCP configuration, showing the exact connection details.

calendar_today 2026-02-04
windsurf createos nodeops model-context-protocol ide-integration

Reports on Claude Sonnet 5’s SWE-bench leap and the rising value of context engines

Early reports suggest Anthropic’s new Claude Sonnet 5 sets a reported 82.1% on SWE-bench with 1M-token context, positioning it as a top coding agent for multi-repo workstreams [Vertu review](https://vertu.com/ai-tools/claude-sonnet-5-released-the-fennec-leak-antigravity-support-and-the-new-swe-bench-sota/?srsltid=AfmBOootYl50lkFfR364PidEU5-t-oscjkVho1kk36G3wJVnw2snSoQG)[^1] and drawing early hands-on validation from the community [early test video](https://www.youtube.com/watch?v=_87CirMQ1FM&pp=ygUXbmV3IEFJIG1vZGVsIGZvciBjb2Rpbmc%3D)[^2]. Independent evals also show the context layer matters as much as the model: a Claude Sonnet 4.5 agent augmented with Bito’s AI Architect context engine hit 60.8% on SWE-Bench Pro vs. 43.6% baseline (a 39% relative gain) [AI-Tech Park](https://ai-techpark.com/bitos-ai-architect-achieves-highest-success-rate-of-60-8-on-swe-bench-pro/)[^3]. Meanwhile, Anthropic committed to keeping Claude ad-free, underscoring enterprise trust and reducing incentive risks in assistant-driven workflows [Anthropic announcement](https://www.anthropic.com/news/claude-is-a-space-to-think)[^4]. [^1]: Roundup of Sonnet 5 claims (SWE-bench score, long context) and deployment notes. [^2]: Practitioner-level early testing and impressions on capabilities/cost. [^3]: Third-party evaluation showing large gains from a codebase knowledge graph context engine. [^4]: Official policy stance on ad-free Claude, relevant for compliance and procurement.

calendar_today 2026-02-04
anthropic claude claude-sonnet-5 bito ai-architect

Codex 0.95–0.96 ship async compaction, rate-limit signals; MassGen adds Codex backend

OpenAI’s Codex app/server shipped 0.95–0.96 with v2 async thread compaction, websocket rate‑limit signaling, expanded skill loading/remote catalogs, shell parallelism, state‑DB correctness, telemetry, and Linux sandbox groundwork ([0.95.0](https://github.com/openai/codex/releases/tag/rust-v0.95.0)[^1], [0.96.0](https://github.com/openai/codex/releases/tag/rust-v0.96.0)[^2]). MassGen now offers a Codex backend with local/Docker modes to orchestrate multi‑agent workflows and MCP tooling ([MassGen v0.1.47](https://github.com/massgen/MassGen/releases/tag/v0.1.47)[^3]). Expect workflow differences vs IDEs—Codex is positioned as an agentic assistant, not a full IDE—and note a Windows PowerShell 5.1 ANSI‑encoding issue affecting Cyrillic output ([video](https://www.youtube.com/watch?v=ts7yQdfBW_U&pp=ygURQ3Vyc29yIElERSB1cGRhdGU%3D)[^4], [forum thread](https://community.openai.com/t/incorrect-cyrillic-rendering-in-codex-agent-on-windows-due-to-powershell-5-1-default-ansi-encoding/1356123#post_5)[^5]). [^1]: Release notes: skills loading and remote catalogs, macOS `codex app` CLI, shell parallelism, Git safety hardening, TUI improvements, Linux sandbox groundwork. [^2]: Release notes: `thread/compact` async RPC, websocket `codex.rate_limits` event, `unified_exec` enablement, state DB-first thread listing, telemetry. [^3]: MassGen adds a Codex backend (local/Docker), native tool architecture, and a quick start to try Codex workflows. [^4]: Explains Codex app’s agentic workflow vs IDEs like Cursor and how to use it effectively. [^5]: Documents Windows PowerShell 5.1 ANSI encoding causing Cyrillic rendering issues and workaround considerations.

calendar_today 2026-02-04
openai codex massgen cursor claude-code

Copilot January: agents in VS Code, VS UX boosts, and CLI ACP/MCP updates

GitHub is pushing Copilot deeper into agent workflows: VS Code v1.109 adds multi‑agent session management, Claude agent support, MCP‑powered tool integrations, memory/indexed code search, and terminal command sandboxing, while Visual Studio gains colorized and partially‑acceptable completions plus Markdown preview improvements ([changelog](https://github.blog/changelog/2026-02-04-github-copilot-in-visual-studio-code-v1-109-january-release/)[^1], [VS update](https://github.blog/changelog/2026-02-04-github-copilot-in-visual-studio-january-update/)[^2]). On the CLI, v0.0.402 ships ACP server agent/plan modes, plugin lifecycle fixes, and MCP server cleanup, alongside a community request for a post‑update "What’s New" summary; GitHub’s tutorial shows how to add custom instructions and a copilot‑setup‑steps workflow so agents can safely improve mature repos ([release](https://github.com/github/copilot-cli/releases/tag/v0.0.402)[^3], [issue](https://github.com/github/copilot-cli/issues/1277)[^4], [tutorial](https://docs.github.com/en/copilot/tutorials/coding-agent/improve-a-project)[^5]). [^1]: Adds: VS Code changelog with multi‑agent management, Claude agent preview, MCP integrations, memory/indexing, and terminal sandboxing. [^2]: Adds: Visual Studio update detailing colorized completions and partial acceptance UX. [^3]: Adds: Copilot CLI v0.0.402 notes on ACP modes, plugin lifecycle, and MCP server shutdown. [^4]: Adds: Community feature request to show a concise post‑update "What’s New" in Copilot CLI. [^5]: Adds: Official guide to using Copilot coding agent with custom instructions and setup steps in repos.

calendar_today 2026-02-04
github github-copilot visual-studio visual-studio-code anthropic

Claude Code 2.1.x lands practical speedups and governed multi‑agent workflows

Anthropic pushed a rapid series of Claude Code 2.1 updates (v2.1.26–v2.1.31) that cut RAM on session resume, add page‑level PDF reads, support MCP servers without dynamic registration, enable PR‑based session bootstraps, and ship many reliability fixes [Reddit summary](https://www.reddit.com/r/ClaudeAI/comments/1qvgdc5/claude_code_v21262130_what_changed/)[^1] and [official v2.1.31 notes](https://github.com/anthropics/claude-code/releases/tag/v2.1.31)[^2]. Practitioners also highlight 2.1’s skill hot‑reload, lifecycle hooks, and forked sub‑agents as a foundation for governed, observable multi‑agent workflows—positioning Claude Code as a lightweight "agent OS" for real projects [deep dive](https://medium.com/@richardhightower/build-agent-skills-faster-with-claude-code-2-1-release-6d821d5b8179)[^3]. [^1]: Adds: community changelog for v2.1.26–30 covering performance, MCP, GitHub/PR workflows, and PDF handling. [^2]: Adds: official v2.1.31 fixes (PDF lockups, sandbox FS errors, streaming temperature override, tool routing prompts, provider labels) and hard limits (100 pages, 20MB). [^3]: Adds: perspective on skill hot‑reload, lifecycle hooks, and forked sub‑agents enabling governed multi‑agent patterns.

calendar_today 2026-02-04
claude-code anthropic mcp-model-context-protocol github slack

Coding agents: smarter context and sequential planning beat model-only upgrades

Third‑party tests show Bito’s AI Architect lifted a Claude Sonnet 4.5 agent to 60.8% on SWE‑Bench Pro by adding MCP‑delivered codebase intelligence—up from 43.6% without it—with large gains across UI/UX, performance, critical, and security bugs ([Bito’s results](https://www.tipranks.com/news/private-companies/bitos-ai-architect-sets-new-swe-bench-pro-high-underscoring-strategic-edge-in-enterprise-coding-agents)[^1]). In parallel, a sequential plan‑reflection research agent (“Deep Researcher”) outperformed peers on DeepResearch Bench, indicating orchestration and iterative context refinement can outpace parallel scaling alone ([Deep Researcher](https://quantumzeitgeist.com/deep-researcher-achieves-phd-level-reports/)[^2]). [^1]: Independent evaluation by The Context Lab holding the model constant; details on SWE‑Bench Pro lift and task‑level gains via MCP-based context. [^2]: Explains sequential plan‑reflection and candidates crossover, with benchmark results vs. other research agents.

calendar_today 2026-02-03
bito bito-ai-architect claude-sonnet-45 the-context-lab deep-researcher

CORE: Persistent memory and actions for coding agents via MCP

CORE is an open-source, self-hostable memory agent that gives coding assistants persistent, contextual recall of preferences, decisions, directives, and goals, and can trigger actions across your stack via MCP and app integrations like Linear, GitHub, Slack, Gmail, and Google Sheets; see [CORE on GitHub](https://github.com/RedPlanetHQ/core)[^1]. For backend/data teams, this replaces brittle context-dumps with time- and intent-aware retrieval across Claude Code and Cursor, enabling consistent code reviews and automated updates tied to prior decisions. [^1]: Adds: repo, docs, and integration details (MCP, supported apps, memory model, self-hosting).

calendar_today 2026-02-03
core redplanethq claude-code cursor mcp