Releases: agentfront/frontmcp
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
npm install @frontmcp/sdk@1.0.0-beta.7Note: 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 #302
- feat(nx-plugin): add git initialization to workspace generator with fallback for missing git by @frontegg-david in #304
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7
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
npm install @frontmcp/sdk@1.0.0-beta.6Note: 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 #300
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
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
npm install @frontmcp/sdk@1.0.0-beta.5Note: This is a pre-release version.
What's Changed
- fix: improve string escaping in toTsLiteral function for better compatibility by @frontegg-david in #298
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
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
npm install @frontmcp/sdk@1.0.0-beta.4Note: 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 #296
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
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
npm install @frontmcp/sdk@1.0.0-beta.3Note: 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 #294
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
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
npm install @frontmcp/sdk@1.0.0-beta.2Note: 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 #284
- test: add E2E tests for session reconnect behavior with terminated session ID by @frontegg-david (fixes #280) in #286
- feat: persist client capabilities in session store for recreation by @frontegg-david (fixes #279) in #288
- fix: enhance type safety by using explicit interfaces in schemas and type checks by @frontegg-david (fixes #283) in #290
- feat: add auto-generated input types for guard configuration schemas and enhance metadata options by @frontegg-david (fixes #282) in #292
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
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
npm install @frontmcp/sdk@1.0.0-beta.1Note: 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 #257
- Cherry-pick: feat: Add @types/cors dependency to improve TypeScript support for CORS by @github-actions[bot] in #259
- feat: Add feature flag tools and resources with updated plugin structure by @frontegg-david in #264
- feat: Add UI generators for components, pages, and shells ponding schemas and templates by @frontegg-david in #265
- feat: Implement live polling for OpenAPI spec changes with automatic tool rebuild and fix some docs by @frontegg-david in #266
- chore: remove obsolete template generation logic and related resources by @frontegg-david in #268
- chore: remove outdated bundler test suite by @frontegg-david in #269
- Preparing for v1.0 by @frontegg-david in #263
- refactor: change all files with .test. to .spec. by @frontegg-david in #272
- feat: Add initial exports for browser compatibility and protocol client by @frontegg-david in #273
- feat: Enhance browser compatibility and update LLM provider references by @frontegg-david in #274
- feat: Add exports for new hooks and components in the React SDK by @frontegg-david in #275
- chore: upgrade GitHub Actions dependencies and adjust Node.js setup configuration by @frontegg-david in #276
- feat: support dynamic loading remote tools by @frontegg-david in #277
- feat: add rate limiting, concurrency control, and timeout utilities with IP filtering support by @frontegg-david in #278
Full Changelog: v0.12.1...v1.0.0-beta.1
v0.12.2
Release v0.12.2
Release type: stable
Release line: 0.12.x
Branch: release/0.12.x
Installation
npm install @frontmcp/sdk@0.12.2What's New
CHANGELOG
Features
- Added Type Definitions for CORS: Introduced
@types/corsto enhance TypeScript support for CORS configurations, ensuring better type safety and developer experience.
Improvements
- No improvements in this release.
Bug Fixes
- No bug fixes in this release.
Breaking Changes
- No breaking changes in this release.
What's Changed
- feat: Add @types/cors dependency to improve TypeScript support for CORS by @frontegg-david in #258
Full Changelog: v0.12.1...v0.12.2
v0.12.1
Release v0.12.1
Release type: stable
Release line: 0.12.x
Branch: release/0.12.x
Installation
npm install @frontmcp/sdk@0.12.1What's New
CHANGELOG
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 server response times and efficiency.
- Documentation Updates: Expanded and clarified documentation for easier integration and usage.
Bug Fixes
- Connection Stability: Resolved intermittent connection issues affecting server reliability.
- Error Handling: Fixed minor bugs in error handling mechanisms for more robust server operations.
Breaking Changes
- Deprecated Methods: Removed outdated methods in favor of new, more efficient alternatives. Ensure to update your implementation accordingly.
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Full Changelog: v0.11.3...v0.12.0