Releases: etsd-tech/mcp-pointer
Releases · etsd-tech/mcp-pointer
0.4.2
0.4.1
Merge pull request #5 from etsd-tech/changeset-release/main Version Packages
@mcp-pointer/[email protected]
Patch Changes
-
fa28a6b: Improve README badges and release workflow
- Add version and license badges to README
- Emphasize Option+Click usage throughout documentation
- Fix release workflow to prevent README commits
- Add automatic manifest version bumping
- Remove redundant config check in extension
@mcp-pointer/[email protected]
Patch Changes
-
e232269: Fix config override and improve UI
- Fix MCP server configuration to override existing configurations by removing before adding
- Add comprehensive tests for config override scenarios
- Update border color to use CSS custom property for better theming
- Fix GitHub Actions badge URLs in README
- Add README copying to npm package in release workflow
@mcp-pointer/[email protected]
Minor Changes
-
ffcbf38: Major restructure and configuration improvements
- README restructure: Complete rewrite with cleaner organization (Example section, Getting Started, How it Works, etc.)
- New automatic config command: Replace
configure
andshow-config
with unifiedconfig
command that automatically configures AI tools - Rename "other" to "manual": Clearer naming for manual configuration option suitable for other MCP-compatible tools
- SupportedTool enum: Convert tool names to enum for better type safety
- Jest configuration: Auto-detect tsconfig instead of manual TypeScript settings
- Test improvements: Full test coverage for config command with enum usage
- Chrome extension: Add icon and improve build process for assets
@mcp-pointer/[email protected]
Patch Changes
-
cbc8cb2: Fix npm publish by moving shared package to devDependencies
- Move @mcp-pointer/shared from dependencies to devDependencies
- Resolves "workspace:*" protocol issue when publishing to npm
- Shared code is bundled by esbuild so not needed at runtime