Property UriTemplate
- Namespace
- LMKit.Mcp.Abstractions
- Assembly
- LM-Kit.NET.dll
UriTemplate
Gets or sets the URI template pattern (RFC 6570 format). Example: "file:///{path}" or "db:///{schema}/{table}"
public string UriTemplate { get; set; }
Gets or sets the URI template pattern (RFC 6570 format). Example: "file:///{path}" or "db:///{schema}/{table}"
public string UriTemplate { get; set; }