Skip to content

v1.0.31

Choose a tag to compare

@github-actions github-actions released this 22 Aug 12:47
· 21 commits to main since this release
18db02b

Summary

This release brings the OAuth consent screen into the React dashboard as a full SPA experience, showing the resource being requested and the client metadata so users can make informed approval decisions. It also ships security and reliability fixes: stricter full-containment enforcement for scoped bearer keys on group routes (GHSA-454m-4vm6-842f), a fix for per-request abort-signal listener leaks in MCP, header parameters exposed in the generated MCP input schema, BASE_PATH support for local development, and clearer database configuration documentation.

Features

  • Render OAuth consent screen inside the React dashboard (SPA) by @samanhappy in #1060
  • Surface resource target and client metadata on consent screen by @samanhappy in #1061

Fixes

摘要

本版本将 OAuth 授权确认页以完整的 SPA 形式整合进 React 控制台,清晰展示被请求的资源与客户端元数据,帮助用户做出更明智的授权决定。同时修复了安全与可靠性问题:对组路由上的作用域 bearer 密钥强制要求完全包含(GHSA-454m-4vm6-842f)、修复了 MCP 中按请求隔离的 abort 信号导致的监听器泄漏、在生成的 MCP 输入 schema 中暴露 header 参数、本地开发支持 BASE_PATH,并澄清了数据库配置的权威来源。

功能

  • 在 React 控制台内渲染 OAuth 授权确认页(SPA)by @samanhappy in #1060
  • 在授权确认页展示资源目标与客户端元数据 by @samanhappy in #1061

修复

New Contributors

References