debug launch config

This commit is contained in:
John Lancaster
2026-08-29 20:45:15 -05:00
parent de95477480
commit 55ef7e972a
8 changed files with 90 additions and 48 deletions
+16
View File
@@ -0,0 +1,16 @@
# 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
```