-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
If you try to use a resource by e.g. defining a method like
[McpResource("settings", "resource://settings", "application/json", "Application settings")]
public string Settings { get; set; } = "{ \"theme\": \"dark\" }";
Then try to use Claude to attach
then you get this error.
It looks like the problem is there's no implementation of the resources/read
method and it's not obvious how it ought to be filled in as the examples seem to suggest that there should be some templating feature here but not clear exactly how it should match everything up, should it work like routing in ASP.NET or somehow different?
Metadata
Metadata
Assignees
Labels
No labels