cyy-mall-mcp 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyy-mall-mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "MCP server that exposes 菜洋洋 cyymall-cli (cyy) as Model Context Protocol tools (stdio)",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.js CHANGED
@@ -95,7 +95,7 @@ mcpServer.registerTool(
95
95
  );
96
96
 
97
97
  mcpServer.registerTool(
98
- "auth_send_code",
98
+ "auth_send_code_v1",
99
99
  {
100
100
  description: "Send SMS verification code for login (cyy auth send-code --phone ?)",
101
101
  inputSchema: {
@@ -400,4 +400,4 @@ async function main() {
400
400
  main().catch((e) => {
401
401
  console.error(e);
402
402
  process.exit(1);
403
- });
403
+ });