Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A curl-like CLI for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers. Query tools, resources, and prompts using simple REST-like URLs.

**[POSIX Agent Standard](https://github.com/turlockmike/posix-agent-standard) Level 2 compliant** — works natively with AI agents.
**LLM-friendly:** compact JSON output, NDJSON streaming, structured errors to stderr, semantic exit codes. Built for agents to call from shell.
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README now says "NDJSON streaming", but the CLI output path emits one JSON object per line only after the full result list is available (it iterates an in-memory list and prints each item). Consider rephrasing to avoid implying true streaming (e.g., "NDJSON (JSON Lines) for list output").

Suggested change
**LLM-friendly:** compact JSON output, NDJSON streaming, structured errors to stderr, semantic exit codes. Built for agents to call from shell.
**LLM-friendly:** compact JSON output, NDJSON (JSON Lines) list output, structured errors to stderr, semantic exit codes. Built for agents to call from shell.

Copilot uses AI. Check for mistakes.

<p align="center">
<img src="images/logo.png" alt="murl logo" width="400">
Expand Down