quickcall-integrations 0.1.4__py3-none-any.whl → 0.1.5__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.5.dist-info}/METADATA +33 -43
- {quickcall_integrations-0.1.4.dist-info → quickcall_integrations-0.1.5.dist-info}/RECORD +4 -4
- {quickcall_integrations-0.1.4.dist-info → quickcall_integrations-0.1.5.dist-info}/WHEEL +0 -0
- {quickcall_integrations-0.1.4.dist-info → quickcall_integrations-0.1.5.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.5
|
|
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
|
|
@@ -25,28 +25,24 @@ Description-Content-Type: text/markdown
|
|
|
25
25
|
</p>
|
|
26
26
|
|
|
27
27
|
<p align="center">
|
|
28
|
-
<a href="#
|
|
29
|
-
<a href="#
|
|
30
|
-
<a href="#
|
|
31
|
-
<a href="#
|
|
28
|
+
<a href="#integrations">Integrations</a> |
|
|
29
|
+
<a href="#install">Install</a> |
|
|
30
|
+
<a href="#authentication">Authentication</a> |
|
|
31
|
+
<a href="#commands">Commands</a>
|
|
32
32
|
</p>
|
|
33
33
|
|
|
34
34
|
---
|
|
35
35
|
|
|
36
|
-
##
|
|
36
|
+
## Integrations
|
|
37
37
|
|
|
38
|
-
- Git - commits, diffs, code changes
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
- GitHub PRs & Issues
|
|
38
|
+
- **Git** - commits, diffs, code changes (always available)
|
|
39
|
+
- **GitHub** - repos, PRs, commits, branches (requires QuickCall account)
|
|
40
|
+
- **Slack** - send messages, list channels/users (requires QuickCall account)
|
|
43
41
|
|
|
44
42
|
## Install
|
|
45
43
|
|
|
46
44
|
### Claude Code
|
|
47
45
|
|
|
48
|
-
Run these commands in [Claude Code](https://claude.ai/code):
|
|
49
|
-
|
|
50
46
|
```
|
|
51
47
|
/plugin marketplace add quickcall-dev/quickcall-integrations
|
|
52
48
|
/plugin install quickcall@quickcall-integrations
|
|
@@ -91,45 +87,39 @@ Then restart Cursor.
|
|
|
91
87
|
|
|
92
88
|
> Also works with [Antigravity](https://antigravity.dev) and any other IDE that supports MCP servers.
|
|
93
89
|
|
|
94
|
-
##
|
|
95
|
-
|
|
96
|
-
### Claude Code
|
|
97
|
-
|
|
98
|
-
- `/quickcall:updates` - Get git updates (default: 1 day)
|
|
99
|
-
- `/quickcall:updates 7d` - Get updates for last 7 days
|
|
100
|
-
- `/quickcall:updates 30d` - Get updates for last 30 days
|
|
90
|
+
## Authentication
|
|
101
91
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
Ask the AI naturally - it will use the `get_updates` tool:
|
|
105
|
-
- "What did I work on today?"
|
|
106
|
-
- "Show me recent commits"
|
|
107
|
-
- "What changed in the last week?"
|
|
92
|
+
To use GitHub and Slack integrations, connect your QuickCall account:
|
|
108
93
|
|
|
94
|
+
```
|
|
95
|
+
/quickcall:connect
|
|
96
|
+
```
|
|
109
97
|
|
|
110
|
-
|
|
98
|
+
This will guide you through:
|
|
99
|
+
1. Sign in with Google
|
|
100
|
+
2. Install GitHub App to your org/account
|
|
101
|
+
3. Connect Slack workspace
|
|
111
102
|
|
|
112
|
-
|
|
113
|
-
git clone https://github.com/quickcall-dev/quickcall-integrations
|
|
114
|
-
cd quickcall-integrations
|
|
115
|
-
uv pip install -e .
|
|
116
|
-
quickcall-integrations
|
|
117
|
-
```
|
|
118
|
-
## Deployment
|
|
103
|
+
Credentials are stored locally in `~/.quickcall/credentials.json`.
|
|
119
104
|
|
|
120
|
-
|
|
105
|
+
## Commands
|
|
121
106
|
|
|
122
|
-
|
|
123
|
-
- Manual trigger (workflow_dispatch)
|
|
107
|
+
### Claude Code
|
|
124
108
|
|
|
125
|
-
|
|
109
|
+
| Command | Description |
|
|
110
|
+
|---------|-------------|
|
|
111
|
+
| `/quickcall:connect` | Connect QuickCall, GitHub, and Slack |
|
|
112
|
+
| `/quickcall:status` | Show connection status |
|
|
113
|
+
| `/quickcall:updates` | Get git updates (default: 1 day) |
|
|
114
|
+
| `/quickcall:updates 7d` | Get updates for last 7 days |
|
|
126
115
|
|
|
127
|
-
|
|
128
|
-
git tag v0.1.0
|
|
129
|
-
git push origin v0.1.0
|
|
130
|
-
```
|
|
116
|
+
### Cursor / Other IDEs
|
|
131
117
|
|
|
132
|
-
|
|
118
|
+
Ask the AI naturally:
|
|
119
|
+
- "What did I work on today?"
|
|
120
|
+
- "Show me my open PRs"
|
|
121
|
+
- "List my GitHub repos"
|
|
122
|
+
- "Send a message to #general on Slack"
|
|
133
123
|
|
|
134
124
|
---
|
|
135
125
|
|
|
@@ -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.5.dist-info/METADATA,sha256=MNjKo7oYIeo4QJSqxpnoshDFzRvJFJ4LP36HCxnq2yI,3133
|
|
16
|
+
quickcall_integrations-0.1.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
17
|
+
quickcall_integrations-0.1.5.dist-info/entry_points.txt,sha256=kkcunmJUzncYvQ1rOR35V2LPm2HcFTKzdI2l3n7NwiM,66
|
|
18
|
+
quickcall_integrations-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
{quickcall_integrations-0.1.4.dist-info → quickcall_integrations-0.1.5.dist-info}/entry_points.txt
RENAMED
|
File without changes
|