Skip to content

Kodiqa Agent

v3.9.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-coding-agent claude cli coding-assistant developer-tools ollama
+2 more
openai python

Affected surfaces

auth

Summary

AI summary

Added remote MCP over Streamable HTTP with token and header auth.

Changes in this release

Feature Medium

Adds support for remote MCP servers via Streamable HTTP.

Adds support for remote MCP servers via Streamable HTTP.

Source: llm_adapter@2026-06-07

Confidence: high

Feature Medium

Adds token and header authentication options (--bearer, --token, repeatable --header).

Adds token and header authentication options (--bearer, --token, repeatable --header).

Source: llm_adapter@2026-06-07

Confidence: high

Feature Medium

/mcp list now displays each server's transport type ([http] or [stdio]).

/mcp list now displays each server's transport type ([http] or [stdio]).

Source: llm_adapter@2026-06-07

Confidence: high

Full changelog

Connect hosted MCP servers, not just local ones.

Added

  • Remote MCP over Streamable HTTP — point /mcp add at a URL:
    /mcp add linear https://mcp.linear.app/mcp --bearer env:LINEAR_TOKEN
    /mcp add api    https://example.com/mcp   --header "X-Api-Key:abc123"
    
    Handles JSON and SSE responses and reuses the server's session id across calls.
  • Token / header auth: --bearer/--token and repeatable --header K:V; values support env:VAR and file:PATH so secrets aren't typed inline.
  • /mcp list shows each server's transport ([http]/[stdio]). Remote tools work with lazy mode too.

Notes

  • Interactive OAuth login (browser PKCE) is the next increment; this release covers the static-token auth most hosted MCP servers use today.

Tests

  • A real in-process HTTP MCP server end-to-end (start, tool call, session reuse, routing) plus SSE/error/auth tests. 397 total; ruff + CI green.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Kodiqa Agent

Get notified when new releases ship.

Sign up free

About Kodiqa Agent

All releases →

Related context

Beta — feedback welcome: [email protected]