release: umi-mcp@0.0.11
MCP collection for the umi framework.
umi-help
umi-config-list
umi-config-get
umi-config-set
umi-config-remove
umi-build
umi-generate-page
umi-generate-xxx
umi-lint
umi-plugin-list
umi-setup
.umi
umi-deadcode
umi-version
umi-route-list
umi-appdata-list
$ npx -y umi-mcp <root>
add the following to your <root>/.cursor/mcp.json:
<root>/.cursor/mcp.json
{ "mcpServers": { "umi-mcp": { "command": "npx", "args": [ "-y", "umi-mcp", "<root>" ] } } }
See CONTRIBUTING.md.
MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
umi-mcp
MCP collection for the umi framework.
Features
Tools
umi-help: Get help description for umi.umi-config-list: List all config of the umi project.umi-config-get: Get the value of a config of the umi project.umi-config-set: Set the value of a config of the umi project.umi-config-remove: Remove a config of the umi project.umi-build: Build the umi project. (Run build and return the output, bundle size, etc.)umi-generate-page: Generate a page of the umi project.umi-generate-xxx, More generate tools…umi-lint, Run the linting of the umi project.umi-plugin-list, List all plugins of the umi project.umi-setup, Setup the umi project and generate the tmp files in the.umidirectory.umi-deadcode, Find the dead code of the umi project.umi-version, Show the version of the umi project.umi-route-list, List all routes of the umi project. (Based on the appData under.umidirectory)umi-appdata-list, List detailed app data of the umi project. (Based on the appData under.umidirectory)Usage
Usage with Cursor
add the following to your
<root>/.cursor/mcp.json:NPX
CONTRIBUTING
See CONTRIBUTING.md.
LICENSE
MIT