spaps-mcp 0.1.0 → 0.1.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.
@@ -11,5 +11,5 @@
11
11
  /packages/sdk/README.md | TypeScript SDK usage for auth, payments, sessions, entitlements, access, graph, and domain helpers.
12
12
  /packages/python-client/README.md | Python SDK usage for sync and async auth, MFA, OIDC, WebAuthn, payments, sessions, and domain helpers.
13
13
  /packages/spaps/AI_TOOLS.json | Generated OpenAI-style SPAPS tool spec for agent callers.
14
- /docs/manifest.json tags | admin-stripe, affiliate-referrals, agent, agent-approvals, app-links, apply-log, attribution, audit, auth, authorization, authz, billing-accounts, capability-graph, cfo, controlled-reveal, crypto-payments, dayrate, dev, device-flow, discovery, docs, elevenlabs, email, entitlements, experiments, features, fixtures, governance, handoff, health, history, hosted-assets, idempotency, insights, invitations, issue-reporting, ledger, local, marketing-events, memberships, notifications, operator-control-plane, other, outbox, paid-resources, paid-review, payments, policies, privacy, project-grants, publishable-key, realtime, receipts, reporter-thread, results, reviews, rollups, screenshots, secret-key, secure-messages, security, self-service, service-admin, sessions, short-links, skill-evals, status, stripe, stripe-webhooks, support-triage, triage, usage, user-messaging, users, voice, webhooks, whitelist, x402.
14
+ /docs/manifest.json tags | admin-stripe, affiliate-referrals, agent, agent-approvals, app-links, apply-log, attribution, audit, auth, authorization, authz, billing-accounts, capability-graph, cfo, contact-leads, controlled-reveal, crypto-payments, dayrate, dev, device-flow, discovery, docs, elevenlabs, email, entitlements, experiments, features, fixtures, governance, handoff, health, history, hosted-assets, idempotency, insights, invitations, issue-reporting, lead-capture, lead-export, ledger, local, marketing-events, memberships, notifications, operator-control-plane, other, outbox, paid-resources, paid-review, payments, policies, privacy, project-grants, publishable-key, realtime, receipts, registry-access, reporter-thread, results, reviews, rollups, screenshots, secret-key, secure-messages, security, self-service, service-admin, sessions, short-links, skill-evals, status, stripe, stripe-webhooks, support-triage, triage, usage, user-messaging, users, voice, webhooks, whitelist, x402.
15
15
  /sweet-potato-logo.jpg | Sweet Potato brand image.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaps-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Model Context Protocol server for SPAPS docs, contracts, capability checks, and integration wizard steps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",