quickcall-integrations 0.1.3__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.
- mcp_server/api_clients/__init__.py +6 -0
- mcp_server/api_clients/github_client.py +440 -0
- mcp_server/api_clients/slack_client.py +359 -0
- mcp_server/auth/__init__.py +24 -0
- mcp_server/auth/credentials.py +278 -0
- mcp_server/auth/device_flow.py +253 -0
- mcp_server/server.py +54 -2
- mcp_server/tools/__init__.py +12 -0
- mcp_server/tools/auth_tools.py +411 -0
- mcp_server/tools/git_tools.py +42 -18
- mcp_server/tools/github_tools.py +338 -0
- mcp_server/tools/slack_tools.py +203 -0
- quickcall_integrations-0.1.5.dist-info/METADATA +128 -0
- quickcall_integrations-0.1.5.dist-info/RECORD +18 -0
- mcp_server/config.py +0 -10
- quickcall_integrations-0.1.3.dist-info/METADATA +0 -123
- quickcall_integrations-0.1.3.dist-info/RECORD +0 -10
- {quickcall_integrations-0.1.3.dist-info → quickcall_integrations-0.1.5.dist-info}/WHEEL +0 -0
- {quickcall_integrations-0.1.3.dist-info → quickcall_integrations-0.1.5.dist-info}/entry_points.txt +0 -0
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: quickcall-integrations
|
|
3
|
-
Version: 0.1.3
|
|
4
|
-
Summary: MCP server with developer integrations for Claude Code and Cursor
|
|
5
|
-
Requires-Python: >=3.10
|
|
6
|
-
Requires-Dist: fastmcp>=2.13.0
|
|
7
|
-
Requires-Dist: pydantic>=2.11.7
|
|
8
|
-
Description-Content-Type: text/markdown
|
|
9
|
-
|
|
10
|
-
<p align="center">
|
|
11
|
-
<img src="assets/logo.png" alt="QuickCall" width="400">
|
|
12
|
-
</p>
|
|
13
|
-
|
|
14
|
-
<h3 align="center">Eliminate interruptions for developers</h3>
|
|
15
|
-
|
|
16
|
-
<p align="center">
|
|
17
|
-
<em>Ask about your work, get instant answers. No more context switching.</em>
|
|
18
|
-
</p>
|
|
19
|
-
|
|
20
|
-
<p align="center">
|
|
21
|
-
<a href="#claude-code">Claude Code</a> |
|
|
22
|
-
<a href="#cursor">Cursor</a> |
|
|
23
|
-
<a href="#commands">Commands</a> |
|
|
24
|
-
<a href="#development">Development</a>
|
|
25
|
-
</p>
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
**Current integrations:**
|
|
30
|
-
- Git - commits, diffs, code changes
|
|
31
|
-
|
|
32
|
-
**Coming soon:**
|
|
33
|
-
- Calendar
|
|
34
|
-
- Slack
|
|
35
|
-
- GitHub PRs & Issues
|
|
36
|
-
|
|
37
|
-
## Install
|
|
38
|
-
|
|
39
|
-
### Claude Code
|
|
40
|
-
|
|
41
|
-
Run these commands in [Claude Code](https://claude.ai/code):
|
|
42
|
-
|
|
43
|
-
```
|
|
44
|
-
/plugin marketplace add quickcall-dev/quickcall-integrations
|
|
45
|
-
/plugin install quickcall@quickcall-integrations
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
<details>
|
|
49
|
-
<summary>MCP only (without plugin)</summary>
|
|
50
|
-
|
|
51
|
-
```bash
|
|
52
|
-
claude mcp add quickcall -- uvx quickcall-integrations
|
|
53
|
-
```
|
|
54
|
-
</details>
|
|
55
|
-
|
|
56
|
-
<details>
|
|
57
|
-
<summary>Update to latest version</summary>
|
|
58
|
-
|
|
59
|
-
```
|
|
60
|
-
/plugin marketplace update quickcall-integrations
|
|
61
|
-
/plugin uninstall quickcall
|
|
62
|
-
/plugin install quickcall@quickcall-integrations
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
After updating, restart Claude Code or open a new terminal.
|
|
66
|
-
</details>
|
|
67
|
-
|
|
68
|
-
### Cursor
|
|
69
|
-
|
|
70
|
-
Add to your Cursor MCP config (`~/.cursor/mcp.json` for global, or `.cursor/mcp.json` for project):
|
|
71
|
-
|
|
72
|
-
```json
|
|
73
|
-
{
|
|
74
|
-
"mcpServers": {
|
|
75
|
-
"quickcall": {
|
|
76
|
-
"command": "uvx",
|
|
77
|
-
"args": ["quickcall-integrations"]
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
Then restart Cursor.
|
|
84
|
-
|
|
85
|
-
## Commands
|
|
86
|
-
|
|
87
|
-
### Claude Code
|
|
88
|
-
|
|
89
|
-
- `/quickcall:updates` - Get git updates (default: 1 day)
|
|
90
|
-
- `/quickcall:updates 7d` - Get updates for last 7 days
|
|
91
|
-
- `/quickcall:updates 30d` - Get updates for last 30 days
|
|
92
|
-
|
|
93
|
-
### Cursor
|
|
94
|
-
|
|
95
|
-
Ask the AI naturally - it will use the `get_updates` tool:
|
|
96
|
-
- "What did I work on today?"
|
|
97
|
-
- "Show me recent commits"
|
|
98
|
-
- "What changed in the last week?"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
## Development
|
|
102
|
-
|
|
103
|
-
```bash
|
|
104
|
-
git clone https://github.com/quickcall-dev/quickcall-integrations
|
|
105
|
-
cd quickcall-integrations
|
|
106
|
-
uv pip install -e .
|
|
107
|
-
quickcall-integrations
|
|
108
|
-
```
|
|
109
|
-
## Deployment
|
|
110
|
-
|
|
111
|
-
It only triggers on:
|
|
112
|
-
|
|
113
|
-
- Tags starting with v* (e.g., v0.1.0)
|
|
114
|
-
- Manual trigger (workflow_dispatch)
|
|
115
|
-
|
|
116
|
-
To publish to PyPI:
|
|
117
|
-
|
|
118
|
-
```bash
|
|
119
|
-
git tag v0.1.0
|
|
120
|
-
git push origin v0.1.0
|
|
121
|
-
```
|
|
122
|
-
|
|
123
|
-
Or trigger manually from GitHub Actions page.
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
mcp_server/__init__.py,sha256=wAVZ0eHQoGovs-66UH9-kRkcv37bprVEUeinyUFS_KI,98
|
|
2
|
-
mcp_server/config.py,sha256=ZvvON2pHa7eYvGjP6-SMdm-pkr3-umvtLCtZcV4WnVQ,212
|
|
3
|
-
mcp_server/server.py,sha256=EWrhqcAKrbauscgnaa7kwh7l6ReflLl2Quv0GDiWtgI,945
|
|
4
|
-
mcp_server/tools/__init__.py,sha256=Vqy1qzTxdt90tWFN9ZLEhTCX8aIHFB8TmMR_z70qLtE,42
|
|
5
|
-
mcp_server/tools/git_tools.py,sha256=RZQLx1znOtLI7UF24ZwT-NrbvcGlLsPjm4JUmrQ9bIY,7159
|
|
6
|
-
mcp_server/tools/utility_tools.py,sha256=1WiOpJivu6Ug9OLajm77lzsmFfBPgWHs8e1hNCEX_Aw,3359
|
|
7
|
-
quickcall_integrations-0.1.3.dist-info/METADATA,sha256=d93t0WP-AOSXfDINB-PWkYVjAlVtHRAHXHEX46VVFVY,2463
|
|
8
|
-
quickcall_integrations-0.1.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
9
|
-
quickcall_integrations-0.1.3.dist-info/entry_points.txt,sha256=kkcunmJUzncYvQ1rOR35V2LPm2HcFTKzdI2l3n7NwiM,66
|
|
10
|
-
quickcall_integrations-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
{quickcall_integrations-0.1.3.dist-info → quickcall_integrations-0.1.5.dist-info}/entry_points.txt
RENAMED
|
File without changes
|