v1.1.6
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/publicendpoint. - Added per-server
anonymousAccessandanonymousRateLimitconfiguration 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-providedstdioEnvoverrides. - Added
transportTypeto server query results for transport-aware handling.
Fixed
- Fixed anonymous MCP access and related server configuration handling.
- Fixed user notifications when
anonymousAccessis 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_serverbefore deploying. - Anonymous rate limiting is enforced per source IP, not per user.
- Tokenless requests to
/mcpstill return401; 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