mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-21 05:15:15 +02:00
Merge branch 'main' into feature/pdf-action-inspector
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
create-metadata:
|
create-metadata:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'modelcontextprotocol'
|
||||||
outputs:
|
outputs:
|
||||||
hash: ${{ steps.last-release.outputs.hash }}
|
hash: ${{ steps.last-release.outputs.hash }}
|
||||||
version: ${{ steps.create-version.outputs.version}}
|
version: ${{ steps.create-version.outputs.version}}
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ Resource features:
|
|||||||
2. `complex_prompt`
|
2. `complex_prompt`
|
||||||
- Advanced prompt demonstrating argument handling
|
- Advanced prompt demonstrating argument handling
|
||||||
- Required arguments:
|
- Required arguments:
|
||||||
- `temperature` (number): Temperature setting
|
- `temperature` (string): Temperature setting
|
||||||
- Optional arguments:
|
- Optional arguments:
|
||||||
- `style` (string): Output style preference
|
- `style` (string): Output style preference
|
||||||
- Returns: Multi-turn conversation with images
|
- Returns: Multi-turn conversation with images
|
||||||
|
|||||||
Reference in New Issue
Block a user