Skip to content

BailingHub MCP Server v0.2.0

Choose a tag to compare

@niejingchuan niejingchuan released this 26 Aug 12:22
· 15 commits to main since this release
0a19ef7

What changed

  • Added the host-neutral Agent Client SDK for browser-authorized local agent hosts.
  • Added PKCE authorization, runtime context retrieval, direct governed tool invocation, job/result polling, and execution trace transport.
  • Kept the existing stdio/Client Token MCP Registry entry compatible and separate from the Agent Session credential flow.
  • Added stable English and Chinese integration guides, compatibility declarations, and release checks.

Install

npm install bailinghub-mcp-server@0.2.0
import { BailingHubAgentClient } from 'bailinghub-mcp-server/sdk';

Host adapters should depend on this exact public version. Business authorization pages and server-side credentials remain owned by the corresponding integration; they are not bundled in the SDK.

Verification

  • 66/66 package tests passed.
  • The npm package was published with provenance and resolves from a clean project.
  • Registry signatures and attestations were verified after installation.
  • io.github.bailinghub/bailinghub-governance@0.2.0 is available from the official MCP Registry.