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
* allow canceling a request while it is waiting to retry ([2c85b3b](https://github.com/beeper/desktop-api-go/commit/2c85b3bcc3fb6cc4cc4aeca6708a6642dc6c4586))
19
+
20
+
21
+
### Chores
22
+
23
+
* update mock server docs ([1c67766](https://github.com/beeper/desktop-api-go/commit/1c67766069b0a877174acdacb45ab88824038f9c))
24
+
3
25
## 0.3.0 (2026-02-13)
4
26
5
27
Full Changelog: [v0.2.1...v0.3.0](https://github.com/beeper/desktop-api-go/compare/v0.2.1...v0.3.0)
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,15 @@
9
9
The Beeper Desktop Go library provides convenient access to the [Beeper Desktop REST API](https://developers.beeper.com/desktop-api/)
10
10
from applications written in Go.
11
11
12
+
## MCP Server
13
+
14
+
Use the Beeper Desktop MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
15
+
16
+
[](https://cursor.com/en-US/install-mcp?name=%40beeper%2Fdesktop-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBiZWVwZXIvZGVza3RvcC1tY3AiXSwiZW52Ijp7IkJFRVBFUl9BQ0NFU1NfVE9LRU4iOiJNeSBBY2Nlc3MgVG9rZW4ifX0)
17
+
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22%40beeper%2Fdesktop-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40beeper%2Fdesktop-mcp%22%5D%2C%22env%22%3A%7B%22BEEPER_ACCESS_TOKEN%22%3A%22My%20Access%20Token%22%7D%7D)
18
+
19
+
> Note: You may need to set environment variables in your MCP client.
20
+
12
21
## Installation
13
22
14
23
<!-- x-release-please-start-version -->
@@ -26,7 +35,7 @@ Or to pin the version:
26
35
<!-- x-release-please-start-version -->
27
36
28
37
```sh
29
-
go get -u 'github.com/beeper/desktop-api-go@v0.3.0'
38
+
go get -u 'github.com/beeper/desktop-api-go@v0.4.0'
0 commit comments