@moonbanking/mcp-server 0.5.6 → 0.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ jobs:
17
17
  name: Build and Publish to npm
18
18
  runs-on: ubuntu-latest
19
19
  permissions:
20
- contents: read
20
+ contents: write # Required for creating releases
21
21
  id-token: write # Required for npm provenance
22
22
  steps:
23
23
  - name: Checkout code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonbanking/mcp-server",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "# Welcome to the Moon Banking API!\n\nEnjoy the documentation and happy coding. Share this spec with your LLM of choice to speed up your development, or take a look at our MCP server and various SDKs.\n\n### More information\n\nFor more information about the Moon Banking API, please visit the [Moon Banking Documentation](https://docs.moonbanking.com).",
5
5
  "main": "dist/index.js",
6
6
  "bin": {