fix: implement readResourceViaArtisan in McpApiController #15
Labels
No labels
P1
P2
P3
PHP
agent-ready
bug
clotho
discovery
docs
epic
refactor
review
security
testing
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/php-api#15
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stub Implementation Found
File:
src/Api/Controllers/McpApiController.phpLine: 499
Problem
Method returns a stub response instead of actually reading MCP resources.
Expected Behavior
Should call the MCP server's
resources/readmethod to fetch actual resource content, similar to howexecuteToolViaArtisancallstools/call.Implementation Notes
proc_open()similar toexecuteToolViaArtisan(lines 431-492)resources/readmethodImpact
MCP resource reading functionality is currently non-functional.
Priority
Medium - Feature incomplete but may not be actively used yet