-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When using a resource with claude code mcpr is causing an error right here:
Lines 227 to 233 in b734565
| if (is.null(params$name) || !is.character(params$name)) { | |
| return(create_error( | |
| JSONRPC_INVALID_PARAMS, | |
| "Missing or invalid resource name", | |
| id = id | |
| )) | |
| } |
claude only sends the URI and not the name
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels