Skip to content

Conversation

@bilby91
Copy link
Member

@bilby91 bilby91 commented Apr 17, 2025

This pull request introduces a GitHub Actions workflow for publishing the package to npm and updates the package version to 0.0.3. These changes ensure the package is automatically published when a release is created and that the versioning is consistent across the project.

Workflow automation:

  • Added a new GitHub Actions workflow in .github/workflows/release.yaml to publish the package to npm. The workflow triggers on release events, sets up a Node.js environment, installs dependencies, and publishes the package with provenance and public access.

Version updates:

  • Updated the version field in package.json from 0.0.2 to 0.0.3 to reflect the new release.
  • Updated the version property in the McpServer initialization in src/server.ts to match the new package version (0.0.3).

@bilby91 bilby91 merged commit 98b2e1c into main Apr 17, 2025
2 checks passed
@bilby91 bilby91 deleted the chore/add-release-workflow branch April 17, 2025 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants