lumina-mcp 1.1.0 → 1.1.2
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.
- package/README.md +2 -2
- package/package.json +28 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<strong>Give your AI assistant real developer superpowers. Query databases, automate Git workflows, sync project tickets, and orchestrate full development cycles — all through natural language.</strong>
|
|
5
5
|
</p>
|
|
6
6
|
<p align="center">
|
|
7
|
-
<a href="https://lumina-mcp
|
|
7
|
+
<a href="https://wahyu-labs.github.io/lumina-mcp/">Website</a> •
|
|
8
8
|
<a href="#quick-start">Quick Start</a> •
|
|
9
9
|
<a href="#tools--prompts">Tools & Prompts</a> •
|
|
10
10
|
<a href="#documentation">Documentation</a> •
|
|
@@ -201,7 +201,7 @@ Add this to your MCP client configuration (e.g. `mcp.json`, Cursor settings, Cla
|
|
|
201
201
|
|
|
202
202
|
> **You only need to include the environment variables for the integrations you use.** If you already have the official [Atlassian MCP](https://github.com/atlassian/mcp) or [GitHub MCP](https://github.com/github/mcp) installed, Lumina MCP will automatically use them as a fallback.
|
|
203
203
|
|
|
204
|
-
For detailed, client-specific installation guides (Antigravity IDE, Cursor, Claude Code, VS Code, Codex), visit **[
|
|
204
|
+
For detailed, client-specific installation guides (Antigravity IDE, Cursor, Claude Code, VS Code, Codex), visit **[Lumina MCP Documentation](https://wahyu-labs.github.io/lumina-mcp/)**.
|
|
205
205
|
|
|
206
206
|
---
|
|
207
207
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lumina-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Unified MCP toolkit for engineering workflows, database connections, and source control",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"mcp",
|
|
7
|
+
"model context protocol",
|
|
8
|
+
"ai",
|
|
9
|
+
"claude",
|
|
10
|
+
"gemini",
|
|
11
|
+
"github",
|
|
12
|
+
"database",
|
|
13
|
+
"mysql",
|
|
14
|
+
"postgresql",
|
|
15
|
+
"orchestration",
|
|
16
|
+
"project-management",
|
|
17
|
+
"AI workflows",
|
|
18
|
+
"AI Toolkit",
|
|
19
|
+
"orchestration tool",
|
|
20
|
+
"lumina"
|
|
21
|
+
],
|
|
22
|
+
"author": "Wahyu-Labs (darm102)",
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"homepage": "https://wahyu-labs.github.io/lumina-mcp/",
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/Wahyu-Labs/lumina-mcp.git"
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/Wahyu-Labs/lumina-mcp/issues"
|
|
31
|
+
},
|
|
5
32
|
"main": "dist/index.js",
|
|
6
33
|
"type": "module",
|
|
7
34
|
"files": [
|