sbb-mcp 0.6.2 → 0.6.3
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 +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,8 +27,6 @@ The AI calls the right MCP tool under the hood and returns a direct purchase lin
|
|
|
27
27
|
- `get_more_connections` — earlier or later trains for a previous search
|
|
28
28
|
- `get_prices` — ticket prices with Halbtax / GA / Sparbillet discounts
|
|
29
29
|
- `get_ticket_link` — direct purchase link to SBB.ch
|
|
30
|
-
- `save_profile` / `get_profile` — save your travel profile locally (or sync to swisstrip.app with `SWISSTRIP_TOKEN`)
|
|
31
|
-
- `list_travelers` — multi-traveler family pricing (requires `SWISSTRIP_TOKEN`)
|
|
32
30
|
|
|
33
31
|
## Languages
|
|
34
32
|
|
|
@@ -82,7 +80,6 @@ The hosted endpoint at `https://mcp.swisstrip.app/mcp` follows the [MCP HTTP tra
|
|
|
82
80
|
|
|
83
81
|
| Environment variable | Purpose |
|
|
84
82
|
|---|---|
|
|
85
|
-
| `SWISSTRIP_TOKEN` | Sync your traveler profile from your SwissTrip™ account. Mint at https://swisstrip.app/settings/developer. |
|
|
86
83
|
| `SBB_MCP_URL` | Override the hosted server URL. Default: `https://mcp.swisstrip.app/mcp`. |
|
|
87
84
|
|
|
88
85
|
## Links
|
package/package.json
CHANGED