Skip to content

Releases: etsd-tech/mcp-pointer

0.4.2

12 Sep 16:59
910b2c6
Compare
Choose a tag to compare
Merge pull request #6 from etsd-tech/changeset-release/main

Version Packages

0.4.1

12 Sep 13:44
64f288f
Compare
Choose a tag to compare
Merge pull request #5 from etsd-tech/changeset-release/main

Version Packages

@mcp-pointer/[email protected]

12 Sep 16:59
910b2c6
Compare
Choose a tag to compare

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]

12 Sep 13:44
64f288f
Compare
Choose a tag to compare

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]

11 Sep 21:52
a770c8e
Compare
Choose a tag to compare

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 and show-config with unified config 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]

07 Sep 19:53
Compare
Choose a tag to compare

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