Skip to content

v0.1.7 — Quality, Completeness & Version Bumps

Choose a tag to compare

@mishrasanjeev mishrasanjeev released this 01 Mar 13:44
· 1850 commits to main since this release

What's New

MCP Server — 4 new tools (13 → 17)

  • grantex_token_refresh — refresh grant tokens with single-use rotation
  • grantex_principal_session_create — create end-user permission sessions
  • grantex_agent_update — update existing agents
  • grantex_agent_delete — delete agents

Conformance Suite

  • New token-refresh suite (6 tests) — happy path, used token rejection, mismatched agentId, missing fields, refreshed token verification
  • Expanded principal-sessions suite (3 → 7 tests) — audit, grant revocation, session rejection on developer endpoints, HTML permissions page

Developer Portal

  • SSO Configuration page — OIDC provider setup (issuer URL, client ID/secret, redirect URI)
  • SCIM Token Management page — create, list, and revoke provisioning tokens

Examples

  • Go quickstart — full end-to-end example with agent registration, authorization, token exchange, offline verification, audit, and revocation

Fixes

  • Fixed duplicate API Reference tab in Mintlify docs navbar
  • Fixed PKCE test mock alignment with plan-limit-enforcement queries
  • Updated landing page: corrected scope examples, removed unverified HIPAA claim, added MCP to integrations grid

Version Bumps — All Packages

npm:

Package Version
@grantex/sdk 0.1.7
@grantex/mcp 0.1.1
@grantex/conformance 0.1.4
@grantex/cli 0.1.2
@grantex/express 0.1.1
@grantex/gateway 0.1.1
@grantex/adapters 0.1.1
@grantex/langchain 0.1.2
@grantex/vercel-ai 0.1.2
@grantex/autogen 0.1.2

PyPI:

Package Version
grantex 0.1.7
grantex-fastapi 0.1.1
grantex-crewai 0.1.2
grantex-openai-agents 0.1.1
grantex-adk 0.1.1

Go:

Package Version
github.com/mishrasanjeev/grantex-go 0.1.2

Test Suite — 671 tests, 0 failures

All 12 packages pass typecheck and tests across TypeScript, Python, and Go.

What's Changed

Full Changelog: v1.0...v0.1.7