Skip to content

v1.1.6

Choose a tag to compare

@Miles-YF Miles-YF released this 13 Mar 04:47
· 186 commits to main since this release

Release Summary

This release updates Peta Core from v1.1.4 to v1.1.6, focused on public anonymous MCP access, stdio-based custom server support, and follow-up fixes for server configuration and reconnect flows.

What's Changed

Added

  • Added anonymous access for public MCP servers through the /mcp/public endpoint.
  • Added per-server anonymousAccess and anonymousRateLimit configuration support.
  • Added database schema support for anonymous MCP access.
  • Added stdio support for custom MCP tools in user configuration flows.
  • Added CustomStdio (category=5) support with user-provided stdioEnv overrides.
  • Added transportType to server query results for transport-aware handling.

Fixed

  • Fixed anonymous MCP access and related server configuration handling.
  • Fixed user notifications when anonymousAccess is updated.
  • Fixed launch config update guards and detected server-name synchronization.
  • Fixed stale server context overwrite during reconnect after server updates.
  • Fixed launch config transform logic so category-specific rewrites only apply to the correct server types.

Documentation

  • Updated API documentation for anonymous access behavior and rate-limit semantics.

Upgrade Notes

  • Apply Prisma migration 20260307000000_add_anonymous_access_to_server before deploying.
  • Anonymous rate limiting is enforced per source IP, not per user.
  • Tokenless requests to /mcp still return 401; anonymous access is only available via /mcp/public.

Full Changelog

  • PR #8: Anonymous token-less access for public MCP endpoints
  • PR #10: Stdio support for custom MCP tools in user configure and server handler

Full Changelog: v1.1.4...v1.1.6