We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6675ab7 + 3631d22 commit 3b48688Copy full SHA for 3b48688
2 files changed
.github/workflows/release.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
create-metadata:
10
runs-on: ubuntu-latest
11
+ if: github.repository_owner == 'modelcontextprotocol'
12
outputs:
13
hash: ${{ steps.last-release.outputs.hash }}
14
version: ${{ steps.create-version.outputs.version}}
src/everything/README.md
@@ -124,7 +124,7 @@ Resource features:
124
2. `complex_prompt`
125
- Advanced prompt demonstrating argument handling
126
- Required arguments:
127
- - `temperature` (number): Temperature setting
+ - `temperature` (string): Temperature setting
128
- Optional arguments:
129
- `style` (string): Output style preference
130
- Returns: Multi-turn conversation with images
0 commit comments