You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
---
19
19
20
-
The official TypeScript SDK for the [Computer Use Protocol (CUP)](https://github.com/computeruseprotocol/computer-use-protocol) — 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 TypeScript SDK for the [Computer Use Protocol (CUP)](https://github.com/computeruseprotocol/computer-use-protocol), 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.
21
21
22
22
## Installation
23
23
@@ -149,7 +149,7 @@ src/
149
149
└── cli.ts # Stdio transport entry point
150
150
```
151
151
152
-
Adding a new platform means implementing `PlatformAdapter` — see[src/base.ts](src/base.ts) for the interface.
152
+
Adding a new platform means implementing `PlatformAdapter`. See[src/base.ts](src/base.ts) for the interface.
153
153
154
154
## MCP Server
155
155
@@ -180,11 +180,11 @@ Add to your MCP client config (e.g., `.mcp.json` for Claude Code):
180
180
181
181
## Contributing
182
182
183
-
CUP is in early development (v0.1.0). Contributions welcome — especially:
183
+
CUP is in early development (v0.1.0). Contributions welcome, especially:
184
184
185
185
- Android adapter (`src/platforms/android.ts`)
186
186
- iOS adapter (`src/platforms/ios.ts`)
187
-
- Tests — especially cross-platform integration tests
187
+
- Tests, especially cross-platform integration tests
188
188
- Documentation and examples
189
189
190
190
For protocol or schema changes, please contribute to [computer-use-protocol](https://github.com/computeruseprotocol/computer-use-protocol).
@@ -193,8 +193,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for setup instructions and guidelines.
193
193
194
194
## Documentation
195
195
196
-
-**[API Reference](docs/api-reference.md)**— Session API, actions, envelope format, MCP server
197
-
-**[Protocol Specification](https://github.com/computeruseprotocol/computeruseprotocol)**— Schema, roles, states, actions, compact format
196
+
-**[API Reference](docs/api-reference.md)**- Session API, actions, envelope format, MCP server
197
+
-**[Protocol Specification](https://github.com/computeruseprotocol/computeruseprotocol)**- Schema, roles, states, actions, compact format
0 commit comments