@gpsglobal-ai/gpsglobal 1.4.6 → 1.4.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog — gpsglobal
2
2
 
3
+ ## 1.4.7 — 2026-06-21
4
+
5
+ - **README** — document `get_fund_wiki` `format=linked` default (PDF page deep links)
6
+ - **Docs sync** — `docs/57-mcp/` index, client config, production proof updated to v1.4.6+
7
+
3
8
  ## 1.4.6 — 2026-06-21
4
9
 
5
10
  - **`get_fund_wiki` default `format=linked`** — `{P18}` → markdown link to LP Workspace `?tab=analyze#page=18`
package/README.md CHANGED
@@ -13,7 +13,7 @@ This package implements a [Model Context Protocol (MCP)](https://modelcontextpro
13
13
  | Tool | Description |
14
14
  |------|-------------|
15
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 |
16
+ | `get_fund_wiki` | Return fund wiki markdown. **Default `format=linked`** turns `{P18}` citations into clickable PDF page links (`?tab=analyze#page=18`). Use `format=raw` for byte-identical on-disk wiki.md. |
17
17
 
18
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
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpsglobal-ai/gpsglobal",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
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",