Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
McpScopeRootAttribute.cs
1using System;
2
4{
8 [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
9 public class McpScopeRootAttribute : Attribute
10 {
16 {
17 this.ScopeRoot = ScopeRoot;
18 }
19
23 public string ScopeRoot { get; }
24 }
25}
Defines a scope root for an MCP server web resource.
McpScopeRootAttribute(string ScopeRoot)
Defines a scope root for an MCP server web resource.