| v1.5.4 | ## Release v1.5.4 **Release type:** stable **Release line:** 1.5.x **Branch:** release/1.5.x ### Installation ```bash npm install @frontmcp/sdk@1.5.4 ``` ### What's New ## CHANGELOG ### Features - **Enhanced SSRF Protection**: Introduced DNS-aware SSRF protection in the CIMD service, ensuring that every resolved address is validated against a private/reserved-range blocklist. This enhancement significantly reduces the risk of unauthorized internal access. - **JWKS Fetch I | High | 7/19/2026 |
| v1.5.2 | ## Release v1.5.2 **Release type:** stable **Release line:** 1.5.x **Branch:** release/1.5.x ### Installation ```bash npm install @frontmcp/sdk@1.5.2 ``` ### What's New ## CHANGELOG ### Features - **Lazy Initialization of BundleSyncService**: The `BundleSyncService` now supports lazy initialization, ensuring that the bundle source starts and applies its first bundle only when necessary. This optimizes resource usage and improves startup efficiency, particularly in stateless environments li | Medium | 6/22/2026 |
| v1.5.1 | ## Release v1.5.1 **Release type:** stable **Release line:** 1.5.x **Branch:** release/1.5.x ### Installation ```bash npm install @frontmcp/sdk@1.5.1 ``` ### What's New ## CHANGELOG ### Features - **Enhanced JSON-Schema Conversion**: Introduced a new `toJSONSchema` function that ensures seamless JSON-Schema conversion by automatically materializing lazy schemas. This enhancement makes schema conversion more robust and transparent for all consumers, reducing the risk of runtime errors. ### | High | 6/22/2026 |
| v1.4.1 | ## Release v1.4.1 **Release type:** stable **Release line:** 1.4.x **Branch:** release/1.4.x ### Installation ```bash npm install @frontmcp/sdk@1.4.1 ``` ### What's New ## CHANGELOG ### Features - Added support for allowing excess arguments in CLI commands, enhancing flexibility for developers when using custom flags. ### Improvements - Updated logging configuration to enable console logging to stderr while maintaining file logging. This ensures that diagnostic messages are visible in the | High | 6/8/2026 |
| v1.4.0 | ## Release v1.4.0 **Release type:** stable **Release line:** 1.4.x **Branch:** release/1.4.x ### Installation ```bash npm install @frontmcp/sdk@1.4.0 ``` ### What's New ## CHANGELOG ### Features - **Custom Auth UI Support**: Introduced the ability to define custom authentication UI components using the `auth.ui` configuration. This allows developers to tailor the login experience to their specific needs, enhancing user engagement and brand consistency. - **Local Authentication Enhancements | High | 6/7/2026 |
| v1.3.0 | ## Release v1.3.0 **Release type:** stable **Release line:** 1.3.x **Branch:** release/1.3.x ### Installation ```bash npm install @frontmcp/sdk@1.3.0 ``` ### What's New ## CHANGELOG ### Features - **CLI Schema Emission**: Introduced a new script to automatically generate `frontmcp.schema.json` from the Zod schema, ensuring IDEs have up-to-date autocompletion and inline validation for configuration files. - **Plugin Metadata Management**: Added functionality to write `bin- | High | 5/27/2026 |
| v1.2.1 | ## Release v1.2.1 **Release type:** stable **Release line:** 1.2.x **Branch:** release/1.2.x ### Installation ```bash npm install @frontmcp/sdk@1.2.1 ``` ### What's New ## CHANGELOG ### Improvements - Enhanced documentation structure with new icons for better navigation and user experience. This update makes it easier to find relevant sections quickly, improving overall usability. - Updated the canonical URL in the documentation metadata to ensure more accurate search engine indexing and b | High | 5/6/2026 |
| v1.1.0 | ## Release v1.1.0 **Release type:** stable **Release line:** 1.1.x **Branch:** release/1.1.x ### Installation ```bash npm install @frontmcp/sdk@1.1.0 ``` ### What's New ## CHANGELOG ### Features - **Lazy Zod Integration**: Introduced `@frontmcp/lazy-zod` for more efficient schema validation, reducing initial load times and improving performance across all tools and agents. - **Authorities E2E Testing**: Added a comprehensive suite for end-to-end testing of authorities, including new tools | High | 5/1/2026 |
| v1.0.4 | ## Release v1.0.4 ### Features - **OpenAPI Adapter Enhancements**: Introduced `resolveFormats` and `formatResolvers` options to enrich tool input schemas with concrete constraints from OpenAPI format values. - **Security Enhancements**: Added `refResolution` option to configure $ref resolution security, preventing SSRF attacks by filtering which API operations become MCP tools. ### Security This release addresses a high-severity SSRF vulnerability (CVE-2026-39885) caused by unsafe $ref | High | 4/8/2026 |
| v1.0.3 | ## Release v1.0.3 **Release type:** stable **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.3 ``` ### What's New # FrontMCP v1.0.3 Changelog ## Features - **Dynamic NX Versioning**: Introduced a function to dynamically retrieve the NX version, enhancing flexibility in version management. ## Improvements - **Dependency Updates**: Upgraded several dependencies to their latest versions for improved performance and security: - `vectori | Medium | 4/6/2026 |
| v1.0.2 | ## Release v1.0.2 **Release type:** stable **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.2 ``` ### Features - **Skill Command Enhancements**: Introduced a new `skills read <name>` command to provide detailed information about specific skills, including descriptions, instructions, and tools. - **Client Management**: Added `closeClient` function to ensure proper cleanup of client connections, enhancing stability during shutdown proces | Medium | 4/6/2026 |
| v1.0.1 | ## Release v1.0.1 **Release type:** stable **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.1 ``` ### Features - **Greeting Helper Skill**: Introduced a new `greeting-helper` skill for greeting users, enhancing the interactive capabilities of the CLI applications. - **Verbose Logging Option**: Added `--verbose` flag to enable detailed console logging, providing better insights during CLI operations. - **Log Directory Configuration**: I | Medium | 4/6/2026 |
| v1.0.0 | ## Release v1.0.0 **Release type:** stable **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0 ``` ### Features - **Enhanced Weather Tool**: Transitioned the weather tool to use a React-based UI, providing a more dynamic and interactive user experience. - **New E2E Testing Setup**: Introduced comprehensive end-to-end testing configurations for agent adapters, ensuring robust validation of agent interactions. - **Observability Enhancemen | Medium | 4/6/2026 |
| v1.0.0-rc.1 | ## Release v1.0.0-rc.1 **Release type:** rc **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-rc.1 ``` > **Note:** This is a pre-release version. ## What's Changed * feat: implement observability features with OpenTelemetry integration and structured logging support by @frontegg-david in https://github.com/agentfront/frontmcp/pull/327 * feat: implement environment-aware availability filtering for tools, resources, and prompts by @fr | Medium | 4/5/2026 |
| v1.0.0-beta.14 | ## Release v1.0.0-beta.14 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.14 ``` > **Note:** This is a pre-release version. ## What's Changed * feat: add examples directory support and update metadata schema in skill files by @frontegg-david in https://github.com/agentfront/frontmcp/pull/323 * feat: add reinitialization support for terminated sessions and improve data injection in weather widget by @fro | Medium | 3/31/2026 |
| v1.0.0-beta.13 | ## Release v1.0.0-beta.13 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.13 ``` > **Note:** This is a pre-release version. ## What's Changed * feat: enhance plugin provider handling and add tests for decorator providers by @frontegg-david in https://github.com/agentfront/frontmcp/pull/320 **Full Changelog**: https://github.com/agentfront/frontmcp/compare/v1.0.0-beta.12...v1.0.0-beta.13 | Medium | 3/29/2026 |
| v1.0.0-beta.12 | ## Release v1.0.0-beta.12 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.12 ``` > **Note:** This is a pre-release version. ## What's Changed * feat: improve error handling and validation in skills manifest and related files by @frontegg-david in https://github.com/agentfront/frontmcp/pull/316 * Fixes before beta version by @frontegg-david in https://github.com/agentfront/frontmcp/pull/318 **Full Chan | Medium | 3/29/2026 |
| v1.0.0-beta.10 | ## Release v1.0.0-beta.10 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.10 ``` > **Note:** This is a pre-release version. ## What's Changed * chore: update Node.js version requirements and bug fixes by @frontegg-david in https://github.com/agentfront/frontmcp/pull/314 **Full Changelog**: https://github.com/agentfront/frontmcp/compare/v1.0.0-beta.9...v1.0.0-beta.10 | Medium | 3/28/2026 |
| v1.0.0-beta.9 | ## Release v1.0.0-beta.9 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.9 ``` > **Note:** This is a pre-release version. ## What's Changed * feat: add SEA build support with reinitialization handling for transport by @frontegg-david in https://github.com/agentfront/frontmcp/pull/308 * refactor: update type definitions and improve scope handling across files by @frontegg-david in https://github.com/agen | Medium | 3/27/2026 |
| v1.0.0-beta.8 | ## Release v1.0.0-beta.8 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.8 ``` > **Note:** This is a pre-release version. ## What's Changed * fix: update session ID retrieval to prefer context session over authinfo by @frontegg-david in https://github.com/agentfront/frontmcp/pull/306 **Full Changelog**: https://github.com/agentfront/frontmcp/compare/v1.0.0-beta.7...v1.0.0-beta.8 | Medium | 3/24/2026 |
| v1.0.0-beta.7 | ## Release v1.0.0-beta.7 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.7 ``` > **Note:** This is a pre-release version. ## What's Changed * feat: enhance type safety by extending context classes for agents, jobs, prompts, and resources by @frontegg-david in https://github.com/agentfront/frontmcp/pull/302 * feat(nx-plugin): add git initialization to workspace generator with fallback for missing git by | Medium | 3/23/2026 |
| v1.0.0-beta.6 | ## Release v1.0.0-beta.6 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.6 ``` > **Note:** This is a pre-release version. ## What's Changed * test: add end-to-end tests for Streamable HTTP Transport session ID and elicitation capabilities by @frontegg-david in https://github.com/agentfront/frontmcp/pull/300 **Full Changelog**: https://github.com/agentfront/frontmcp/compare/v1.0.0-beta.5...v1.0.0-beta. | Low | 3/21/2026 |
| v1.0.0-beta.5 | ## Release v1.0.0-beta.5 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.5 ``` > **Note:** This is a pre-release version. ## What's Changed * fix: improve string escaping in toTsLiteral function for better compatibility by @frontegg-david in https://github.com/agentfront/frontmcp/pull/298 **Full Changelog**: https://github.com/agentfront/frontmcp/compare/v1.0.0-beta.4...v1.0.0-beta.5 | Low | 3/19/2026 |
| v1.0.0-beta.4 | ## Release v1.0.0-beta.4 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.4 ``` > **Note:** This is a pre-release version. ## What's Changed * test: add end-to-end tests for elicitation capability round-trip and session state persistence by @frontegg-david in https://github.com/agentfront/frontmcp/pull/296 **Full Changelog**: https://github.com/agentfront/frontmcp/compare/v1.0.0-beta.3...v1.0.0-beta.4 | Low | 3/18/2026 |
| v1.0.0-beta.3 | ## Release v1.0.0-beta.3 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.3 ``` > **Note:** This is a pre-release version. ## What's Changed * fix: update elicitation support logic to align with MCP spec and enhance type handling (Fixes #279) by @frontegg-david in https://github.com/agentfront/frontmcp/pull/294 **Full Changelog**: https://github.com/agentfront/frontmcp/compare/v1.0.0-beta.2...v1.0.0-be | Low | 3/18/2026 |
| v1.0.0-beta.2 | ## Release v1.0.0-beta.2 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.2 ``` > **Note:** This is a pre-release version. ## What's Changed * fix(nx): add Nx monorepo support with scaffolding instructions and commands by @frontegg-david (fixes #281) in https://github.com/agentfront/frontmcp/pull/284 * test: add E2E tests for session reconnect behavior with terminated session ID by @fr | Low | 3/18/2026 |
| v1.0.0-beta.1 | ## Release v1.0.0-beta.1 **Release type:** beta **Release line:** 1.0.x **Branch:** release/1.0.x ### Installation ```bash npm install @frontmcp/sdk@1.0.0-beta.1 ``` > **Note:** This is a pre-release version. ## What's Changed * Cherry-pick: feat: Update package.json and project.json with repository and author details; add README.md for Nx plugin documentation by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/257 * Cherry-pick: feat: Add @types/cors dependency to impr | Low | 3/16/2026 |
| v0.12.2 | ## Release v0.12.2 **Release type:** stable **Release line:** 0.12.x **Branch:** release/0.12.x ### Installation ```bash npm install @frontmcp/sdk@0.12.2 ``` ### Features - **Added Type Definitions for CORS**: Introduced `@types/cors` to enhance TypeScript support for CORS configurations, ensuring better type safety and developer experience. <!-- CARD_MDX_START <Card title="FrontMCP v0.12.2: Enhanced Type Safety" href="https://github.com/agentfront/frontmcp/releases/tag/v0.12.2" cta | Low | 2/26/2026 |
| v0.12.1 | ## Release v0.12.1 **Release type:** stable **Release line:** 0.12.x **Branch:** release/0.12.x ### Installation ```bash npm install @frontmcp/sdk@0.12.1 ``` ### What's New --- ### Features - **Enhanced API Support**: Introduced new API endpoints for improved data handling and retrieval. - **Real-time Data Streaming**: Added support for real-time data streaming, enabling more dynamic server interactions. ### Improvements - **Optimized Performance**: Refined internal algorithms to boost s | Low | 2/25/2026 |
| v0.12.0 | **Full Changelog**: https://github.com/agentfront/frontmcp/compare/v0.11.3...v0.12.0 | Low | 2/25/2026 |
| v0.11.3 | ## Release v0.11.3 **Release type:** stable **Release line:** 0.11.x **Branch:** release/0.11.x ### Installation ```bash npm install @frontmcp/sdk@0.11.3 ``` ### Features - **JWT Detection Enhancement**: Introduced a robust method to detect JWT-like patterns in data using base64url decoding, enhancing security against token leakage. - **Skill Metadata Expansion**: Added new metadata fields for skills, including `license`, `compatibility`, `specMetadata`, `allowedTools`, and `resources`, ali | Low | 2/22/2026 |
| v0.11.2 | ## Release v0.11.2 **Release type:** stable **Release line:** 0.11.x **Branch:** release/0.11.x ### Installation ```bash npm install @frontmcp/sdk@0.11.2 ``` ### Features - **Package Manager Selection**: Added support for selecting a package manager (`npm`, `yarn`, or `pnpm`) during project creation. This includes tailored Docker and GitHub Actions configurations for each package manager. - **Interactive Prompts**: Integrated `@clack/prompts` for enhanced interactive command-line prompts, r | Low | 2/21/2026 |
| v0.11.1 | ## Release v0.11.1 **Release type:** stable **Release line:** 0.11.x **Branch:** release/0.11.x ### Installation ```bash npm install @frontmcp/sdk@0.11.1 ``` ### Features - **Public Mode Authentication**: Updated default authentication mode to 'public', enhancing flexibility for users who prefer open access without predefined constraints. ### Improvements - **Code Simplification**: Removed redundant warning logs related to unauthenticated usage, streamlining the initialization process for | Low | 2/20/2026 |
| v0.11.0 | ## Release v0.11.0 **Release type:** stable **Release line:** 0.11.x **Branch:** release/0.11.x ### Installation ```bash npm install @frontmcp/sdk@0.11.0 ``` ### Features - **Authorization Interface**: Introduced a comprehensive `Authorization` interface to manage user authentication contexts, supporting multiple transport sessions and scope checks. - **Auth Logger**: Added a new `AuthLogger` interface for decoupling authentication logging from the SDK's main logger, with a n | Low | 2/19/2026 |
| v0.10.0 | ## Release v0.10.0 **Release type:** stable **Release line:** 0.10.x **Branch:** release/0.10.x ### Installation ```bash npm install @frontmcp/sdk@0.10.0 ``` ### Features - **Unix Socket MCP Client Helper**: Introduced a new Unix Socket MCP client helper for HTTP-over-Unix-socket transport and JSON-RPC client for E2E testing. - **Notes Application**: Added a new note-taking application for E2E testing, featuring tools for creating, listing, and summarizing notes. - **CLI Enh | Low | 2/13/2026 |
| v0.9.0 | ## Release v0.9.0 **Release type:** stable **Release line:** 0.9.x **Branch:** release/0.9.x ### Installation ```bash npm install @frontmcp/sdk@0.9.0 ``` ### Features - **Secure ID Generation**: Introduced `generateSecureId` function for cryptographically secure random ID generation in `RequestLoggerProvider`. - **Direct Server Creation**: Added `create()` factory function for flat-config direct server creation, supporting machine ID injection and instance caching. - **Safe | Low | 2/5/2026 |
| v0.8.1 | ## Release v0.8.1 **Release type:** stable **Release line:** 0.8.x **Branch:** release/0.8.x ### Installation ```bash npm install @frontmcp/sdk@0.8.1 ``` ### Features - **Enhanced Security Options**: Introduced `maxSanitizeDepth` and `maxSanitizeProperties` to limit nesting depth and properties in sanitized outputs, enhancing security and preventing stack overflow issues. ### Improvements - **Dependency Updates**: Updated `vectoriadb` to version 2.1.3 for improved performa | Low | 2/3/2026 |
| v0.8.0 | ## Release v0.8.0 **Release type:** stable **Release line:** 0.8.x **Branch:** release/0.8.x ### Installation ```bash npm install @frontmcp/sdk@0.8.0 ``` ## What's Changed * chore: update GitHub Actions workflows to include additional branch triggers and add compute-next-patch script for versioning by @frontegg-david in https://github.com/agentfront/frontmcp/pull/203 * feat: Add ConfigPlugin for environment variable management and update related configurations by @frontegg-da | Low | 2/2/2026 |
| v0.7.2 | ## What's Changed * fix: re-export DI types for backwards compatibilit by @frontegg-david in https://github.com/agentfront/frontmcp/pull/200 * docs: update draft docs for next release (Codex) by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/201 * v0.7.2 by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/202 **Full Changelog**: https://github.com/agentfront/frontmcp/compare/v0.7.1...v0.7.2 <!-- CARD_MDX_START <Card title="FrontMCP v0.7.2: | Low | 1/9/2026 |
| v0.7.1 | ## What's Changed * feat: Add coverage reporting for unit and E2E tests with merging coverage by @frontegg-david in https://github.com/agentfront/frontmcp/pull/171 * feat: Add dashboard plugin for built-in Frontmcp visualization tools by @frontegg-david in https://github.com/agentfront/frontmcp/pull/170 * feat: Implement agent tooling features and hooks for enhanced functionality by @frontegg-david in https://github.com/agentfront/frontmcp/pull/173 * chore: sdk enhancements by @frontegg-davi | Low | 1/9/2026 |
| v0.6.3 | ## What's Changed * fix: fix circular deps in @FrontMcp by @frontegg-david in https://github.com/agentfront/frontmcp/pull/165 * feat: Enhance session security with HMAC signing and rate limiting by @frontegg-david in https://github.com/agentfront/frontmcp/pull/166 * docs: update draft docs for next release (Codex) by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/167 * v0.6.3 by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/168 **Full Changelog | Low | 12/27/2025 |
| v0.6.2 | ## What's Changed * fix: Fix build scripts to enhance tree shaking by @frontegg-david in https://github.com/agentfront/frontmcp/pull/153 * feat: Add auto-transport persistence transformation for Redis configuโฆ by @frontegg-david in https://github.com/agentfront/frontmcp/pull/155 * feat: Enhance multi-platform bundling with theme support and metadata by @frontegg-david in https://github.com/agentfront/frontmcp/pull/157 * refactor: new simpilfied ui builder api by @frontegg-david in https://gi | Low | 12/24/2025 |
| v0.6.1 | ## What's Changed * fix: update snyk by @frontegg-david in https://github.com/agentfront/frontmcp/pull/136 * fix: Fix UI widget build by @frontegg-david in https://github.com/agentfront/frontmcp/pull/138 * fix: Fix vercel deployment by @frontegg-david in https://github.com/agentfront/frontmcp/pull/139 * feat: Add support for Vercel KV session store and update storage factory by @frontegg-david in https://github.com/agentfront/frontmcp/pull/142 * Split @frontmcp/ui for two packages in order | Low | 12/22/2025 |
| v0.6.0 | ## What's Changed * docs: update draft docs for next release (Codex) by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/107 * feat: Add support for logger in OpenAPI adapter and enhance security by @frontegg-david in https://github.com/agentfront/frontmcp/pull/109 * feat: Add support for ESM in UI library and update TypeScript configuration by @frontegg-david in https://github.com/agentfront/frontmcp/pull/110 * feat: Implement Redis session store for transport recreation | Low | 12/19/2025 |
| v0.5.1 | ## What's Changed * docs: update draft docs for next release (Codex) by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/102 * fix: Update asset paths in project.json for testing and UI libraries by @frontegg-david in https://github.com/agentfront/frontmcp/pull/101 * docs: update draft docs for next release (Codex) by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/105 * v0.5.1 by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/104 | Low | 12/12/2025 |
| v0.5.0 | ## What's Changed * chore: Upgrade Node.js to v24 by @frontegg-david in https://github.com/agentfront/frontmcp/pull/67 * docs: update draft docs for next release (Codex) by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/69 * feat: add VectoriaDB - lightweight in-memory vector database by @frontegg-david in https://github.com/agentfront/frontmcp/pull/68 * docs: update draft docs for next release (Codex) by @github-actions[bot] in https://github.com/agentfront/frontmcp/pul | Low | 12/11/2025 |
| v0.4.1 | ## What's Changed * **fix(deps):** Pin `@modelcontextprotocol/sdk` to version **1.22.0** to enforce usage of **Zod v3**, resolving issue #84 <!-- CARD_MDX_START <Card title="FrontMCP v0.4.1: Zod Compatibility" href="https://github.com/agentfront/frontmcp/releases/tag/v0.4.1" cta="View full changelog" > Compatibility fix ensuring consistent schema validation across dependencies. ๐ง **Dependency Fix** pinned @modelcontextprotocol/sdk to v1.22.0 for Zod v3 consistency. < | Low | 11/28/2025 |
| v0.4.0 | ## What's Changed * fix(readme): Fix repo README and adjust publication readme content by @frontegg-david in https://github.com/agentfront/frontmcp/pull/49 * fix(docs): reorginaize docs folder and update coderabbit config by @frontegg-david in https://github.com/agentfront/frontmcp/pull/50 * feat(sdk): Extend tool outputSchema and Add prettier by @frontegg-david in https://github.com/agentfront/frontmcp/pull/52 * feat(libs): New lib mcp-from-openapi by @frontegg-david in https://github.com | Low | 11/22/2025 |
| v0.3.1 | ## What's Changed * feat(core): Support split by app with multiple auth options by @frontegg-david in https://github.com/agentfront/frontmcp/pull/44 * feat(docs): Add support for versioning docs by @frontegg-david in https://github.com/agentfront/frontmcp/pull/45 * feat(docs): Add logos and default 404 redirect with docs preview dev dependency by @frontegg-david in https://github.com/agentfront/frontmcp/pull/46 * v0.3.1 by @github-actions[bot] in https://github.com/agentfront/frontmcp/pull/ | Low | 11/16/2025 |
| v0.3.0 | ## What's Changed * feat(hooks): add support for hook flows with will/did/around hooks by @frontegg-david in https://github.com/agentfront/frontmcp/pull/14 * fix(core): reorganize libs folder by @frontegg-david in https://github.com/agentfront/frontmcp/pull/15 * Add CI/CD and move frontmcp cli lib to the monorepo by @frontegg-david in https://github.com/agentfront/frontmcp/pull/16 * fix(ci): Fixes publish workflow code by @frontegg-david in https://github.com/agentfront/frontmcp/pull/18 * f | Low | 11/15/2025 |
| v0.2.5 | ## What's Changed * docs by @frontegg-david in https://github.com/agentfront/frontmcp/pull/1 * Push code by @frontegg-david in https://github.com/agentfront/frontmcp/pull/2 * fix: Fix docs and README by @frontegg-david in https://github.com/agentfront/frontmcp/pull/3 * fix(core): fix tool listing by @frontegg-david in https://github.com/agentfront/frontmcp/pull/4 * feat(core): migrate tool call to new the flow runner by @frontegg-david in https://github.com/agentfront/frontmcp/pull/6 * fea | Low | 11/14/2025 |