Commit Graph

2 Commits

Author SHA1 Message Date
b23eb815d2 feat(types): add icon, options, and options_from to TypeScript types
Add icon field to McpManifestServer. Add options and options_from fields to McpManifestConfig. Add McpManifestOptionsFrom interface with file and path properties for JSONPath-based dynamic options
2026-04-04 18:57:21 -04:00
0913230a9e feat(notes): add TypeScript SDK for manifest discovery
Create @mcp-manifest/sdk npm package with TypeScript support:
- discover(): resolve manifests from domains/URLs/files
- validate(): schema and semantic validation
- parse(): JSON parsing with type safety
- checkCommand(): verify command availability on PATH
- Full TypeScript types for manifest spec v0.1
- Implements autodiscovery protocol (well-known URL + HTML link tags)
- ESM-only, targets Node.js 14.17+
- Exports types: McpManifest, DiscoveryResult, ValidationResult
- Published as @mcp-manifest/sdk to npm
2026-03-29 23:35:50 -04:00