Skip to content

Commit 326a6c7

Browse files
committed
DOC: Add MCP feature to top-level README
1 parent 19c94d6 commit 326a6c7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@ specification.
1616

1717
This repository contains multiple packages implementing NGFF-Zarr support:
1818

19-
- **[`py/`](./py/)** - Python package (ngff-zarr) - A lean and kind NGFF-Zarr implementation
20-
- **[`mcp/`](./mcp/)** - Model Context Protocol (MCP) server (ngff-zarr-mcp) for AI integration
19+
- **[`py/`](./py/)** - Python package (ngff-zarr) - A lean and kind NGFF-Zarr
20+
implementation
21+
- **[`mcp/`](./mcp/)** - Model Context Protocol (MCP) server (ngff-zarr-mcp) for
22+
AI integration
2123
- **TypeScript package** - Coming soon
2224

2325
## Python Package (`py/`)
2426

2527
The main Python package provides:
2628

2729
**Features**
30+
2831
- Minimal dependencies
2932
- Work with arbitrary Zarr store types
3033
- Lazy, parallel, and web ready -- no local filesystem required
@@ -37,6 +40,7 @@ The main Python package provides:
3740
- Writes OME-Zarr v0.4 to v0.5
3841
- [Sharded Zarr] stores
3942
- Optional writing via [tensorstore]
43+
- **Model Context Protocol (MCP) server** for AI agent integration
4044

4145
📖 **Documentation**
4246

@@ -46,8 +50,9 @@ how to contribute can be found in
4650

4751
## MCP Server (`mcp/`)
4852

49-
The Model Context Protocol server enables AI assistants like Claude to interact with NGFF-Zarr files.
50-
See the [MCP documentation](./mcp/README.md) for setup and usage instructions.
53+
The Model Context Protocol server enables AI assistants like Claude to interact
54+
with NGFF-Zarr files. See the [MCP documentation](./mcp/README.md) for setup and
55+
usage instructions.
5156

5257
## See also
5358

0 commit comments

Comments
 (0)