Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/ainative-strapi-mcp-server/issues.md or /mcp/ainative-strapi-mcp-server/issues.json, or Pod over MCP.

Reported issues for ainative-strapi-mcp-server

Pod holds 9 of 9 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to ainative-strapi-mcp-server.

Most discussed

Package Configuration and NPM Setup

Summary

Configured package.json for npm publication and distribution.

Configuration Details

Package Metadata

Binary Configuration

Dependencies

NPM Publishing

Read the thread · 2025-12-13 · closed · 1 comment

Comprehensive Test Suite - 100% Pass Rate

Summary

Created comprehensive test suite covering all 18 MCP operations plus error handling and edge cases.

Test Coverage

Test Suite 1: Comprehensive Tests

Result: 27/27 tests passing (100% success rate)

Coverage Breakdown

Test S

Read the thread · 2025-12-13 · closed · 1 comment

Blog Post Operations: documentId Fix

Issue

Blog post operations were failing with 404 errors because they were using numeric id instead of string documentId.

Root Cause

Fix Applied

  1. Schema Updates: Changed all blog post operation schemas from id: { type: 'number' } to document_id: { type: 'string' }

Read the thread · 2025-12-13 · closed · 1 comment

Initial MCP Server Implementation

Summary

Implemented the core MCP (Model Context Protocol) server for AINative Strapi CMS integration.

Implementation Details

Core Features

Operations Implemented (18 total)

Blog Posts (8 operations)

Read the thread · 2025-12-13 · closed · 1 comment

test: Add Integration Test for Upload

Create a test script that attempts to upload a dummy .png file to a running Strapi instance and asserts that a valid ID is returned. Part of #5.

Read the thread · 2026-01-27 · open · 0 comments

docs: Document Upload Tool

Update README.md and STRAPI_MCP_QUICK_START.md with examples of how to use the new upload tool. Part of #5.

Read the thread · 2026-01-27 · open · 0 comments

feat: Implement File Upload Logic

Implement the handler for strapi_upload_file. It should read the file from the local filesystem using fs, construct a FormData object, POST to ${STRAPI_URL}/api/upload with correct headers, and return the uploaded file metadata. Part of #5.

Read the thread · 2026-01-27 · open · 0 comments

feat: Define strapi_upload_file Schema

Update index.js to include the strapi_upload_file tool definition in the ListToolsRequestSchema handler. Define input arguments for filePath and fileInfo. Part of #5.

Read the thread · 2026-01-27 · open · 0 comments

Most recent

feat: Add strapi_upload_file Tool

Context

The current MCP server lacks the ability to upload assets (images, diagrams) to Strapi. This blocks the automated publishing pipeline from handling rich content.

Goal

Implement a new tool strapi_upload_file that allows agents to upload local files to the Strapi Media Library.

Requirements

Read the thread · 2026-01-27 · open · 0 comments

The remaining reports are on the project's issue tracker.