Testing all posts MCP tools end-to-end with real database operations. This post validates create, update, publish, list, get, search, and react functionality.

This block tests the Markdown content block type.
// Test code block
const post = await posts_create({
title: 'Test',
summary: 'Testing...',
// ...
});Create a validation test post