Skip to content

MCP Registry Reload

Reload the MCP gateway capability registry without restarting the server to pick up code changes

When to use

When the user invokes /wb-dev-mcp-reload or after making code changes to capabilities and needing to reload the registry without a server restart

Slash command: /wb-dev-mcp-reload

  • mcp_registry_reload

Directions

Reload the MCP gateway capability registry without restarting the server.

Run mcp__work-buddy__wb_run("mcp_registry_reload") to invalidate and rebuild the registry. This picks up new or modified capabilities from code changes made during this session.

After the reload, confirm it worked by running mcp__work-buddy__wb_search("session") (or whatever capability was just added/changed) and verifying the results.