Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/adr/0008-mcp-prompts-authoring-method.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
status: proposed
status: accepted
date: 2026-07-27
deciders: Brian Jin
---

# Serve authoring method as MCP prompts; the intelligence stays in the client

> **Proposed.** The MCP server gains the protocol's `prompts` capability with three non-normative
> **Accepted.** The MCP server gained the protocol's `prompts` capability with three non-normative
> method prompts — `author_pack`, `test_pack`, `fix_pack` — served as static, versioned text that
> the client's model executes with the client's key.

Expand Down
2 changes: 1 addition & 1 deletion docs/adr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ when** it became that way. architecture.md links out to the relevant ADR rather
| [0005](0005-single-jps-diagnostic-code-prefix.md) | Use a single `JPS-` prefix for diagnostic codes | accepted |
| [0006](0006-authoring-lifecycle-in-the-client.md) | The authoring lifecycle lives in the client; the runtime is a stateless oracle | accepted |
| [0007](0007-experimental-evaluator.md) | Ship an experimental evaluator behind an explicit experimental surface | accepted |
| [0008](0008-mcp-prompts-authoring-method.md) | Serve authoring method as MCP prompts; the intelligence stays in the client | proposed |
| [0008](0008-mcp-prompts-authoring-method.md) | Serve authoring method as MCP prompts; the intelligence stays in the client | accepted |