@adsim/wordpress-mcp-server 4.4.0 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,7 +80,7 @@ describe('wp_site_info', () => {
80
80
 
81
81
  // Server info
82
82
  expect(data.server.mcp_version).toBeDefined();
83
- expect(data.server.tools_count).toBe(79);
83
+ expect(data.server.tools_count).toBe(85);
84
84
  });
85
85
 
86
86
  it('SUCCESS — enterprise_controls reflect WP_READ_ONLY env var', async () => {