fastmcp 1.5.1 → 1.5.3

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.
@@ -13,6 +13,9 @@ jobs:
13
13
  node:
14
14
  - 22
15
15
  runs-on: ubuntu-latest
16
+ permissions:
17
+ contents: write
18
+ id-token: write
16
19
  steps:
17
20
  - name: setup repository
18
21
  uses: actions/checkout@v4
package/jsr.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "@glama/fastmcp",
3
- "version": "1.5.1",
4
- "exports": "./src/FastMCP.ts"
3
+ "version": "1.5.3",
4
+ "exports": "./src/FastMCP.ts",
5
+ "include": ["src/FastMCP.ts", "src/bin/fastmcp.ts"]
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fastmcp",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "main": "dist/fastmcp.js",
5
5
  "scripts": {
6
6
  "build": "tsup",