Skip to main content
Glama

WeChat Article Reader MCP Server

by whbfxy
execute_verification.py531 B
#!/usr/bin/env python3 import subprocess import sys import os # 切换到mcp-server-wechat目录 os.chdir('/Users/wanghao/Documents/trae_projects/MCP101Demo/mcp-server-wechat') # 执行验证脚本 try: result = subprocess.run([sys.executable, 'run_verification.py'], capture_output=True, text=True, check=True) print("验证脚本输出:") print(result.stdout) except subprocess.CalledProcessError as e: print(f"执行验证脚本时出错: {e}") print(f"错误输出: {e.stderr}")

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/whbfxy/MCP101Demo'

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