-
Notifications
You must be signed in to change notification settings - Fork 539
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
This feature is related to the use case where one only needs access to certain tools in a mcp session.
Related issue where me and a mcp author discuss: kooshi/SharpToolsMCP#13 (comment)
Describe the solution you'd like
Would like the WithToolsFromAssembly signature/impl to look like
public static IMcpServerBuilder WithToolsFromAssembly(
this IMcpServerBuilder builder,
Assembly? toolAssembly = null,
JsonSerializerOptions? serializerOptions = null,
SomeFilterObject? filter = null)
Describe alternatives you've considered
We could just filter manually, but we figured it might be a useful feature for all
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request