Skip to main content
Glama
shaun888

JoyCode MCP Server - FOP Workflow Assistant

by shaun888
RELEASE_SOP.md637 B
# JoyCode MCP服务器 发布SOP ## 发布流程 1. 修改代码 2. 更新版本号 3. 本地测试 4. 发布到npm 5. 验证安装 ## 版本号规则 - 主版本:大改动 - 次版本:新功能 - 修订版:修bug ## 发布命令 ```bash # 1. 更新版本号 npm version patch # 修bug npm version minor # 新功能 npm version major # 大改动 # 2. 发布 npm publish --registry=http://registry.m.jd.com # 3. 验证 npm info @jd/fop-workflow-mcp-server --registry=http://registry.m.jd.com ``` ## 回滚 ```bash # 如果发布失败,回退版本号 npm version patch --allow-same-version git push origin master

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaun888/mcp-workflow-mcp-server-js'

If you have feedback or need assistance with the MCP directory API, please join our Discord server