@sentry/junior-amplitude 0.100.0 → 0.102.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-amplitude",
3
- "version": "0.100.0",
3
+ "version": "0.102.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,8 +9,8 @@ Last updated: 2026-07-10
9
9
  | `https://amplitude.com/docs/amplitude-ai/amplitude-mcp` | canonical | high | Hosted MCP endpoints, OAuth behavior, supported analytics surfaces, regional setup, and Amplitude access controls. | Treat live MCP schemas as authoritative for tool names and arguments. |
10
10
  | `https://github.com/amplitude/mcp-marketplace` | canonical | high | Amplitude-authored agent workflow examples and coverage across charts, dashboards, experiments, funnels, retention, cohorts, taxonomy, and users. | Adapt workflow intent; do not copy provider-specific prompt structure wholesale. |
11
11
  | `https://github.com/getsentry/junior/issues/810` | local product context | high | Required Junior use cases: active users, event segmentation, funnels, retention, saved charts, real-time activity, and user search. | The issue's REST/CLI options predate the hosted MCP recommendation. |
12
- | `specs/plugin.md` | local canonical | high | Manifest-owned provider integration and host-managed MCP activation model. | Junior runtime contract. |
13
- | `specs/plugin-manifest.md` | local canonical | high | Hosted MCP, environment expansion, and strict tool allowlist contract. | Junior runtime contract. |
12
+ | `packages/junior-plugin-api/README.md` | local canonical | high | Manifest-owned provider integration and host-managed extension model. | Junior plugin contract. |
13
+ | `packages/junior/src/chat/plugins/README.md` | local canonical | high | Explicit plugin discovery and host runtime ownership. | Junior host contract. |
14
14
  | `packages/junior/src/chat/tools/skill/search-mcp-tools.ts` | local canonical | high | Junior-native progressive provider and tool discovery. | Use instead of Amplitude's progressive-discovery URL. |
15
15
 
16
16
  ## Adaptation decisions