Versions in this module Expand all Collapse all v1 v1.0.0 Sep 6, 2026 Changes in this version + const ToolCreatePost + const ToolDeletePost + const ToolGetPost + const ToolGetUsage + const ToolListAccounts + const ToolListPosts + var Version = "1.0.0" + func New(ops apiv1.Operations) *mcp.Server + func Run(ctx context.Context, ops apiv1.Operations) error + type CreatePostInput struct + AccountIDs []string + Content string + Platforms []string + ScheduledAt string + type EmptyInput struct + type ListPostsInput struct + Cursor string + From string + Limit int + Platform string + Status string + To string + type PostIDInput struct + ID string