Add alwaysLoad: true to mcpServers registration
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 70/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- typescript
- Domain
- tooling
Research direction
Open .claude-plugin/plugin.json and inspect the mcpServers.macrodata registration. Add the requested alwaysLoad setting, then validate the JSON and confirm that the macrodata tool schemas load at session start without a ToolSearch call.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- TypeScript
- Stars
- 119
- Forks
- 6
- Avg merge
- 1h 32m
- Merged PRs (30d)
- 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from ascorbic/macrodata
-
Difficulty 1/5 Under an hour Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
Support Cursor Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
All issues in ascorbic/macrodata
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 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
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
fullcalendar/fullcalendar#8106 ·