Skip to content

Commit 3b48688

Browse files
authored
Merge branch 'main' into feature/pdf-action-inspector
2 parents 6675ab7 + 3631d22 commit 3b48688

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
create-metadata:
1010
runs-on: ubuntu-latest
11+
if: github.repository_owner == 'modelcontextprotocol'
1112
outputs:
1213
hash: ${{ steps.last-release.outputs.hash }}
1314
version: ${{ steps.create-version.outputs.version}}

src/everything/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Resource features:
124124
2. `complex_prompt`
125125
- Advanced prompt demonstrating argument handling
126126
- Required arguments:
127-
- `temperature` (number): Temperature setting
127+
- `temperature` (string): Temperature setting
128128
- Optional arguments:
129129
- `style` (string): Output style preference
130130
- Returns: Multi-turn conversation with images

0 commit comments

Comments
 (0)