@gpsglobal-ai/gpsglobal 1.4.1 → 1.4.4

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 (4) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/LICENSE +40 -0
  3. package/README.md +137 -18
  4. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog — gpsglobal
2
2
 
3
+ ## 1.4.4 — 2026-06-18
4
+
5
+ - CI: disable npm provenance (private GitHub repo — OIDC publish still works)
6
+
7
+ ## 1.4.3 — 2026-06-18
8
+
9
+ - CI: fix OIDC publish — do not inject `NODE_AUTH_TOKEN` via `setup-node` `registry-url`
10
+
11
+ ## 1.4.2 — 2026-06-18
12
+
13
+ - **README** — LP-facing install guide, host matrix, security, troubleshooting
14
+ - **LICENSE** — proprietary GPS Global terms (not open source); `SEE LICENSE IN LICENSE`
15
+
3
16
  ## 1.4.1 — 2026-06-17
4
17
 
5
18
  - **npm scope:** publish as `@gpsglobal-ai/gpsglobal` under org `gpsglobal-ai`
package/LICENSE ADDED
@@ -0,0 +1,40 @@
1
+ GPS Global — Proprietary Software License
2
+ @gpsglobal-ai/gpsglobal MCP Server
3
+
4
+ Copyright (c) 2026 GPS Global. All rights reserved.
5
+
6
+ NOTICE: This software is NOT open source. Public distribution on npm does not
7
+ grant any rights beyond those expressly stated below.
8
+
9
+ 1. GRANT OF LICENSE
10
+ Subject to your valid GPS LP Workspace account and applicable agreement
11
+ with GPS Global (or its affiliates), you are granted a limited,
12
+ non-exclusive, non-transferable, revocable license to install and use
13
+ this MCP server package solely to access fund wiki content made available
14
+ to you through the GPS LP platform.
15
+
16
+ 2. RESTRICTIONS
17
+ You may not:
18
+ - copy, modify, merge, publish, distribute, sublicense, or sell this software;
19
+ - reverse engineer, decompile, or disassemble the software, except where
20
+ prohibited by applicable law;
21
+ - use the software to access data belonging to another LP or bypass
22
+ GPS authentication or authorization controls;
23
+ - remove or alter proprietary notices.
24
+
25
+ 3. OWNERSHIP
26
+ GPS Global and its licensors retain all right, title, and interest in and
27
+ to the software. No rights are granted except as expressly set forth herein.
28
+
29
+ 4. TERMINATION
30
+ This license terminates automatically if you breach these terms or lose
31
+ authorized access to the GPS LP platform. Upon termination, you must cease
32
+ all use and destroy copies in your possession.
33
+
34
+ 5. DISCLAIMER
35
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
36
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY,
37
+ FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
38
+
39
+ 6. CONTACT
40
+ Licensing inquiries: https://lp.gpsglobal.ai
package/README.md CHANGED
@@ -1,33 +1,152 @@
1
1
  # @gpsglobal-ai/gpsglobal
2
2
 
3
- GPS LP fund wiki **MCP server** — `list_funds` and `get_fund_wiki` for Cursor, Copilot, and Claude.
3
+ **GPS LP fund wiki MCP server** — connect Cursor, GitHub Copilot, VS Code, and Claude to your GPS fund vault wikis.
4
4
 
5
- | | |
6
- |--|--|
7
- | **npm** | `@gpsglobal-ai/gpsglobal` |
8
- | **MCP server key** | `gpsglobal` |
9
- | **CLI** | `gpsglobal` (after install) |
5
+ > **Licensed software** — not open source. Use is limited to authorized GPS Limited Partners. See [LICENSE](./LICENSE).
10
6
 
11
- ## Quick start
7
+ ---
8
+
9
+ ## What it does
10
+
11
+ This package implements a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server so AI assistants can read **your** GPS fund knowledge wikis securely:
12
+
13
+ | Tool | Description |
14
+ |------|-------------|
15
+ | `list_funds` | List funds in your LP vault (with `has_wiki` metadata) |
16
+ | `get_fund_wiki` | Return the full markdown wiki for a fund |
17
+
18
+ Data never leaves GPS infrastructure except through your authenticated session — the MCP proxies to `https://lp.gpsglobal.ai` with LP-scoped JWT or OAuth tokens.
19
+
20
+ ---
21
+
22
+ ## Who this is for
23
+
24
+ - **GPS Limited Partners** with access to [LP Workspace](https://lp.gpsglobal.ai)
25
+ - **Not** for GP operators, content managers, or unauthenticated use
26
+
27
+ ---
28
+
29
+ ## Quick start (recommended)
30
+
31
+ One command — browser sign-in, credentials saved locally, configs merged for major AI hosts:
12
32
 
13
33
  ```bash
14
34
  npx @gpsglobal-ai/gpsglobal setup
15
35
  ```
16
36
 
17
- Browser sign-in `~/.gps/mcp.env` merges configs for **Cursor**, **VS Code**, and **Claude Desktop**.
37
+ This writes `~/.gps/mcp.env` (mode `600`) and updates **Cursor**, **VS Code**, and **Claude Desktop** configs.
38
+
39
+ **Restart your AI tool**, then ask: *"List my GPS funds using gpsglobal"*.
40
+
41
+ ### Other commands
42
+
43
+ | Goal | Command |
44
+ |------|---------|
45
+ | OAuth Connect (URL-only, no token in config) | `npx @gpsglobal-ai/gpsglobal setup --mode=oauth` |
46
+ | Verify install + backend reachability | `npx @gpsglobal-ai/gpsglobal doctor` |
47
+ | Print config snippets for all hosts | `npx @gpsglobal-ai/gpsglobal print-config` |
48
+ | Refresh credentials | `npx @gpsglobal-ai/gpsglobal login --browser --refresh` |
49
+
50
+ Global install (optional):
51
+
52
+ ```bash
53
+ npm install -g @gpsglobal-ai/gpsglobal
54
+ gpsglobal setup
55
+ ```
56
+
57
+ ---
58
+
59
+ ## Supported AI hosts
60
+
61
+ | Host | Setup mode | Config key |
62
+ |------|------------|------------|
63
+ | **Cursor** | `setup` or `setup --mode=oauth` | `gpsglobal` |
64
+ | **VS Code / GitHub Copilot** | `setup` | `gpsglobal` |
65
+ | **Claude Desktop** | `setup` (stdio) | `gpsglobal` |
66
+ | **Claude Code** | `claude mcp add --transport http gpsglobal https://lp.gpsglobal.ai/mcp` | `gpsglobal` |
18
67
 
19
- | Variant | Command |
20
- |---------|---------|
21
- | OAuth Connect (URL-only) | `npx @gpsglobal-ai/gpsglobal setup --mode=oauth` |
22
- | Health check | `npx @gpsglobal-ai/gpsglobal doctor` |
23
- | Config snippets | `npx @gpsglobal-ai/gpsglobal print-config` |
68
+ **OAuth Connect (production):** hosts discover auth via `https://lp.gpsglobal.ai/mcp` — no manual JWT paste.
24
69
 
25
- ## Docs
70
+ **Cursor example** (`~/.cursor/mcp.json`):
71
+
72
+ ```json
73
+ {
74
+ "mcpServers": {
75
+ "gpsglobal": {
76
+ "url": "https://lp.gpsglobal.ai/mcp"
77
+ }
78
+ }
79
+ }
80
+ ```
26
81
 
27
- - Repo spec: [`docs/57-mcp/`](../docs/57-mcp/000-INDEX.md)
28
- - npm publish & CI/CD: [`docs/57-mcp/018-npm-publish-and-cicd.md`](../docs/57-mcp/018-npm-publish-and-cicd.md)
29
- - Host configuration: [`docs/57-mcp/017-multi-host-oauth-connect.md`](../docs/57-mcp/017-multi-host-oauth-connect.md)
82
+ **Stdio example** (Claude Desktop, local dev):
83
+
84
+ ```json
85
+ {
86
+ "mcpServers": {
87
+ "gpsglobal": {
88
+ "command": "npx",
89
+ "args": ["-y", "@gpsglobal-ai/gpsglobal", "--stdio"],
90
+ "envFile": "${userHome}/.gps/mcp.env"
91
+ }
92
+ }
93
+ }
94
+ ```
95
+
96
+ ---
97
+
98
+ ## Security
99
+
100
+ - Credentials live in `~/.gps/mcp.env` — **never** commit tokens to git
101
+ - MCP HTTP uses **OAuth 2.1 + PKCE** with scoped tokens (`aud` + `mcp:read`)
102
+ - LP isolation enforced server-side — you only see your own vault
103
+ - OAuth tokens expire after 1 hour; run `login --refresh` or reconnect in your host
104
+
105
+ ---
106
+
107
+ ## Package identity
108
+
109
+ | | Value |
110
+ |--|-------|
111
+ | npm package | `@gpsglobal-ai/gpsglobal` |
112
+ | MCP server name (in host config) | `gpsglobal` |
113
+ | CLI binary (after global install) | `gpsglobal` |
114
+ | Production MCP endpoint | `https://lp.gpsglobal.ai/mcp` |
115
+
116
+ ---
117
+
118
+ ## Requirements
119
+
120
+ - Node.js **18+**
121
+ - Valid GPS LP account on [lp.gpsglobal.ai](https://lp.gpsglobal.ai)
122
+ - Network access to the GPS API (local dev: `make dev` stack on ports 8080 / 3100)
123
+
124
+ ---
125
+
126
+ ## Troubleshooting
127
+
128
+ | Issue | Fix |
129
+ |-------|-----|
130
+ | Tools return 401 | `npx @gpsglobal-ai/gpsglobal login --browser --refresh` |
131
+ | Host shows disconnected | Restart the AI app after `setup` |
132
+ | `doctor` fails | Ensure backend is running; check `GPS_API_BASE` in `~/.gps/mcp.env` |
133
+ | OAuth Connect loop | Confirm Cursor/VS Code config is URL-only (no stale Bearer header) |
134
+
135
+ ---
30
136
 
31
137
  ## License
32
138
 
33
- UNLICENSEDprivate GPS software.
139
+ **Proprietarynot open source.**
140
+
141
+ Copyright © 2026 GPS Global. All rights reserved.
142
+
143
+ This package is published on npm for convenient installation by **authorized GPS Limited Partners only**. See [LICENSE](./LICENSE) for full terms.
144
+
145
+ Unauthorized copying, modification, distribution, or reverse engineering is prohibited.
146
+
147
+ ---
148
+
149
+ ## Links
150
+
151
+ - LP Workspace: https://lp.gpsglobal.ai
152
+ - MCP specification: https://modelcontextprotocol.io
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpsglobal-ai/gpsglobal",
3
- "version": "1.4.1",
3
+ "version": "1.4.4",
4
4
  "description": "GPS LP fund wiki MCP server — list_funds and get_fund_wiki for Cursor, Copilot, Claude",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -19,7 +19,8 @@
19
19
  "dist",
20
20
  "templates",
21
21
  "README.md",
22
- "CHANGELOG.md"
22
+ "CHANGELOG.md",
23
+ "LICENSE"
23
24
  ],
24
25
  "scripts": {
25
26
  "build": "tsc",
@@ -52,6 +53,6 @@
52
53
  "copilot",
53
54
  "claude"
54
55
  ],
55
- "license": "UNLICENSED",
56
+ "license": "SEE LICENSE IN LICENSE",
56
57
  "private": false
57
58
  }