linear-mcp-fast 0.2.4__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.
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/PKG-INFO +2 -2
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/README.md +1 -1
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/pyproject.toml +1 -1
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/PKG-INFO +2 -2
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/setup.cfg +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/__init__.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/__main__.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/reader.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/server.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast/store_detector.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/SOURCES.txt +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/dependency_links.txt +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/entry_points.txt +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/requires.txt +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/top_level.txt +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/__init__.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_cache.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_filesystem.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_history.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_indexeddb.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_localstorage.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_notifications.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_profile_folder.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_sessionstorage.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_chromium_snss2.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/ccl_shared_proto_db_downloads.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/common.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/download_common.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/profile_folder_protocols.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/__init__.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_blink_value_deserializer.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_easy_chromium_pickle.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_protobuff.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/serialization_formats/ccl_v8_value_deserializer.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/storage_formats/__init__.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/ccl_chromium_reader/storage_formats/ccl_leveldb.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/Chromium_dump_local_storage.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/Chromium_dump_session_storage.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/benchmark.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/ccl_chrome_audit.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/dump_indexeddb_details.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_chromium_reader/tools_and_utilities/dump_leveldb.py +0 -0
- {linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_simplesnappy/ccl_simplesnappy/__init__.py +0 -0
- {linear_mcp_fast-0.2.4 → 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
|
+
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
|
|
@@ -126,7 +126,7 @@ Tools mirror the official Linear MCP for easy switching:
|
|
|
126
126
|
| Tool | Description |
|
|
127
127
|
|------|-------------|
|
|
128
128
|
| `list_issues` | List issues with filters (team, state, assignee, priority) |
|
|
129
|
-
| `get_issue` | Get issue details by identifier (e.g., `
|
|
129
|
+
| `get_issue` | Get issue details by identifier (e.g., `DEV-123`) |
|
|
130
130
|
| `list_teams` | List all teams |
|
|
131
131
|
| `get_team` | Get team details |
|
|
132
132
|
| `list_projects` | List all projects |
|
|
@@ -102,7 +102,7 @@ Tools mirror the official Linear MCP for easy switching:
|
|
|
102
102
|
| Tool | Description |
|
|
103
103
|
|------|-------------|
|
|
104
104
|
| `list_issues` | List issues with filters (team, state, assignee, priority) |
|
|
105
|
-
| `get_issue` | Get issue details by identifier (e.g., `
|
|
105
|
+
| `get_issue` | Get issue details by identifier (e.g., `DEV-123`) |
|
|
106
106
|
| `list_teams` | List all teams |
|
|
107
107
|
| `get_team` | Get team details |
|
|
108
108
|
| `list_projects` | List all projects |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: linear-mcp-fast
|
|
3
|
-
Version: 0.2.
|
|
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
|
|
@@ -126,7 +126,7 @@ Tools mirror the official Linear MCP for easy switching:
|
|
|
126
126
|
| Tool | Description |
|
|
127
127
|
|------|-------------|
|
|
128
128
|
| `list_issues` | List issues with filters (team, state, assignee, priority) |
|
|
129
|
-
| `get_issue` | Get issue details by identifier (e.g., `
|
|
129
|
+
| `get_issue` | Get issue details by identifier (e.g., `DEV-123`) |
|
|
130
130
|
| `list_teams` | List all teams |
|
|
131
131
|
| `get_team` | Get team details |
|
|
132
132
|
| `list_projects` | List all projects |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/src/linear_mcp_fast.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{linear_mcp_fast-0.2.4 → linear_mcp_fast-0.2.5}/vendor/ccl_simplesnappy/ccl_simplesnappy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|