Skip to content

Commit 0020421

Browse files
k4cper-gclaude
andcommitted
Replace em-dashes with commas, colons, periods, and hyphens
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d83713c commit 0020421

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
---
1919

20-
The official Python SDK for the [Computer Use Protocol (CUP)](https://github.com/computeruseprotocol/computeruseprotocol) a universal protocol for AI agents to perceive and interact with any desktop UI. This package provides tree capture, action execution, semantic search, and an MCP server for AI agent integration.
20+
The official Python SDK for the [Computer Use Protocol (CUP)](https://github.com/computeruseprotocol/computeruseprotocol), a universal protocol for AI agents to perceive and interact with any desktop UI. This package provides tree capture, action execution, semantic search, and an MCP server for AI agent integration.
2121

2222
## Installation
2323

@@ -42,7 +42,7 @@ pip install computeruseprotocol[mcp]
4242
```python
4343
import cup
4444

45-
# Snapshot the foreground window optimized for LLM context windows
45+
# Snapshot the foreground window, optimized for LLM context windows
4646
screen = cup.snapshot()
4747
print(screen)
4848

@@ -129,7 +129,7 @@ cup/
129129
└── server.py # MCP protocol server
130130
```
131131

132-
Adding a new platform means implementing `PlatformAdapter` — see [cup/_base.py](cup/_base.py) for the interface.
132+
Adding a new platform means implementing `PlatformAdapter`. See [cup/_base.py](cup/_base.py) for the interface.
133133

134134
## MCP Server
135135

@@ -160,11 +160,11 @@ Add to your MCP client config (e.g., `.mcp.json` for Claude Code):
160160

161161
## Contributing
162162

163-
CUP is in early development (v0.1.0). Contributions welcome especially:
163+
CUP is in early development (v0.1.0). Contributions welcome, especially:
164164

165165
- Android adapter (`cup/platforms/android.py`)
166166
- iOS adapter (`cup/platforms/ios.py`)
167-
- Tests especially cross-platform integration tests
167+
- Tests, especially cross-platform integration tests
168168
- Documentation and examples
169169

170170
For protocol or schema changes, please contribute to [computeruseprotocol](https://github.com/computeruseprotocol/computeruseprotocol).
@@ -173,8 +173,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for setup instructions and guidelines.
173173

174174
## Documentation
175175

176-
- **[API Reference](docs/api-reference.md)** Session API, actions, envelope format, MCP server
177-
- **[Protocol Specification](https://github.com/computeruseprotocol/computeruseprotocol)** Schema, roles, states, actions, compact format
176+
- **[API Reference](docs/api-reference.md)** - Session API, actions, envelope format, MCP server
177+
- **[Protocol Specification](https://github.com/computeruseprotocol/computeruseprotocol)** - Schema, roles, states, actions, compact format
178178

179179
## License
180180

0 commit comments

Comments
 (0)