16 lines
352 B
Markdown
16 lines
352 B
Markdown
# JSL MCP
|
|
|
|
```shell
|
|
uv run mcp-stdio
|
|
```
|
|
|
|
```shell
|
|
uv run fastmcp list --command "uv run mcp-stdio" --prompts
|
|
```
|
|
|
|
```shell
|
|
uv run fastmcp call --command "uv run mcp-stdio" \
|
|
--target authoring --prompt \
|
|
--input-json '{"artifact_type":"prompt","artifact_id":"release-notes","goal":"Create a reusable release-notes workflow."}' \
|
|
--json
|
|
``` |