Skip to content

Per-resource MCP configuration #12504

@sebastienros

Description

@sebastienros

Provide a way to exclude specific resources from MCP tooling support.
Optionally with sub-resources like getting logs, running commands, ...

Could be an annotation on the resource with what is allowed.

e.g.

myDb1.WithMcpOptions(options => options.DisableResource());
myDb2.WithMcpOptions(options => options.DisableCommands());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions