linear-mcp-fast 0.2.3__tar.gz → 0.2.5__tar.gz

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.
Files changed (44) hide show
  1. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/PKG-INFO +47 -52
  2. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/README.md +46 -51
  3. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/pyproject.toml +1 -1
  4. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/PKG-INFO +47 -52
  5. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/setup.cfg +0 -0
  6. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/__init__.py +0 -0
  7. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/__main__.py +0 -0
  8. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/reader.py +0 -0
  9. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/server.py +0 -0
  10. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/store_detector.py +0 -0
  11. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/SOURCES.txt +0 -0
  12. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/dependency_links.txt +0 -0
  13. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/entry_points.txt +0 -0
  14. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/requires.txt +0 -0
  15. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/top_level.txt +0 -0
  16. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/__init__.py +0 -0
  17. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_cache.py +0 -0
  18. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_filesystem.py +0 -0
  19. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_history.py +0 -0
  20. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_indexeddb.py +0 -0
  21. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_localstorage.py +0 -0
  22. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_notifications.py +0 -0
  23. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_profile_folder.py +0 -0
  24. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_sessionstorage.py +0 -0
  25. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_snss2.py +0 -0
  26. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_shared_proto_db_downloads.py +0 -0
  27. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/common.py +0 -0
  28. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/download_common.py +0 -0
  29. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/profile_folder_protocols.py +0 -0
  30. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/__init__.py +0 -0
  31. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_blink_value_deserializer.py +0 -0
  32. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_easy_chromium_pickle.py +0 -0
  33. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_protobuff.py +0 -0
  34. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_v8_value_deserializer.py +0 -0
  35. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/storage_formats/__init__.py +0 -0
  36. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/storage_formats/ccl_leveldb.py +0 -0
  37. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/Chromium_dump_local_storage.py +0 -0
  38. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/Chromium_dump_session_storage.py +0 -0
  39. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/benchmark.py +0 -0
  40. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/ccl_chrome_audit.py +0 -0
  41. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/dump_indexeddb_details.py +0 -0
  42. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/dump_leveldb.py +0 -0
  43. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_simplesnappy/ccl_simplesnappy/__init__.py +0 -0
  44. {linear_mcp_fast-0.2.3 → linear_mcp_fast-0.2.5}/vendor/ccl_simplesnappy/ccl_simplesnappy/ccl_simplesnappy.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: linear-mcp-fast
3
- Version: 0.2.3
3
+ Version: 0.2.5
4
4
  Summary: Fast MCP server for Linear - reads from Linear.app's local cache on macOS
5
5
  Author: everything-chalna
6
6
  License-Expression: MIT
@@ -45,31 +45,26 @@ Linear.app (Electron) syncs all your data to a local IndexedDB. This MCP server
45
45
  - **Offline access** - Works without internet
46
46
  - **Faster iteration** - No rate limits, no latency
47
47
 
48
- **Use with**: Official Linear MCP for write operations (comments, status updates, issue creation).
48
+ ## Requirements
49
49
 
50
- ## Installation
51
-
52
- ```bash
53
- pip install linear-mcp-fast
54
- # or
55
- uv pip install linear-mcp-fast
56
- ```
50
+ - **macOS only** - Linear.app stores its cache at `~/Library/Application Support/Linear/`
51
+ - **Linear.app** installed and opened at least once (to populate the cache)
57
52
 
58
53
  ## Setup
59
54
 
55
+ Use `linear-fast` for reads and the official Linear MCP for writes.
56
+
60
57
  ### Claude Code
61
58
 
62
59
  ```bash
63
- # 1. Add linear-mcp-fast (reads from local cache)
60
+ # Fast reads (this package)
64
61
  claude mcp add linear-fast -- uvx linear-mcp-fast
65
62
 
66
- # 2. Add official Linear MCP (for writes)
63
+ # Writes via official Linear MCP
67
64
  claude mcp add --transport http linear https://mcp.linear.app/mcp
68
65
  ```
69
66
 
70
- Now you have:
71
- - `linear-fast` → Fast reads from local cache
72
- - `linear` → Writes (comments, updates)
67
+ Run `/mcp` to authenticate with Linear.
73
68
 
74
69
  ### Claude Desktop
75
70
 
@@ -90,7 +85,22 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
90
85
  }
91
86
  ```
92
87
 
93
- ### Cursor / VS Code
88
+ ### Cursor
89
+
90
+ Install Linear MCP from [Cursor's MCP tools page](https://cursor.com/mcp), then add linear-fast:
91
+
92
+ ```json
93
+ {
94
+ "mcpServers": {
95
+ "linear-fast": {
96
+ "command": "uvx",
97
+ "args": ["linear-mcp-fast"]
98
+ }
99
+ }
100
+ }
101
+ ```
102
+
103
+ ### VS Code / Windsurf / Others
94
104
 
95
105
  ```json
96
106
  {
@@ -107,24 +117,16 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
107
117
  }
108
118
  ```
109
119
 
110
- ---
111
-
112
- ## Prerequisites
113
-
114
- - **macOS** (Linear.app stores cache in `~/Library/Application Support/Linear/`)
115
- - **Linear.app** installed and opened at least once
116
-
117
- ---
120
+ See [Linear MCP docs](https://developers.linear.app/docs/ai/mcp-server) for Zed, Codex, v0, and other clients.
118
121
 
119
122
  ## Available Tools
120
123
 
121
- ### Reading (linear-fast)
124
+ Tools mirror the official Linear MCP for easy switching:
122
125
 
123
126
  | Tool | Description |
124
127
  |------|-------------|
125
- | `list_issues` | List issues with filters (assignee, team, state, priority) |
126
- | `get_issue` | Get issue details with comments |
127
- | `list_my_issues` | List issues assigned to a user |
128
+ | `list_issues` | List issues with filters (team, state, assignee, priority) |
129
+ | `get_issue` | Get issue details by identifier (e.g., `DEV-123`) |
128
130
  | `list_teams` | List all teams |
129
131
  | `get_team` | Get team details |
130
132
  | `list_projects` | List all projects |
@@ -133,44 +135,37 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
133
135
  | `get_user` | Get user details |
134
136
  | `list_issue_statuses` | List workflow states for a team |
135
137
 
136
- ### Writing (official Linear MCP)
138
+ For writes (create issue, add comment, update status), use the official Linear MCP.
137
139
 
138
- Use the official Linear MCP (`linear`) for:
139
- - Creating/updating issues
140
- - Adding comments
141
- - Changing status
140
+ ## How It Works
142
141
 
143
- ---
142
+ ```
143
+ Linear.app (Electron)
144
+ ↓ syncs data to local cache
145
+ IndexedDB (LevelDB)
146
+ ~/Library/Application Support/Linear/IndexedDB/...
147
+ ↓ read by
148
+ linear-mcp-fast
149
+
150
+ Fast, offline access to issues, teams, users, projects
151
+ ```
144
152
 
145
153
  ## Troubleshooting
146
154
 
147
- ### "Linear database not found"
155
+ **"Linear database not found"**
148
156
 
149
- Linear.app needs to be installed and opened at least once:
157
+ Linear.app must be installed and opened at least once:
150
158
  ```bash
151
159
  ls ~/Library/Application\ Support/Linear/IndexedDB/
152
160
  ```
153
161
 
154
- ### Data seems stale
162
+ **Data seems stale**
155
163
 
156
- Local cache is updated when Linear.app syncs. Open Linear.app to refresh.
164
+ The local cache updates when Linear.app syncs. Open Linear.app to refresh.
157
165
 
158
- ---
159
-
160
- ## How It Works
161
-
162
- ```
163
- Linear.app (Electron)
164
- ↓ syncs to
165
- IndexedDB (LevelDB format)
166
- ~/Library/Application Support/Linear/IndexedDB/...
167
- ↓ read by
168
- linear-mcp-fast
169
- ↓ provides
170
- Fast read-only access to issues, users, teams, comments
171
- ```
166
+ **Returns 0 issues**
172
167
 
173
- ---
168
+ Multiple IndexedDB databases may exist. Version 0.2.2+ automatically finds the correct one.
174
169
 
175
170
  ## License
176
171
 
@@ -21,31 +21,26 @@ Linear.app (Electron) syncs all your data to a local IndexedDB. This MCP server
21
21
  - **Offline access** - Works without internet
22
22
  - **Faster iteration** - No rate limits, no latency
23
23
 
24
- **Use with**: Official Linear MCP for write operations (comments, status updates, issue creation).
24
+ ## Requirements
25
25
 
26
- ## Installation
27
-
28
- ```bash
29
- pip install linear-mcp-fast
30
- # or
31
- uv pip install linear-mcp-fast
32
- ```
26
+ - **macOS only** - Linear.app stores its cache at `~/Library/Application Support/Linear/`
27
+ - **Linear.app** installed and opened at least once (to populate the cache)
33
28
 
34
29
  ## Setup
35
30
 
31
+ Use `linear-fast` for reads and the official Linear MCP for writes.
32
+
36
33
  ### Claude Code
37
34
 
38
35
  ```bash
39
- # 1. Add linear-mcp-fast (reads from local cache)
36
+ # Fast reads (this package)
40
37
  claude mcp add linear-fast -- uvx linear-mcp-fast
41
38
 
42
- # 2. Add official Linear MCP (for writes)
39
+ # Writes via official Linear MCP
43
40
  claude mcp add --transport http linear https://mcp.linear.app/mcp
44
41
  ```
45
42
 
46
- Now you have:
47
- - `linear-fast` → Fast reads from local cache
48
- - `linear` → Writes (comments, updates)
43
+ Run `/mcp` to authenticate with Linear.
49
44
 
50
45
  ### Claude Desktop
51
46
 
@@ -66,7 +61,22 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
66
61
  }
67
62
  ```
68
63
 
69
- ### Cursor / VS Code
64
+ ### Cursor
65
+
66
+ Install Linear MCP from [Cursor's MCP tools page](https://cursor.com/mcp), then add linear-fast:
67
+
68
+ ```json
69
+ {
70
+ "mcpServers": {
71
+ "linear-fast": {
72
+ "command": "uvx",
73
+ "args": ["linear-mcp-fast"]
74
+ }
75
+ }
76
+ }
77
+ ```
78
+
79
+ ### VS Code / Windsurf / Others
70
80
 
71
81
  ```json
72
82
  {
@@ -83,24 +93,16 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
83
93
  }
84
94
  ```
85
95
 
86
- ---
87
-
88
- ## Prerequisites
89
-
90
- - **macOS** (Linear.app stores cache in `~/Library/Application Support/Linear/`)
91
- - **Linear.app** installed and opened at least once
92
-
93
- ---
96
+ See [Linear MCP docs](https://developers.linear.app/docs/ai/mcp-server) for Zed, Codex, v0, and other clients.
94
97
 
95
98
  ## Available Tools
96
99
 
97
- ### Reading (linear-fast)
100
+ Tools mirror the official Linear MCP for easy switching:
98
101
 
99
102
  | Tool | Description |
100
103
  |------|-------------|
101
- | `list_issues` | List issues with filters (assignee, team, state, priority) |
102
- | `get_issue` | Get issue details with comments |
103
- | `list_my_issues` | List issues assigned to a user |
104
+ | `list_issues` | List issues with filters (team, state, assignee, priority) |
105
+ | `get_issue` | Get issue details by identifier (e.g., `DEV-123`) |
104
106
  | `list_teams` | List all teams |
105
107
  | `get_team` | Get team details |
106
108
  | `list_projects` | List all projects |
@@ -109,44 +111,37 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
109
111
  | `get_user` | Get user details |
110
112
  | `list_issue_statuses` | List workflow states for a team |
111
113
 
112
- ### Writing (official Linear MCP)
114
+ For writes (create issue, add comment, update status), use the official Linear MCP.
113
115
 
114
- Use the official Linear MCP (`linear`) for:
115
- - Creating/updating issues
116
- - Adding comments
117
- - Changing status
116
+ ## How It Works
118
117
 
119
- ---
118
+ ```
119
+ Linear.app (Electron)
120
+ ↓ syncs data to local cache
121
+ IndexedDB (LevelDB)
122
+ ~/Library/Application Support/Linear/IndexedDB/...
123
+ ↓ read by
124
+ linear-mcp-fast
125
+
126
+ Fast, offline access to issues, teams, users, projects
127
+ ```
120
128
 
121
129
  ## Troubleshooting
122
130
 
123
- ### "Linear database not found"
131
+ **"Linear database not found"**
124
132
 
125
- Linear.app needs to be installed and opened at least once:
133
+ Linear.app must be installed and opened at least once:
126
134
  ```bash
127
135
  ls ~/Library/Application\ Support/Linear/IndexedDB/
128
136
  ```
129
137
 
130
- ### Data seems stale
138
+ **Data seems stale**
131
139
 
132
- Local cache is updated when Linear.app syncs. Open Linear.app to refresh.
140
+ The local cache updates when Linear.app syncs. Open Linear.app to refresh.
133
141
 
134
- ---
135
-
136
- ## How It Works
137
-
138
- ```
139
- Linear.app (Electron)
140
- ↓ syncs to
141
- IndexedDB (LevelDB format)
142
- ~/Library/Application Support/Linear/IndexedDB/...
143
- ↓ read by
144
- linear-mcp-fast
145
- ↓ provides
146
- Fast read-only access to issues, users, teams, comments
147
- ```
142
+ **Returns 0 issues**
148
143
 
149
- ---
144
+ Multiple IndexedDB databases may exist. Version 0.2.2+ automatically finds the correct one.
150
145
 
151
146
  ## License
152
147
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "linear-mcp-fast"
7
- version = "0.2.3"
7
+ version = "0.2.5"
8
8
  description = "Fast MCP server for Linear - reads from Linear.app's local cache on macOS"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: linear-mcp-fast
3
- Version: 0.2.3
3
+ Version: 0.2.5
4
4
  Summary: Fast MCP server for Linear - reads from Linear.app's local cache on macOS
5
5
  Author: everything-chalna
6
6
  License-Expression: MIT
@@ -45,31 +45,26 @@ Linear.app (Electron) syncs all your data to a local IndexedDB. This MCP server
45
45
  - **Offline access** - Works without internet
46
46
  - **Faster iteration** - No rate limits, no latency
47
47
 
48
- **Use with**: Official Linear MCP for write operations (comments, status updates, issue creation).
48
+ ## Requirements
49
49
 
50
- ## Installation
51
-
52
- ```bash
53
- pip install linear-mcp-fast
54
- # or
55
- uv pip install linear-mcp-fast
56
- ```
50
+ - **macOS only** - Linear.app stores its cache at `~/Library/Application Support/Linear/`
51
+ - **Linear.app** installed and opened at least once (to populate the cache)
57
52
 
58
53
  ## Setup
59
54
 
55
+ Use `linear-fast` for reads and the official Linear MCP for writes.
56
+
60
57
  ### Claude Code
61
58
 
62
59
  ```bash
63
- # 1. Add linear-mcp-fast (reads from local cache)
60
+ # Fast reads (this package)
64
61
  claude mcp add linear-fast -- uvx linear-mcp-fast
65
62
 
66
- # 2. Add official Linear MCP (for writes)
63
+ # Writes via official Linear MCP
67
64
  claude mcp add --transport http linear https://mcp.linear.app/mcp
68
65
  ```
69
66
 
70
- Now you have:
71
- - `linear-fast` → Fast reads from local cache
72
- - `linear` → Writes (comments, updates)
67
+ Run `/mcp` to authenticate with Linear.
73
68
 
74
69
  ### Claude Desktop
75
70
 
@@ -90,7 +85,22 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
90
85
  }
91
86
  ```
92
87
 
93
- ### Cursor / VS Code
88
+ ### Cursor
89
+
90
+ Install Linear MCP from [Cursor's MCP tools page](https://cursor.com/mcp), then add linear-fast:
91
+
92
+ ```json
93
+ {
94
+ "mcpServers": {
95
+ "linear-fast": {
96
+ "command": "uvx",
97
+ "args": ["linear-mcp-fast"]
98
+ }
99
+ }
100
+ }
101
+ ```
102
+
103
+ ### VS Code / Windsurf / Others
94
104
 
95
105
  ```json
96
106
  {
@@ -107,24 +117,16 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
107
117
  }
108
118
  ```
109
119
 
110
- ---
111
-
112
- ## Prerequisites
113
-
114
- - **macOS** (Linear.app stores cache in `~/Library/Application Support/Linear/`)
115
- - **Linear.app** installed and opened at least once
116
-
117
- ---
120
+ See [Linear MCP docs](https://developers.linear.app/docs/ai/mcp-server) for Zed, Codex, v0, and other clients.
118
121
 
119
122
  ## Available Tools
120
123
 
121
- ### Reading (linear-fast)
124
+ Tools mirror the official Linear MCP for easy switching:
122
125
 
123
126
  | Tool | Description |
124
127
  |------|-------------|
125
- | `list_issues` | List issues with filters (assignee, team, state, priority) |
126
- | `get_issue` | Get issue details with comments |
127
- | `list_my_issues` | List issues assigned to a user |
128
+ | `list_issues` | List issues with filters (team, state, assignee, priority) |
129
+ | `get_issue` | Get issue details by identifier (e.g., `DEV-123`) |
128
130
  | `list_teams` | List all teams |
129
131
  | `get_team` | Get team details |
130
132
  | `list_projects` | List all projects |
@@ -133,44 +135,37 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
133
135
  | `get_user` | Get user details |
134
136
  | `list_issue_statuses` | List workflow states for a team |
135
137
 
136
- ### Writing (official Linear MCP)
138
+ For writes (create issue, add comment, update status), use the official Linear MCP.
137
139
 
138
- Use the official Linear MCP (`linear`) for:
139
- - Creating/updating issues
140
- - Adding comments
141
- - Changing status
140
+ ## How It Works
142
141
 
143
- ---
142
+ ```
143
+ Linear.app (Electron)
144
+ ↓ syncs data to local cache
145
+ IndexedDB (LevelDB)
146
+ ~/Library/Application Support/Linear/IndexedDB/...
147
+ ↓ read by
148
+ linear-mcp-fast
149
+
150
+ Fast, offline access to issues, teams, users, projects
151
+ ```
144
152
 
145
153
  ## Troubleshooting
146
154
 
147
- ### "Linear database not found"
155
+ **"Linear database not found"**
148
156
 
149
- Linear.app needs to be installed and opened at least once:
157
+ Linear.app must be installed and opened at least once:
150
158
  ```bash
151
159
  ls ~/Library/Application\ Support/Linear/IndexedDB/
152
160
  ```
153
161
 
154
- ### Data seems stale
162
+ **Data seems stale**
155
163
 
156
- Local cache is updated when Linear.app syncs. Open Linear.app to refresh.
164
+ The local cache updates when Linear.app syncs. Open Linear.app to refresh.
157
165
 
158
- ---
159
-
160
- ## How It Works
161
-
162
- ```
163
- Linear.app (Electron)
164
- ↓ syncs to
165
- IndexedDB (LevelDB format)
166
- ~/Library/Application Support/Linear/IndexedDB/...
167
- ↓ read by
168
- linear-mcp-fast
169
- ↓ provides
170
- Fast read-only access to issues, users, teams, comments
171
- ```
166
+ **Returns 0 issues**
172
167
 
173
- ---
168
+ Multiple IndexedDB databases may exist. Version 0.2.2+ automatically finds the correct one.
174
169
 
175
170
  ## License
176
171