Skip to content

fix(mcp): remove inaccurate cell_count and needs_trust_approval from tool responses#910

Merged
rgbkrk merged 1 commit intomainfrom
quill/trim-mcp-tool-desc
Mar 17, 2026
Merged

fix(mcp): remove inaccurate cell_count and needs_trust_approval from tool responses#910
rgbkrk merged 1 commit intomainfrom
quill/trim-mcp-tool-desc

Conversation

@rgbkrk
Copy link
Copy Markdown
Member

@rgbkrk rgbkrk commented Mar 17, 2026

Removes misleading fields from the open_notebook and create_notebook MCP tool responses:

  • cell_count shows 0 on first call since the CRDT doc hasn't synced yet
  • needs_trust_approval is an internal UI concern, not actionable by agents

Also removed the unused connection_info() calls.

PR submitted by @rgbkrk's agent, Quill

…tool responses

The open_notebook and create_notebook MCP tools returned cell_count and
needs_trust_approval fields that were misleading for agents:

- cell_count shows 0 on first call since the CRDT doc hasn't synced yet
- needs_trust_approval is an internal UI concern, not actionable by agents

Removed these fields and the unused connection_info() calls.
@github-actions github-actions Bot added mcp MCP server and agent integrations quill PR authored by Quill Agent 🦆 labels Mar 17, 2026
@rgbkrk rgbkrk enabled auto-merge (squash) March 17, 2026 05:33
@rgbkrk rgbkrk disabled auto-merge March 17, 2026 13:31
@rgbkrk rgbkrk merged commit 8673cb5 into main Mar 17, 2026
26 of 31 checks passed
@rgbkrk rgbkrk deleted the quill/trim-mcp-tool-desc branch March 17, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mcp MCP server and agent integrations quill PR authored by Quill Agent 🦆

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant