@smart-portal/smart-portal
v0.1.14
Published
SmartPortal门户通用组件的文档查询工具MCP服务,解决前端工程师询问SmartPortal相关配置和使用。
Readme
SmartPortal MCP Server
SmartPortal门户通用组件的文档查询工具MCP服务,解决前端工程师询问SmartPortal相关配置和使用。
Config For Npx
Mac端
{
"mcpServers": {
"smart-portal": {
"command": "npx",
"args": ["-y", "@smart-portal/smart-portal"]
}
}
}Windows端
{
"mcpServers": {
"smart-portal": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smart-portal/smart-portal"
]
}
}
}