mcp-server-weixin
0
This project appears to be related to MCP Server configuration, specifically for interacting with Weixin API credentials, including app ID, secret, and template ID.
{
"mcpServers": {
"mcp-server-weixin": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"/Users/fuzhengwei/Applications/apache-maven-3.8.4/repository/cn/bugstack/mcp/mcp-server-weixin/1.0.0/mcp-server-weixin-1.0.0.jar",
"--weixin.api.original_id=gh_e067c267e056",
"--weixin.api.app-id=wx5a228ff69e28a91f",
"--weixin.api.app-secret=0bea03aa1310bac050aae79dd8703928",
"--weixin.api.template_id=O8qI6gy75F-bXfPiQugInTMLA0MRzaMff9WSBb16cFk",
"--weixin.api.touser=or0Ab6ivwmypESVp_bYuk92T6SvU"
]
}
}
}