Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/architecture/mcp-runtime-architecture-draft.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
---
doc_id: architecture.mcp-runtime-architecture-draft
title: "Maka MCP runtime architecture"
language: zh-CN
source_language: zh-CN
implementation_status: current
document_status: current
translation_status: source-only
last_verified: 2026-09-04
owners:
- maka-backend
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand Down
12 changes: 12 additions & 0 deletions docs/skill-catalog-policy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
---
doc_id: skill-catalog-policy
title: "Skill catalog policy"
language: en
source_language: en
implementation_status: current
document_status: current
translation_status: source-only
last_verified: 2026-09-04
owners:
- maka-backend
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand Down
21 changes: 18 additions & 3 deletions docs/web-search-provider-capability.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
---
doc_id: web-search-provider-capability
title: "Provider-hosted web search capability"
language: en
source_language: en
implementation_status: current
document_status: current
translation_status: source-only
last_verified: 2026-09-04
owners:
- maka-backend
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand Down Expand Up @@ -71,10 +83,13 @@ All production `AiSdkBackend` composition roots use the same
| Desktop | persisted `webSearch.enabled/defaultProvider` settings | May add provider-native `WebSearch` |
| CLI / TUI / `maka run` | the same persisted settings | May add provider-native `WebSearch` |
| Runtime Host | runtime-policy web-search settings | May add provider-native `WebSearch` |
| Headless Harbor | explicit `MAKA_WEB_SEARCH_ENABLED=true` | May add provider-native `WebSearch` |

Headless remains opt-in because silently enabling network search would change
benchmark semantics and historical baselines. Merely speaking Anthropic
The former Headless Harbor surface was retired by #2605 (2026-08-11, replaced
by the minimal Eval kernel); its `MAKA_WEB_SEARCH_ENABLED=true` opt-in no
longer exists. Its opt-in rationale — silently enabling network search would
change benchmark semantics and historical baselines — now applies to eval
subjects, which must enable provider-native search explicitly in their own
configuration. Merely speaking Anthropic
Messages is not enough to infer hosted-search support; Maka uses explicit model
metadata or narrow model-id rules, including DeepSeek V4 Flash on an
`anthropic-compatible` connection.
Expand Down