v3.20.2
punkpeye/fastmcpv3.20.2Oct 20, 2025by github-actions[bot]
AI Summary
This is a minor bug fix release that addresses an issue where the tsconfig file was being incorrectly included in the npm package distribution. The fix ensures only the necessary production files are published to npm.
Key Highlights
- Fixed tsconfig being included in npm package distribution
- Addresses issue #194
- Cleaner npm package contents
Full Release Notes
## [3.20.2](https://github.com/punkpeye/fastmcp/compare/v3.20.1...v3.20.2) (2025-10-20) ### Bug Fixes * Prevent tsconfig from being included in npm package. ([#194](https://github.com/punkpeye/fastmcp/issues/194)) ([29fc1a7](https://github.com/punkpeye/fastmcp/commit/29fc1a74dc10de018424bb5d35016d7c1fd35fbe))