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: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ No single competitor combines build-time stable IDs, deep runtime capture, bidir

## MCP Tools

The agent-facing surface — tools, prompts, wire schemas, error envelope, and a stability policy — is specified by the **Runtime Context Protocol (RCP)**. RCP is versioned independently of this implementation. The current version is **[RCP v1.0.0](./docs/rcp/v1.md)**, published from `@domscribe/protocol@1.0.0`. IDE and agent vendors integrating against Domscribe should treat the spec as the contract; the table below is a human-readable index.

| Tool | Description |
| ----------------------------------- | --------------------------------------------------------------------------------------- |
| `domscribe.query.bySource` | Query a source file + line and get live runtime context (props, state, DOM snapshot) |
Expand All @@ -412,7 +414,7 @@ No single competitor combines build-time stable IDs, deep runtime capture, bidir
| `domscribe.annotation.search` | Full-text search across annotation content |
| `domscribe.status` | Relay daemon health, manifest stats, queue counts |

See the [`@domscribe/mcp` README](./packages/domscribe-mcp/README.md) for detailed tool schemas, response formats, and prompt definitions.
See the [`@domscribe/mcp` README](./packages/domscribe-mcp/README.md) for detailed tool schemas, response formats, and prompt definitions, and **[RCP v1.0.0](./docs/rcp/v1.md)** for the protocol spec and stability policy.

---

Expand Down
2 changes: 2 additions & 0 deletions TECHNICAL_SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ Pluggable transport layer for runtime ↔ overlay communication:

#### MCP Tools (for coding agents)

> The agent-facing surface — tool/prompt names, wire schemas, error envelope, and stability policy — is specified by [RCP v1.0.0](./docs/rcp/v1.md), versioned independently as `@domscribe/protocol@1.0.0`. The table below summarises what this implementation exposes; the spec is the contract.

| Tool | Description |
| -------------------------- | ------------------------------------------------------------------------------ |
| `annotation-get` | Retrieve annotation by ID |
Expand Down
Loading
Loading