I am trying to use the MCP tools for this repository:
https://github.com/MohitY70/secure-file-transfer-p2pp
However, none of the available tools are returning any meaningful response. Every tool I tested (against public repositories) consistently returns the same result:
### Search Results for: "src/Providers/SecureTransferServiceProvider.php"
No relevant documentation found for your query. It's either being indexed or the search query did not match any documentation.
As a fallback, this is the documentation for MohitY70/secure-file-transfer-p2p:
No documentation found.
If you'd like to retry the search, try changing the query to increase the likelihood of a match.
This happens for all MCP tools, regardless of:
- Repository (tested with multiple public repos)
- Query string
- Tool type (search, fetch, etc.)
It appears that the MCP server connects successfully, but the tools never return actual data.
🔁 Steps to Reproduce
- Configure MCP server with a public GitHub repository.
- Connect MCP Console to the server.
- Use any available tool (e.g.,
search_secure_docs).
- Provide a valid query such as:
{
"query": "src/Providers/SecureTransferServiceProvider.php"
}
- Execute the tool.
❌ Actual Behavior
Every tool execution returns:
- “No relevant documentation found”
- “No documentation found”
- Empty or fallback response
This occurs even when querying files that definitely exist in the repository.
✅ Expected Behavior
The tools should:
- Index the repository
- Return matching documentation or code snippets
- Provide meaningful search results instead of empty responses
🧪 Environment
Additional Notes
- The server status shows connected
- Tools are listed correctly in MCP Console
- Issue persists across multiple queries and repositories
Please let me know if any additional configuration is required.
I am trying to use the MCP tools for this repository:
https://github.com/MohitY70/secure-file-transfer-p2pp
However, none of the available tools are returning any meaningful response. Every tool I tested (against public repositories) consistently returns the same result:
This happens for all MCP tools, regardless of:
It appears that the MCP server connects successfully, but the tools never return actual data.
🔁 Steps to Reproduce
search_secure_docs).{ "query": "src/Providers/SecureTransferServiceProvider.php" }❌ Actual Behavior
Every tool execution returns:
This occurs even when querying files that definitely exist in the repository.
✅ Expected Behavior
The tools should:
🧪 Environment
MohitY70/secure-file-transfer-p2pAdditional Notes
Please let me know if any additional configuration is required.