burn-mcp-server 2.0.3 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ ghu_O9YKcVdRYkRh7toV5NSHdMPiXcLm022eK2rf
@@ -0,0 +1 @@
1
+ {"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzU2MjUxNTcsIm5iZiI6MTc3NTYyNDg1NywiaWF0IjoxNzc1NjI0ODU3LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6IkZpc2hlcjUyMSIsInBlcm1pc3Npb25zIjpbeyJhY3Rpb24iOiJwdWJsaXNoIiwicmVzb3VyY2UiOiJpby5naXRodWIuRmlzaGVyNTIxLyoifV19.xHyojzKsFpwXquzD5L_RWurjUH-q6LlNM0Tf75AsN5QkOsDidVszBkb2vXGxJGXfwvUlgi2AA47sjujdP5tNCA","expires_at":1775625157}
package/README.md CHANGED
@@ -19,7 +19,7 @@ The MCP server lets your AI agent search, triage, organize, and analyze everythi
19
19
 
20
20
  ### 1. Get your token
21
21
 
22
- Open Burn App → Settings → MCP Server → **Copy Access Token**
22
+ Download [Burn on iOS](https://apps.apple.com/app/burn451/id6759418544) or use [Burn on the web](https://burn451.cloud) → Settings → MCP Server → **Copy Access Token**
23
23
 
24
24
  ### 2. Add to Claude Desktop
25
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "burn-mcp-server",
3
- "version": "2.0.3",
4
- "mcpName": "io.github.fisher521/burn-mcp-server",
3
+ "version": "2.0.5",
4
+ "mcpName": "io.github.Fisher521/burn-mcp-server",
5
5
  "description": "MCP Server for Burn — 22 tools to let your AI agent search, triage, and organize your reading. Works with Claude, Cursor, Windsurf.",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
package/server.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "io.github.fisher521/burn-mcp-server",
3
+ "name": "io.github.Fisher521/burn-mcp-server",
4
4
  "description": "22 tools to let your AI agent search, triage, and organize your reading list.",
5
5
  "repository": {
6
6
  "url": "https://github.com/Fisher521/burn-mcp-server",
7
7
  "source": "github"
8
8
  },
9
- "version": "2.0.2",
9
+ "version": "2.0.4",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "burn-mcp-server",
14
- "version": "2.0.2",
14
+ "version": "2.0.4",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },