Add alwaysLoad: true to mcpServers registration
まだ誰も着手していません。
評価
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 初心者へのやさしさ
- 70/100
- issue の種類
- 機能追加
- 明瞭さ
- 明確に書かれている
- 活発さ
- 静か
- 技術スタック
- typescript
- 領域
- tooling
調査の方向性
.claude-plugin/plugin.json を開き、mcpServers.macrodata の登録を確認します。要求された alwaysLoad 設定を追加し、JSON を検証したうえで、ToolSearch 呼び出しなしでセッション開始時に macrodata のツールスキーマが読み込まれることを確認します。
索引モデルが issue の本文から書いたものです。
説明
Problem
The macrodata MCP tools are deferred by default in Claude Code — their schemas aren't loaded into context at session start, requiring a ToolSearch call before they can be invoked. This adds latency and friction for tools that are used every session (e.g. search_memory, log_journal, list_reminders).
Proposed fix
Add "alwaysLoad": true to the mcpServers entry in .claude-plugin/plugin.json:
"mcpServers": {
"macrodata": {
"command": "bun",
"args": ["run", "${CLAUDE_PLUGIN_ROOT}/src/index.ts"],
"alwaysLoad": true
}
}
This causes Claude Code to load all macrodata tool schemas at session start, making them immediately callable without a discovery step.
Trade-off
Consumes a bit more context budget upfront. Given that macrodata tools are core to every session (memory lookup, journaling, reminders), the always-available ergonomics outweigh the small context cost.
- 主要言語
- TypeScript
- スター
- 119
- フォーク
- 6
- 平均マージ
- 1時間 32分
- マージ済み PR(30日)
- 2
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
ascorbic/macrodata のほかの issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 74/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 64/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
-
Support Cursor オープン
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
ascorbic/macrodata の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
copse-dev/agent-pane#2953 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
-
enhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
calcite-components needs triage refactor
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
Esri/calcite-design-system#15203 ·