Skip to main content
Glama
index.ts843 B
import { WechatToolDefinition, McpTool } from '../types.js'; import { authTool, authMcpTool } from './auth-tool.js'; import { mediaUploadTool } from './media-upload-tool.js'; import { uploadImgTool } from './upload-img-tool.js'; import { permanentMediaTool } from './permanent-media-tool.js'; import { draftTool, draftMcpTool } from './draft-tool.js'; import { publishTool, publishMcpTool } from './publish-tool.js'; /** * 所有微信公众号 MCP 工具 */ export const wechatTools: WechatToolDefinition[] = [ authTool, draftTool, publishTool, ]; /** * MCP工具列表 */ export const mcpTools: McpTool[] = [ authMcpTool, draftMcpTool, publishMcpTool, permanentMediaTool, mediaUploadTool, uploadImgTool, ]; export { authTool, mediaUploadTool, uploadImgTool, permanentMediaTool, draftTool, publishTool, };

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/xwang152-jack/wechat-official-account-mcp'

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