quickcall-integrations 0.1.5__py3-none-any.whl → 0.1.6__py3-none-any.whl
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.
- {quickcall_integrations-0.1.5.dist-info → quickcall_integrations-0.1.6.dist-info}/METADATA +28 -3
- {quickcall_integrations-0.1.5.dist-info → quickcall_integrations-0.1.6.dist-info}/RECORD +4 -4
- {quickcall_integrations-0.1.5.dist-info → quickcall_integrations-0.1.6.dist-info}/WHEEL +0 -0
- {quickcall_integrations-0.1.5.dist-info → quickcall_integrations-0.1.6.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quickcall-integrations
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: MCP server with developer integrations for Claude Code and Cursor
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Requires-Dist: fastmcp>=2.13.0
|
|
@@ -10,7 +10,7 @@ Requires-Dist: pygithub>=2.8.1
|
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<img src="assets/
|
|
13
|
+
<img src="https://quickcall.dev/assets/v1/qc-full-512px-white.png" alt="QuickCall" width="400">
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
<h3 align="center">Eliminate interruptions for developers</h3>
|
|
@@ -28,7 +28,8 @@ Description-Content-Type: text/markdown
|
|
|
28
28
|
<a href="#integrations">Integrations</a> |
|
|
29
29
|
<a href="#install">Install</a> |
|
|
30
30
|
<a href="#authentication">Authentication</a> |
|
|
31
|
-
<a href="#commands">Commands</a>
|
|
31
|
+
<a href="#commands">Commands</a> |
|
|
32
|
+
<a href="#troubleshooting">Troubleshooting</a>
|
|
32
33
|
</p>
|
|
33
34
|
|
|
34
35
|
---
|
|
@@ -121,6 +122,30 @@ Ask the AI naturally:
|
|
|
121
122
|
- "List my GitHub repos"
|
|
122
123
|
- "Send a message to #general on Slack"
|
|
123
124
|
|
|
125
|
+
## Troubleshooting
|
|
126
|
+
|
|
127
|
+
### Plugin Not Updating?
|
|
128
|
+
|
|
129
|
+
If new commands don't appear after updating, clear the cache:
|
|
130
|
+
|
|
131
|
+
```bash
|
|
132
|
+
rm -rf ~/.claude/plugins/cache/quickcall-integrations
|
|
133
|
+
rm -rf ~/.claude/plugins/marketplaces/quickcall-integrations
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
Then restart Claude Code and reinstall:
|
|
137
|
+
|
|
138
|
+
```
|
|
139
|
+
/plugin marketplace add quickcall-dev/quickcall-integrations
|
|
140
|
+
/plugin install quickcall@quickcall-integrations
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
### Commands Not Showing?
|
|
144
|
+
|
|
145
|
+
Type `/quickcall:` - you should see `connect`, `status`, `updates`.
|
|
146
|
+
|
|
147
|
+
If only `updates` shows, run the cleanup above and reinstall.
|
|
148
|
+
|
|
124
149
|
---
|
|
125
150
|
|
|
126
151
|
<p align="center">
|
|
@@ -12,7 +12,7 @@ mcp_server/tools/git_tools.py,sha256=5cZfngkP1wHNYUvGtLFcMjS7bhrFzxAC_TPz0h3CUB0
|
|
|
12
12
|
mcp_server/tools/github_tools.py,sha256=GomR88SByAbdi4VHk1vaUNp29hwWEIY6cX1t9QoMDOU,10972
|
|
13
13
|
mcp_server/tools/slack_tools.py,sha256=uXCxnzLfdi5LaM3ayVS5JT7F3MAnI6C0vB7jW0tZfjY,6303
|
|
14
14
|
mcp_server/tools/utility_tools.py,sha256=1WiOpJivu6Ug9OLajm77lzsmFfBPgWHs8e1hNCEX_Aw,3359
|
|
15
|
-
quickcall_integrations-0.1.
|
|
16
|
-
quickcall_integrations-0.1.
|
|
17
|
-
quickcall_integrations-0.1.
|
|
18
|
-
quickcall_integrations-0.1.
|
|
15
|
+
quickcall_integrations-0.1.6.dist-info/METADATA,sha256=rEkZ1sJXdfDJA39eANBjJcT7kAl29WmfJgJbc813--w,3780
|
|
16
|
+
quickcall_integrations-0.1.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
17
|
+
quickcall_integrations-0.1.6.dist-info/entry_points.txt,sha256=kkcunmJUzncYvQ1rOR35V2LPm2HcFTKzdI2l3n7NwiM,66
|
|
18
|
+
quickcall_integrations-0.1.6.dist-info/RECORD,,
|
|
File without changes
|
{quickcall_integrations-0.1.5.dist-info → quickcall_integrations-0.1.6.dist-info}/entry_points.txt
RENAMED
|
File without changes
|