Commit e5e96bc
chore: update boilerplate submodule to latest main
- Update boilerplate submodule to point to latest main with prompts support
- Maintain adapter pattern in stdio.ts to convert prompts Map to promptFactories
- Everything working correctly with both MCP prompts and getGuide tool
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 04d8e04 commit e5e96bc
2 files changed
+26
-2
lines changedSubmodule boilerplate updated 14 files
- .github/CODEOWNERS+1
- .github/workflows/lint.yml+21
- README.md+53
- eslint.config.mjs+33
- package-lock.json+1.6k-76
- package.json+8-2
- src/cliEntrypoint.ts+7-4
- src/http/api.ts+7-2
- src/http/mcp.ts+118-31
- src/httpServer.ts+23-11
- src/instrumentation.ts+1-1
- src/registerExitHandlers.ts+2-2
- src/stdio.ts+5-3
- src/tracing.ts+6-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
7 | 31 | | |
8 | 32 | | |
9 | 33 | | |
10 | 34 | | |
11 | | - | |
| 35 | + | |
12 | 36 | | |
0 commit comments