← スキル一覧に戻る

http-transport
by davidruzicka
Universal MCP server that generates MCP tools for any OpenAPI 3.x specification.
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: http-transport description: Work on HTTP transport, sessions, and interceptors. Use when modifying HTTP transport behavior, rate limits, retries, or session handling.
HTTP transport
When to use
- Changing HTTP transport behavior
- Adjusting rate-limit, retry, or fetch logic
- Modifying session handling or request pipeline
Steps
- Update
src/http-transport.tsfor transport behavior. - Update
src/http-client-factory.tsfor session and client logic. - Follow the interceptor order: auth - rate-limit - retry - fetch.
- Update
docs/HTTP-TRANSPORT.mdif behavior changes. - Update relevant tests in
src/http-transport*.test.ts.
Checks and tests
- Run
npm run typecheckbefore finishing. - Run
npm test.
Notes
- Keep error handling typed and include correlation ids.
- Do not add HSTS headers.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です