quickcall-integrations 0.1.4__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.4.dist-info → quickcall_integrations-0.1.6.dist-info}/METADATA +50 -35
- {quickcall_integrations-0.1.4.dist-info → quickcall_integrations-0.1.6.dist-info}/RECORD +4 -4
- {quickcall_integrations-0.1.4.dist-info → quickcall_integrations-0.1.6.dist-info}/WHEEL +0 -0
- {quickcall_integrations-0.1.4.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>
|
|
@@ -25,28 +25,25 @@ Description-Content-Type: text/markdown
|
|
|
25
25
|
</p>
|
|
26
26
|
|
|
27
27
|
<p align="center">
|
|
28
|
-
<a href="#
|
|
29
|
-
<a href="#
|
|
28
|
+
<a href="#integrations">Integrations</a> |
|
|
29
|
+
<a href="#install">Install</a> |
|
|
30
|
+
<a href="#authentication">Authentication</a> |
|
|
30
31
|
<a href="#commands">Commands</a> |
|
|
31
|
-
<a href="#
|
|
32
|
+
<a href="#troubleshooting">Troubleshooting</a>
|
|
32
33
|
</p>
|
|
33
34
|
|
|
34
35
|
---
|
|
35
36
|
|
|
36
|
-
##
|
|
37
|
+
## Integrations
|
|
37
38
|
|
|
38
|
-
- Git - commits, diffs, code changes
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
- GitHub PRs & Issues
|
|
39
|
+
- **Git** - commits, diffs, code changes (always available)
|
|
40
|
+
- **GitHub** - repos, PRs, commits, branches (requires QuickCall account)
|
|
41
|
+
- **Slack** - send messages, list channels/users (requires QuickCall account)
|
|
43
42
|
|
|
44
43
|
## Install
|
|
45
44
|
|
|
46
45
|
### Claude Code
|
|
47
46
|
|
|
48
|
-
Run these commands in [Claude Code](https://claude.ai/code):
|
|
49
|
-
|
|
50
47
|
```
|
|
51
48
|
/plugin marketplace add quickcall-dev/quickcall-integrations
|
|
52
49
|
/plugin install quickcall@quickcall-integrations
|
|
@@ -91,45 +88,63 @@ Then restart Cursor.
|
|
|
91
88
|
|
|
92
89
|
> Also works with [Antigravity](https://antigravity.dev) and any other IDE that supports MCP servers.
|
|
93
90
|
|
|
91
|
+
## Authentication
|
|
92
|
+
|
|
93
|
+
To use GitHub and Slack integrations, connect your QuickCall account:
|
|
94
|
+
|
|
95
|
+
```
|
|
96
|
+
/quickcall:connect
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
This will guide you through:
|
|
100
|
+
1. Sign in with Google
|
|
101
|
+
2. Install GitHub App to your org/account
|
|
102
|
+
3. Connect Slack workspace
|
|
103
|
+
|
|
104
|
+
Credentials are stored locally in `~/.quickcall/credentials.json`.
|
|
105
|
+
|
|
94
106
|
## Commands
|
|
95
107
|
|
|
96
108
|
### Claude Code
|
|
97
109
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
110
|
+
| Command | Description |
|
|
111
|
+
|---------|-------------|
|
|
112
|
+
| `/quickcall:connect` | Connect QuickCall, GitHub, and Slack |
|
|
113
|
+
| `/quickcall:status` | Show connection status |
|
|
114
|
+
| `/quickcall:updates` | Get git updates (default: 1 day) |
|
|
115
|
+
| `/quickcall:updates 7d` | Get updates for last 7 days |
|
|
101
116
|
|
|
102
|
-
### Cursor
|
|
117
|
+
### Cursor / Other IDEs
|
|
103
118
|
|
|
104
|
-
Ask the AI naturally
|
|
119
|
+
Ask the AI naturally:
|
|
105
120
|
- "What did I work on today?"
|
|
106
|
-
- "Show me
|
|
107
|
-
- "
|
|
121
|
+
- "Show me my open PRs"
|
|
122
|
+
- "List my GitHub repos"
|
|
123
|
+
- "Send a message to #general on Slack"
|
|
124
|
+
|
|
125
|
+
## Troubleshooting
|
|
108
126
|
|
|
127
|
+
### Plugin Not Updating?
|
|
109
128
|
|
|
110
|
-
|
|
129
|
+
If new commands don't appear after updating, clear the cache:
|
|
111
130
|
|
|
112
131
|
```bash
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
uv pip install -e .
|
|
116
|
-
quickcall-integrations
|
|
132
|
+
rm -rf ~/.claude/plugins/cache/quickcall-integrations
|
|
133
|
+
rm -rf ~/.claude/plugins/marketplaces/quickcall-integrations
|
|
117
134
|
```
|
|
118
|
-
## Deployment
|
|
119
135
|
|
|
120
|
-
|
|
136
|
+
Then restart Claude Code and reinstall:
|
|
121
137
|
|
|
122
|
-
|
|
123
|
-
|
|
138
|
+
```
|
|
139
|
+
/plugin marketplace add quickcall-dev/quickcall-integrations
|
|
140
|
+
/plugin install quickcall@quickcall-integrations
|
|
141
|
+
```
|
|
124
142
|
|
|
125
|
-
|
|
143
|
+
### Commands Not Showing?
|
|
126
144
|
|
|
127
|
-
|
|
128
|
-
git tag v0.1.0
|
|
129
|
-
git push origin v0.1.0
|
|
130
|
-
```
|
|
145
|
+
Type `/quickcall:` - you should see `connect`, `status`, `updates`.
|
|
131
146
|
|
|
132
|
-
|
|
147
|
+
If only `updates` shows, run the cleanup above and reinstall.
|
|
133
148
|
|
|
134
149
|
---
|
|
135
150
|
|
|
@@ -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.4.dist-info → quickcall_integrations-0.1.6.dist-info}/entry_points.txt
RENAMED
|
File without changes
|