@h0wzy/mcp-server-antigravity 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +8 -1
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # 🌌 @h0wzy/mcp-server-antigravity
2
+
3
+ Google Antigravity MCP Server connecting any MCP client to **Gemini 3.1 Pro / Flash**.
4
+
5
+ Part of the [H0wZy/mcp](https://github.com/H0wZy/mcp) monorepo.
package/package.json CHANGED
@@ -1,7 +1,14 @@
1
1
  {
2
2
  "name": "@h0wzy/mcp-server-antigravity",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Google Antigravity MCP Server connecting any MCP client to Gemini 3.1 Pro / Flash",
5
+ "keywords": [
6
+ "mcp",
7
+ "model-context-protocol",
8
+ "antigravity",
9
+ "gemini",
10
+ "google"
11
+ ],
5
12
  "type": "module",
6
13
  "bin": {
7
14
  "h0wzy-mcp-antigravity": "bin/cli.js"