Problem/Motivation
No proper documentation is provided about how to call the method and what methods to call
with examples, For example if i want to search content using MCP tool , via /mcp/post endpoint
what all JSONRPC format should be sent to server.
Steps to reproduce
Enable MCP Module
Go to postman , put Endpoint, and Calling JSON
{
"jsonrpc": "2.0",
"id": 2,
"method":"tools/call",
"params":{
"name":"content_search_content",
}
}
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Comments