Skip to content

Commit adc9692

Browse files
committed
fix: tsconfig types for @types/node v25 and release-drafter write permissions
Made-with: Cursor
1 parent 1dac037 commit adc9692

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [opened, reopened, synchronize]
88

99
permissions:
10-
contents: read
10+
contents: write
1111
pull-requests: write
1212

1313
jobs:

mcp-server/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"moduleResolution": "Node16",
66
"outDir": "dist",
77
"rootDir": "src",
8+
"types": ["node"],
89
"strict": true,
910
"esModuleInterop": true,
1011
"skipLibCheck": true,

0 commit comments

Comments
 (0)