wf-mcp Local MCPB
This is a local-development Claude Desktop bundle for wf-mcp.
It is intentionally not self-contained. The manifest runs:
uv run --directory C:/Users/Admin/Documents/lda.chat/lda-workflow-as-struct wf-mcp --config C:/Users/Admin/Documents/lda.chat/lda-workflow-as-struct/wf_mcp.config.json serve --transport stdio --resources-as-tools --prompts-as-tools --search-tools --safe-tool-names
Important behavior:
--configpoints to the broker config file.store_rootis read from that config file.wf.admin.reload_configreloads the same config file, so changingstore_rootshould happen in the config, not in a separate CLI override.- Upstream stdio tools can set their own working directory with connection
metadata field
cwd. --resources-as-toolsand--prompts-as-toolsare enabled because some MCPB/Claude paths expose tools more reliably than native resources/prompts.--safe-tool-namesmaps runtime MCP tool ids to Claude-safe names such aswf_workflow_list_capabilitieswhile payload values keep dotted names.
This package assumes uv is available on PATH.