2 Commits

Author SHA1 Message Date
42a3e1e255 feat(mcp): add Icon, Options, and OptionsFrom to manifest models
Add Icon property to McpManifestServer. Add Options and OptionsFrom properties to McpManifestConfig for static and dynamic value lists. Add McpManifestOptionsFrom class with File and Path properties for JSONPath-based option resolution
2026-04-04 18:57:03 -04:00
30bd83f08e feat(notes): add .NET SDK for manifest discovery and validation
Create McpManifest NuGet package with autodiscovery and validation:
- McpManifestDiscovery: resolve manifests from domains/URLs/files
- McpManifestValidator: schema and semantic validation
- Models/McpManifest: strongly-typed manifest model classes
- Supports .NET 8.0, 9.0, and 10.0
- Implements full autodiscovery protocol (well-known URL + HTML link tags)
- Validates config keys, template variables, and transport consistency
- Async/await with cancellation token support
- Published as McpManifest package to NuGet
2026-03-29 23:35:30 -04:00